Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dacpi_dma.h63 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.6.21/drivers/dma/
Dacpi-dma.c217 int acpi_dma_controller_free(struct device *dev) in acpi_dma_controller_free() function
237 EXPORT_SYMBOL_GPL(acpi_dma_controller_free);
241 acpi_dma_controller_free(dev); in devm_acpi_dma_release()
/linux-6.6.21/drivers/dma/dw/
Dacpi.c53 acpi_dma_controller_free(dev); in dw_dma_acpi_controller_free()