Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma/dw/
H A Dacpi.c46 void dw_dma_acpi_controller_free(struct dw_dma *dw) in dw_dma_acpi_controller_free() function
55 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 Dpci.c76 dw_dma_acpi_controller_free(chip->dw); in dw_pci_remove()
H A Dplatform.c102 dw_dma_acpi_controller_free(chip->dw); in dw_remove()