Home
last modified time | relevance | path

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

/linux/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
/linux/drivers/dma/dw/
H A Dacpi.c53 acpi_dma_controller_free(dev); in dw_dma_acpi_controller_free()