Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/dma/
Dvirt-dma.c66 struct virt_dma_desc *vchan_find_desc(struct virt_dma_chan *vc, in vchan_find_desc() function
77 EXPORT_SYMBOL_GPL(vchan_find_desc);
Dvirt-dma.h46 struct virt_dma_desc *vchan_find_desc(struct virt_dma_chan *, dma_cookie_t);
Duniphier-mdmac.c312 vd = vchan_find_desc(vc, cookie); in uniphier_mdmac_tx_status()
Dmoxart-dma.c493 vd = vchan_find_desc(&ch->vc, cookie); in moxart_tx_status()
Didma64.c379 vdesc = vchan_find_desc(&idma64c->vchan, cookie); in idma64_tx_status()
Dfsl-edma-common.c324 vdesc = vchan_find_desc(&fsl_chan->vchan, cookie); in fsl_edma_tx_status()
Dst_fdma.c593 vd = vchan_find_desc(&fchan->vchan, cookie); in st_fdma_tx_status()
Dtegra210-adma.c524 vd = vchan_find_desc(&tdc->vc, cookie); in tegra_adma_tx_status()
Dbcm2835-dma.c577 vd = vchan_find_desc(&c->vc, cookie); in bcm2835_dma_tx_status()
Ddma-jz4780.c648 vdesc = vchan_find_desc(&jzchan->vchan, cookie); in jz4780_dma_tx_status()
Dsun4i-dma.c955 vd = vchan_find_desc(&vchan->vc, cookie); in sun4i_dma_tx_status()
Dimg-mdc-dma.c589 vd = vchan_find_desc(&mchan->vc, cookie); in mdc_tx_status()
Dzx_dma.c354 vd = vchan_find_desc(&c->vc, cookie); in zx_dma_tx_status()
Dowl-dma.c783 vd = vchan_find_desc(&vchan->vc, cookie); in owl_dma_tx_status()
Dk3dma.c392 vd = vchan_find_desc(&c->vc, cookie); in k3_dma_tx_status()
Dsa11x0-dma.c441 vd = vchan_find_desc(&c->vc, cookie); in sa11x0_dma_tx_status()
Ds3c24xx-dma.c780 vd = vchan_find_desc(&s3cchan->vc, cookie); in s3c24xx_dma_tx_status()
Dsprd-dma.c649 vd = vchan_find_desc(&schan->vc, cookie); in sprd_dma_tx_status()
Dstm32-dma.c1155 vdesc = vchan_find_desc(&chan->vchan, cookie); in stm32_dma_tx_status()
Dsun6i-dma.c946 vd = vchan_find_desc(&vchan->vc, cookie); in sun6i_dma_tx_status()
/Linux-v5.4/drivers/dma/hsu/
Dhsu.c329 vdesc = vchan_find_desc(&hsuc->vchan, cookie); in hsu_dma_tx_status()
/Linux-v5.4/drivers/dma/sh/
Dusb-dmac.c512 vd = vchan_find_desc(&chan->vc, cookie); in usb_dmac_chan_get_residue()
/Linux-v5.4/drivers/staging/ralink-gdma/
Dralink-gdma.c683 vdesc = vchan_find_desc(&chan->vchan, cookie); in gdma_dma_tx_status()
/Linux-v5.4/drivers/dma/dw-edma/
Ddw-edma-core.c307 vd = vchan_find_desc(&chan->vc, cookie); in dw_edma_device_tx_status()
/Linux-v5.4/drivers/dma/qcom/
Dbam_dma.c926 vd = vchan_find_desc(&bchan->vc, cookie); in bam_tx_status()

12