Symbol: vchan_find_desc
drivers/dma/amba-pl08x.c
1569
vd = vchan_find_desc(&plchan->vc, cookie);
drivers/dma/arm-dma350.c
387
} else if ((vd = vchan_find_desc(&dch->vc, cookie))) {
drivers/dma/at_hdmac.c
754
vd = vchan_find_desc(&atchan->vc, cookie);
drivers/dma/bcm2835-dma.c
558
vd = vchan_find_desc(&c->vc, cookie);
drivers/dma/dma-jz4780.c
656
vdesc = vchan_find_desc(&jzchan->vchan, cookie);
drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c
375
vdesc = vchan_find_desc(&chan->vc, cookie);
drivers/dma/dw-edma/dw-edma-core.c
373
vd = vchan_find_desc(&chan->vc, cookie);
drivers/dma/fsl-edma-common.c
415
vdesc = vchan_find_desc(&fsl_chan->vchan, cookie);
drivers/dma/hsu/hsu.c
340
vdesc = vchan_find_desc(&hsuc->vchan, cookie);
drivers/dma/idma64.c
387
vdesc = vchan_find_desc(&idma64c->vchan, cookie);
drivers/dma/img-mdc-dma.c
588
vd = vchan_find_desc(&mchan->vc, cookie);
drivers/dma/imx-sdma.c
1890
vd = vchan_find_desc(&sdmac->vc, cookie);
drivers/dma/k3dma.c
396
vd = vchan_find_desc(&c->vc, cookie);
drivers/dma/loongson/loongson1-apb-dma.c
437
vd = vchan_find_desc(&chan->vc, cookie);
drivers/dma/loongson/loongson2-apb-cmc-dma.c
511
vdesc = vchan_find_desc(&lchan->vchan, cookie);
drivers/dma/milbeaut-hdmac.c
364
vd = vchan_find_desc(vc, cookie);
drivers/dma/moxart-dma.c
484
vd = vchan_find_desc(&ch->vc, cookie);
drivers/dma/owl-dma.c
822
vd = vchan_find_desc(&vchan->vc, cookie);
drivers/dma/pxa_dma.c
1130
vd = vchan_find_desc(&chan->vc, cookie);
drivers/dma/qcom/bam_dma.c
977
vd = vchan_find_desc(&bchan->vc, cookie);
drivers/dma/qcom/qcom_adm.c
643
vd = vchan_find_desc(&achan->vc, cookie);
drivers/dma/sa11x0-dma.c
441
vd = vchan_find_desc(&c->vc, cookie);
drivers/dma/sf-pdma/sf-pdma.c
180
vd = vchan_find_desc(&chan->vchan, cookie);
drivers/dma/sh/rz-dmac.c
974
vd = vchan_find_desc(&channel->vc, cookie);
drivers/dma/sh/usb-dmac.c
512
vd = vchan_find_desc(&chan->vc, cookie);
drivers/dma/sprd-dma.c
674
vd = vchan_find_desc(&schan->vc, cookie);
drivers/dma/st_fdma.c
595
vd = vchan_find_desc(&fchan->vchan, cookie);
drivers/dma/stm32/stm32-dma.c
1442
vdesc = vchan_find_desc(&chan->vchan, cookie);
drivers/dma/stm32/stm32-dma3.c
1573
vd = vchan_find_desc(&chan->vchan, cookie);
drivers/dma/stm32/stm32-mdma.c
1376
vdesc = vchan_find_desc(&chan->vchan, cookie);
drivers/dma/sun4i-dma.c
1068
vd = vchan_find_desc(&vchan->vc, cookie);
drivers/dma/sun6i-dma.c
996
vd = vchan_find_desc(&vchan->vc, cookie);
drivers/dma/tegra186-gpc-dma.c
793
vd = vchan_find_desc(&tdc->vc, cookie);
drivers/dma/tegra210-adma.c
634
vd = vchan_find_desc(&tdc->vc, cookie);
drivers/dma/ti/edma.c
1877
struct virt_dma_desc *vdesc = vchan_find_desc(&echan->vchan,
drivers/dma/ti/omap-dma.c
918
struct virt_dma_desc *vd = vchan_find_desc(&c->vc, cookie);
drivers/dma/uniphier-mdmac.c
312
vd = vchan_find_desc(vc, cookie);
drivers/dma/virt-dma.c
77
EXPORT_SYMBOL_GPL(vchan_find_desc);
drivers/dma/virt-dma.h
46
struct virt_dma_desc *vchan_find_desc(struct virt_dma_chan *, dma_cookie_t);
drivers/dma/xilinx/xdma.c
849
vd = vchan_find_desc(&xdma_chan->vchan, cookie);