Home
last modified time | relevance | path

Searched refs:vchan_find_desc (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/drivers/dma/
Dvirt-dma.c42 struct virt_dma_desc *vchan_find_desc(struct virt_dma_chan *vc, in vchan_find_desc() function
53 EXPORT_SYMBOL_GPL(vchan_find_desc);
Dvirt-dma.h46 struct virt_dma_desc *vchan_find_desc(struct virt_dma_chan *, dma_cookie_t);
Ddma-jz4740.c480 vdesc = vchan_find_desc(&chan->vchan, cookie); in jz4740_dma_tx_status()
Dmoxart-dma.c492 vd = vchan_find_desc(&ch->vc, cookie); in moxart_tx_status()
Dbcm2835-dma.c296 vd = vchan_find_desc(&c->vc, cookie); in bcm2835_dma_tx_status()
Ddma-jz4780.c558 vdesc = vchan_find_desc(&jzchan->vchan, cookie); in jz4780_dma_tx_status()
Dimg-mdc-dma.c594 vd = vchan_find_desc(&mchan->vc, cookie); in mdc_tx_status()
Dk3dma.c353 vd = vchan_find_desc(&c->vc, cookie); in k3_dma_tx_status()
Dqcom_bam_dma.c840 vd = vchan_find_desc(&bchan->vc, cookie); in bam_tx_status()
Dedma.c950 else if ((vdesc = vchan_find_desc(&echan->vchan, cookie))) in edma_tx_status()
Dsun6i-dma.c753 vd = vchan_find_desc(&vchan->vc, cookie); in sun6i_dma_tx_status()
Ds3c24xx-dma.c785 vd = vchan_find_desc(&s3cchan->vc, cookie); in s3c24xx_dma_tx_status()
Dfsl-edma.c416 vdesc = vchan_find_desc(&fsl_chan->vchan, cookie); in fsl_edma_tx_status()
Domap-dma.c708 vd = vchan_find_desc(&c->vc, cookie); in omap_dma_tx_status()
Dsa11x0-dma.c445 vd = vchan_find_desc(&c->vc, cookie); in sa11x0_dma_tx_status()
Damba-pl08x.c1239 vd = vchan_find_desc(&plchan->vc, cookie); in pl08x_dma_tx_status()
/linux-4.1.27/drivers/dma/hsu/
Dhsu.c302 vdesc = vchan_find_desc(&hsuc->vchan, cookie); in hsu_dma_tx_status()
/linux-4.1.27/drivers/dma/sh/
Dusb-dmac.c515 vd = vchan_find_desc(&chan->vc, cookie); in usb_dmac_chan_get_residue()