Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/dw/
H A Dinternal.h39 void dw_dma_of_controller_free(struct dw_dma *dw);
46 static inline void dw_dma_of_controller_free(struct dw_dma *dw) {} in dw_dma_of_controller_free() function
H A Dof.c114 void dw_dma_of_controller_free(struct dw_dma *dw) in dw_dma_of_controller_free() function
H A Dplatform.c104 dw_dma_of_controller_free(chip->dw); in dw_remove()