Home
last modified time | relevance | path

Searched refs:chan2parent (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/dma/
H A Dtxx9dmac.c133 static struct device *chan2parent(struct dma_chan *chan) in chan2parent() function
203 desc->txd.phys = dma_map_single(chan2parent(&dc->chan), &desc->hwdesc, in txx9dmac_desc_alloc()
248 dma_sync_single_for_cpu(chan2parent(&dc->chan), in txx9dmac_sync_desc_for_cpu()
251 dma_sync_single_for_cpu(chan2parent(&dc->chan), in txx9dmac_sync_desc_for_cpu()
435 dma_sync_single_for_device(chan2parent(&dc->chan), in txx9dmac_dequeue()
779 dma_sync_single_for_device(chan2parent(&dc->chan), in txx9dmac_prep_dma_memcpy()
792 dma_sync_single_for_device(chan2parent(&dc->chan), in txx9dmac_prep_dma_memcpy()
873 dma_sync_single_for_device(chan2parent(&dc->chan), in txx9dmac_prep_slave_sg()
887 dma_sync_single_for_device(chan2parent(&dc->chan), in txx9dmac_prep_slave_sg()
950 dma_sync_single_for_device(chan2parent(&dc->chan), in txx9dmac_chain_dynamic()
[all …]
H A Dpch_dma.c158 static inline struct device *chan2parent(struct dma_chan *chan) in chan2parent() function