Lines Matching refs:cppi41_channel
84 struct cppi41_channel { struct
131 struct cppi41_channel *chan_busy[ALLOC_DECS_NUM];
248 static struct cppi41_channel *to_cpp41_chan(struct dma_chan *c) in to_cpp41_chan()
250 return container_of(c, struct cppi41_channel, chan); in to_cpp41_chan()
253 static struct cppi41_channel *desc_to_chan(struct cppi41_dd *cdd, u32 desc) in desc_to_chan()
255 struct cppi41_channel *c; in desc_to_chan()
306 struct cppi41_channel *c; in cppi41_irq()
372 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_alloc_chan_resources()
400 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_free_chan_resources()
420 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_tx_status()
430 static void push_desc_queue(struct cppi41_channel *c) in push_desc_queue()
481 struct cppi41_channel *c, *_c; in cppi41_run_queue()
491 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_issue_pending()
525 static u32 get_host_pd1(struct cppi41_channel *c) in get_host_pd1()
534 static u32 get_host_pd2(struct cppi41_channel *c) in get_host_pd2()
587 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_prep_slave_sg()
621 static int cppi41_tear_down_chan(struct cppi41_channel *c) in cppi41_tear_down_chan()
718 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_stop_chan()
744 struct cppi41_channel *cchan, *chans; in cppi41_add_chans()
914 struct cppi41_channel *cchan; in cpp41_dma_filter_fn()
1158 struct cppi41_channel *c; in cppi41_resume()