Searched refs:of_dma_request_slave_channel (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dof_dma.h47 extern struct dma_chan *of_dma_request_slave_channel(struct device_node *np,
77 static inline struct dma_chan *of_dma_request_slave_channel(struct device_node *np, function
/linux-master/drivers/dma/
H A Dof-dma.c245 * of_dma_request_slave_channel - Get the DMA slave channel
251 struct dma_chan *of_dma_request_slave_channel(struct device_node *np, function
308 EXPORT_SYMBOL_GPL(of_dma_request_slave_channel); variable
H A Ddmaengine.c820 chan = of_dma_request_slave_channel(dev->of_node, name);
/linux-master/sound/soc/sh/rcar/
H A Ddma.c258 chan = of_dma_request_slave_channel(np, x);
/linux-master/sound/soc/apple/
H A Dmca.c906 return of_dma_request_slave_channel(cl->host->dev->of_node, name);

Completed in 132 milliseconds