Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/dma/
H A Ddw.h46 int idma32_dma_remove(struct dw_dma_chip *chip);
51 static inline int idma32_dma_remove(struct dw_dma_chip *chip) { return 0; } in idma32_dma_remove() function
/OK3568_Linux_fs/kernel/drivers/dma/dw/
H A Didma32.c155 int idma32_dma_remove(struct dw_dma_chip *chip) in idma32_dma_remove() function
159 EXPORT_SYMBOL_GPL(idma32_dma_remove);
H A Dinternal.h74 .remove = idma32_dma_remove,