Home
last modified time | relevance | path

Searched refs:acpi_dma_controller_free (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dacpi_dma.h64 int acpi_dma_controller_free(struct device *dev);
86 static inline int acpi_dma_controller_free(struct device *dev) in acpi_dma_controller_free() function
/linux-6.15/drivers/dma/
H A Dacpi-dma.c220 int acpi_dma_controller_free(struct device *dev) in acpi_dma_controller_free() function
240 EXPORT_SYMBOL_GPL(acpi_dma_controller_free);
244 acpi_dma_controller_free(dev); in devm_acpi_dma_free()
/linux-6.15/drivers/dma/dw/
H A Dacpi.c55 acpi_dma_controller_free(dev); in dw_dma_acpi_controller_free()