Home
last modified time | relevance | path

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

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