Searched refs:vchan_find_desc (Results 1 – 22 of 22) sorted by relevance
/linux-4.4.14/drivers/dma/ |
D | virt-dma.c | 42 struct virt_dma_desc *vchan_find_desc(struct virt_dma_chan *vc, in vchan_find_desc() function 53 EXPORT_SYMBOL_GPL(vchan_find_desc);
|
D | virt-dma.h | 46 struct virt_dma_desc *vchan_find_desc(struct virt_dma_chan *, dma_cookie_t);
|
D | moxart-dma.c | 492 vd = vchan_find_desc(&ch->vc, cookie); in moxart_tx_status()
|
D | dma-jz4740.c | 480 vdesc = vchan_find_desc(&chan->vchan, cookie); in jz4740_dma_tx_status()
|
D | bcm2835-dma.c | 312 vd = vchan_find_desc(&c->vc, cookie); in bcm2835_dma_tx_status()
|
D | idma64.c | 389 vdesc = vchan_find_desc(&idma64c->vchan, cookie); in idma64_tx_status()
|
D | dma-jz4780.c | 572 vdesc = vchan_find_desc(&jzchan->vchan, cookie); in jz4780_dma_tx_status()
|
D | k3dma.c | 352 vd = vchan_find_desc(&c->vc, cookie); in k3_dma_tx_status()
|
D | qcom_bam_dma.c | 840 vd = vchan_find_desc(&bchan->vc, cookie); in bam_tx_status()
|
D | img-mdc-dma.c | 594 vd = vchan_find_desc(&mchan->vc, cookie); in mdc_tx_status()
|
D | sun6i-dma.c | 753 vd = vchan_find_desc(&vchan->vc, cookie); in sun6i_dma_tx_status()
|
D | zx296702_dma.c | 357 vd = vchan_find_desc(&c->vc, cookie); in zx_dma_tx_status()
|
D | sun4i-dma.c | 959 vd = vchan_find_desc(&vchan->vc, cookie); in sun4i_dma_tx_status()
|
D | fsl-edma.c | 416 vdesc = vchan_find_desc(&fsl_chan->vchan, cookie); in fsl_edma_tx_status()
|
D | s3c24xx-dma.c | 785 vd = vchan_find_desc(&s3cchan->vc, cookie); in s3c24xx_dma_tx_status()
|
D | sa11x0-dma.c | 445 vd = vchan_find_desc(&c->vc, cookie); in sa11x0_dma_tx_status()
|
D | omap-dma.c | 713 vd = vchan_find_desc(&c->vc, cookie); in omap_dma_tx_status()
|
D | pxa_dma.c | 1189 vd = vchan_find_desc(&chan->vc, cookie); in pxad_residue()
|
D | amba-pl08x.c | 1241 vd = vchan_find_desc(&plchan->vc, cookie); in pl08x_dma_tx_status()
|
D | edma.c | 1748 else if ((vdesc = vchan_find_desc(&echan->vchan, cookie))) in edma_tx_status()
|
/linux-4.4.14/drivers/dma/hsu/ |
D | hsu.c | 291 vdesc = vchan_find_desc(&hsuc->vchan, cookie); in hsu_dma_tx_status()
|
/linux-4.4.14/drivers/dma/sh/ |
D | usb-dmac.c | 515 vd = vchan_find_desc(&chan->vc, cookie); in usb_dmac_chan_get_residue()
|