Lines Matching defs:device
50 dma_has_cap(tx_type, depend_tx->chan->device->cap_mask))
69 struct dma_device *device = chan->device;
82 device->device_issue_pending(chan);
89 if (dma_has_cap(DMA_INTERRUPT, device->cap_mask))
90 intr_tx = device->device_prep_dma_interrupt(chan, 0);
116 device->device_issue_pending(chan);
224 struct dma_device *device;
230 device = chan->device;
235 if (device && !dma_has_cap(DMA_INTERRUPT, device->cap_mask))
236 device = NULL;
238 tx = device ? device->device_prep_dma_interrupt(chan, 0) : NULL;