Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dacpi-dma.c209 int acpi_dma_controller_free(struct device *dev) in acpi_dma_controller_free() function
229 EXPORT_SYMBOL_GPL(acpi_dma_controller_free);
233 acpi_dma_controller_free(dev); in devm_acpi_dma_release()
/OK3568_Linux_fs/kernel/drivers/dma/dw/
H A Dacpi.c53 acpi_dma_controller_free(dev); in dw_dma_acpi_controller_free()