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

/drivers/dma/
H A Dacpi-dma.c145 * Allocated memory should be freed with appropriate acpi_dma_controller_free()
189 * acpi_dma_controller_free - Remove a DMA controller from ACPI DMA helpers list
197 int acpi_dma_controller_free(struct device *dev) function
217 EXPORT_SYMBOL_GPL(acpi_dma_controller_free); variable
221 acpi_dma_controller_free(dev);
260 * devm_acpi_dma_controller_free - resource managed acpi_dma_controller_free()

Completed in 38 milliseconds