Searched refs:chan2parent (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/dma/ |
D | txx9dmac.c | 136 static struct device *chan2parent(struct dma_chan *chan) in chan2parent() function 206 desc->txd.phys = dma_map_single(chan2parent(&dc->chan), &desc->hwdesc, in txx9dmac_desc_alloc() 251 dma_sync_single_for_cpu(chan2parent(&dc->chan), in txx9dmac_sync_desc_for_cpu() 254 dma_sync_single_for_cpu(chan2parent(&dc->chan), in txx9dmac_sync_desc_for_cpu() 428 dma_unmap_single(chan2parent(&dc->chan), in txx9dmac_descriptor_complete() 431 dma_unmap_page(chan2parent(&dc->chan), in txx9dmac_descriptor_complete() 438 dma_unmap_single(chan2parent(&dc->chan), in txx9dmac_descriptor_complete() 441 dma_unmap_page(chan2parent(&dc->chan), in txx9dmac_descriptor_complete() 466 dma_sync_single_for_device(chan2parent(&dc->chan), in txx9dmac_dequeue() 810 dma_sync_single_for_device(chan2parent(&dc->chan), in txx9dmac_prep_dma_memcpy() [all …]
|
D | dw_dmac.c | 88 static struct device *chan2parent(struct dma_chan *chan) in chan2parent() function 127 dma_sync_single_for_cpu(chan2parent(&dwc->chan), in dwc_sync_desc_for_cpu() 130 dma_sync_single_for_cpu(chan2parent(&dwc->chan), in dwc_sync_desc_for_cpu() 255 struct device *parent = chan2parent(&dwc->chan); in dwc_descriptor_complete() 675 dma_sync_single_for_device(chan2parent(chan), in dwc_prep_dma_memcpy() 690 dma_sync_single_for_device(chan2parent(chan), in dwc_prep_dma_memcpy() 783 dma_sync_single_for_device(chan2parent(chan), in dwc_prep_slave_sg() 849 dma_sync_single_for_device(chan2parent(chan), in dwc_prep_slave_sg() 872 dma_sync_single_for_device(chan2parent(chan), in dwc_prep_slave_sg() 1049 desc->txd.phys = dma_map_single(chan2parent(chan), &desc->lli, in dwc_alloc_chan_resources() [all …]
|
D | at_hdmac_regs.h | 322 static struct device *chan2parent(struct dma_chan *chan) in chan2parent() function
|
D | pch_dma.c | 169 static inline struct device *chan2parent(struct dma_chan *chan) in chan2parent() function
|
D | at_hdmac.c | 259 struct device *parent = chan2parent(&atchan->chan_common); in atc_chain_complete()
|