Lines Matching defs:chan
50 dma_has_cap(tx_type, depend_tx->chan->device->cap_mask))
51 return depend_tx->chan;
68 struct dma_chan *chan = depend_tx->chan;
69 struct dma_device *device = chan->device;
74 if (txd_parent(depend_tx) && depend_tx->chan == tx->chan) {
82 device->device_issue_pending(chan);
90 intr_tx = device->device_prep_dma_interrupt(chan, 0);
116 device->device_issue_pending(chan);
143 async_tx_submit(struct dma_chan *chan, struct dma_async_tx_descriptor *tx,
172 if (depend_tx->chan == chan) {
181 if (depend_tx->chan == chan)
223 struct dma_chan *chan;
229 chan = depend_tx->chan;
230 device = chan->device;
238 tx = device ? device->device_prep_dma_interrupt(chan, 0) : NULL;
245 async_tx_submit(chan, tx, submit);