Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dacpi_dma.h66 int acpi_dma_controller_free(struct device *dev);
89 static inline int acpi_dma_controller_free(struct device *dev) in acpi_dma_controller_free() function
/linux-4.1.27/drivers/dma/
Dacpi-dma.c197 int acpi_dma_controller_free(struct device *dev) in acpi_dma_controller_free() function
217 EXPORT_SYMBOL_GPL(acpi_dma_controller_free);
221 acpi_dma_controller_free(dev); in devm_acpi_dma_release()