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

/linux-master/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) function
/linux-master/drivers/dma/dw/
H A Dacpi.c53 acpi_dma_controller_free(dev);
/linux-master/drivers/dma/
H A Dacpi-dma.c167 * Allocated memory should be freed with appropriate acpi_dma_controller_free()
209 * acpi_dma_controller_free - Remove a DMA controller from ACPI DMA helpers list
217 int acpi_dma_controller_free(struct device *dev) function
237 EXPORT_SYMBOL_GPL(acpi_dma_controller_free); variable
241 acpi_dma_controller_free(dev);
280 * devm_acpi_dma_controller_free - resource managed acpi_dma_controller_free()

Completed in 163 milliseconds