Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dof_device.h61 void of_dma_deconfigure(struct device *dev);
116 static inline void of_dma_deconfigure(struct device *dev) in of_dma_deconfigure() function
/Linux-v4.19/drivers/of/
Ddevice.c180 void of_dma_deconfigure(struct device *dev) in of_dma_deconfigure() function
/Linux-v4.19/kernel/dma/
Dmapping.c343 of_dma_deconfigure(dev); in dma_deconfigure()