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()
400 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_free_chan_resources()
419 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_tx_status()
429 static void push_desc_queue(struct cppi41_channel *c) in push_desc_queue()
480 struct cppi41_channel *c, *_c; in cppi41_run_queue()
490 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_issue_pending()
523 static u32 get_host_pd1(struct cppi41_channel *c) in get_host_pd1()
532 static u32 get_host_pd2(struct cppi41_channel *c) in get_host_pd2()
585 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_prep_slave_sg()
637 static int cppi41_tear_down_chan(struct cppi41_channel *c) in cppi41_tear_down_chan()
734 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_stop_chan()
743 struct cppi41_channel *cc, *_ct; in cppi41_stop_chan()
774 struct cppi41_channel *cchan, *chans; in cppi41_add_chans()
944 struct cppi41_channel *cchan; in cpp41_dma_filter_fn()
1186 struct cppi41_channel *c; in cppi41_resume()