Searched refs:vchan_find_desc (Results 1 – 25 of 31) sorted by relevance
12
| /Linux-v5.4/drivers/dma/ |
| D | virt-dma.c | 66 struct virt_dma_desc *vchan_find_desc(struct virt_dma_chan *vc, in vchan_find_desc() function 77 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 | uniphier-mdmac.c | 312 vd = vchan_find_desc(vc, cookie); in uniphier_mdmac_tx_status()
|
| D | moxart-dma.c | 493 vd = vchan_find_desc(&ch->vc, cookie); in moxart_tx_status()
|
| D | idma64.c | 379 vdesc = vchan_find_desc(&idma64c->vchan, cookie); in idma64_tx_status()
|
| D | fsl-edma-common.c | 324 vdesc = vchan_find_desc(&fsl_chan->vchan, cookie); in fsl_edma_tx_status()
|
| D | st_fdma.c | 593 vd = vchan_find_desc(&fchan->vchan, cookie); in st_fdma_tx_status()
|
| D | tegra210-adma.c | 524 vd = vchan_find_desc(&tdc->vc, cookie); in tegra_adma_tx_status()
|
| D | bcm2835-dma.c | 577 vd = vchan_find_desc(&c->vc, cookie); in bcm2835_dma_tx_status()
|
| D | dma-jz4780.c | 648 vdesc = vchan_find_desc(&jzchan->vchan, cookie); in jz4780_dma_tx_status()
|
| D | sun4i-dma.c | 955 vd = vchan_find_desc(&vchan->vc, cookie); in sun4i_dma_tx_status()
|
| D | img-mdc-dma.c | 589 vd = vchan_find_desc(&mchan->vc, cookie); in mdc_tx_status()
|
| D | zx_dma.c | 354 vd = vchan_find_desc(&c->vc, cookie); in zx_dma_tx_status()
|
| D | owl-dma.c | 783 vd = vchan_find_desc(&vchan->vc, cookie); in owl_dma_tx_status()
|
| D | k3dma.c | 392 vd = vchan_find_desc(&c->vc, cookie); in k3_dma_tx_status()
|
| D | sa11x0-dma.c | 441 vd = vchan_find_desc(&c->vc, cookie); in sa11x0_dma_tx_status()
|
| D | s3c24xx-dma.c | 780 vd = vchan_find_desc(&s3cchan->vc, cookie); in s3c24xx_dma_tx_status()
|
| D | sprd-dma.c | 649 vd = vchan_find_desc(&schan->vc, cookie); in sprd_dma_tx_status()
|
| D | stm32-dma.c | 1155 vdesc = vchan_find_desc(&chan->vchan, cookie); in stm32_dma_tx_status()
|
| D | sun6i-dma.c | 946 vd = vchan_find_desc(&vchan->vc, cookie); in sun6i_dma_tx_status()
|
| /Linux-v5.4/drivers/dma/hsu/ |
| D | hsu.c | 329 vdesc = vchan_find_desc(&hsuc->vchan, cookie); in hsu_dma_tx_status()
|
| /Linux-v5.4/drivers/dma/sh/ |
| D | usb-dmac.c | 512 vd = vchan_find_desc(&chan->vc, cookie); in usb_dmac_chan_get_residue()
|
| /Linux-v5.4/drivers/staging/ralink-gdma/ |
| D | ralink-gdma.c | 683 vdesc = vchan_find_desc(&chan->vchan, cookie); in gdma_dma_tx_status()
|
| /Linux-v5.4/drivers/dma/dw-edma/ |
| D | dw-edma-core.c | 307 vd = vchan_find_desc(&chan->vc, cookie); in dw_edma_device_tx_status()
|
| /Linux-v5.4/drivers/dma/qcom/ |
| D | bam_dma.c | 926 vd = vchan_find_desc(&bchan->vc, cookie); in bam_tx_status()
|
12