Lines Matching refs:cppi41_channel
93 struct cppi41_channel { struct
138 struct cppi41_channel *chan_busy[ALLOC_DECS_NUM];
233 static struct cppi41_channel *to_cpp41_chan(struct dma_chan *c) in to_cpp41_chan()
235 return container_of(c, struct cppi41_channel, chan); in to_cpp41_chan()
238 static struct cppi41_channel *desc_to_chan(struct cppi41_dd *cdd, u32 desc) in desc_to_chan()
240 struct cppi41_channel *c; in desc_to_chan()
285 struct cppi41_channel *c; in cppi41_irq()
351 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_alloc_chan_resources()
370 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_tx_status()
382 static void push_desc_queue(struct cppi41_channel *c) in push_desc_queue()
401 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_issue_pending()
434 static u32 get_host_pd1(struct cppi41_channel *c) in get_host_pd1()
443 static u32 get_host_pd2(struct cppi41_channel *c) in get_host_pd2()
496 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_prep_slave_sg()
533 static int cppi41_tear_down_chan(struct cppi41_channel *c) in cppi41_tear_down_chan()
623 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_stop_chan()
647 struct cppi41_channel *cchan; in cleanup_chans()
650 struct cppi41_channel, chan.device_node); in cleanup_chans()
658 struct cppi41_channel *cchan; in cppi41_add_chans()
833 struct cppi41_channel *cchan; in cpp41_dma_filter_fn()
1047 struct cppi41_channel *c; in cppi41_resume()