Lines Matching refs:cppi41_channel

85 struct cppi41_channel {  struct
132 struct cppi41_channel *chan_busy[ALLOC_DECS_NUM];
249 static struct cppi41_channel *to_cpp41_chan(struct dma_chan *c) in to_cpp41_chan()
251 return container_of(c, struct cppi41_channel, chan); in to_cpp41_chan()
254 static struct cppi41_channel *desc_to_chan(struct cppi41_dd *cdd, u32 desc) in desc_to_chan()
256 struct cppi41_channel *c; in desc_to_chan()
307 struct cppi41_channel *c; in cppi41_irq()
373 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_alloc_chan_resources()
401 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_free_chan_resources()
421 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_tx_status()
431 static void push_desc_queue(struct cppi41_channel *c) in push_desc_queue()
482 struct cppi41_channel *c, *_c; in cppi41_run_queue()
492 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_issue_pending()
526 static u32 get_host_pd1(struct cppi41_channel *c) in get_host_pd1()
535 static u32 get_host_pd2(struct cppi41_channel *c) in get_host_pd2()
588 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_prep_slave_sg()
641 static int cppi41_tear_down_chan(struct cppi41_channel *c) in cppi41_tear_down_chan()
738 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_stop_chan()
747 struct cppi41_channel *cc, *_ct; in cppi41_stop_chan()
778 struct cppi41_channel *cchan, *chans; in cppi41_add_chans()
948 struct cppi41_channel *cchan; in cpp41_dma_filter_fn()
1192 struct cppi41_channel *c; in cppi41_resume()