Home
last modified time | relevance | path

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

/linux/drivers/dma/dw/
H A Dacpi.c48 void dw_dma_acpi_controller_free(struct dw_dma *dw) in dw_dma_acpi_controller_free() function
57 EXPORT_SYMBOL_GPL(dw_dma_acpi_controller_free);
H A Dinternal.h28 void dw_dma_acpi_controller_free(struct dw_dma *dw);
31 static inline void dw_dma_acpi_controller_free(struct dw_dma *dw) {} in dw_dma_acpi_controller_free() function
H A Dplatform.c100 dw_dma_acpi_controller_free(chip->dw); in dw_remove()