/kernel/linux/linux-5.10/drivers/dma/ |
H A 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); variable
|
H A D | virt-dma.h | 46 struct virt_dma_desc *vchan_find_desc(struct virt_dma_chan *, dma_cookie_t);
|
H A D | uniphier-mdmac.c | 312 vd = vchan_find_desc(vc, cookie); in uniphier_mdmac_tx_status()
|
H A D | idma64.c | 379 vdesc = vchan_find_desc(&idma64c->vchan, cookie); in idma64_tx_status()
|
H A D | moxart-dma.c | 493 vd = vchan_find_desc(&ch->vc, cookie); in moxart_tx_status()
|
H A D | milbeaut-hdmac.c | 364 vd = vchan_find_desc(vc, cookie); in milbeaut_hdmac_tx_status()
|
H A D | tegra210-adma.c | 524 vd = vchan_find_desc(&tdc->vc, cookie); in tegra_adma_tx_status()
|
H A D | dma-jz4780.c | 648 vdesc = vchan_find_desc(&jzchan->vchan, cookie); in jz4780_dma_tx_status()
|
H A D | fsl-edma-common.c | 329 vdesc = vchan_find_desc(&fsl_chan->vchan, cookie); in fsl_edma_tx_status()
|
H A D | bcm2835-dma.c | 575 vd = vchan_find_desc(&c->vc, cookie); in bcm2835_dma_tx_status()
|
H A D | st_fdma.c | 594 vd = vchan_find_desc(&fchan->vchan, cookie); in st_fdma_tx_status()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A 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); variable
|
H A D | virt-dma.h | 46 struct virt_dma_desc *vchan_find_desc(struct virt_dma_chan *, dma_cookie_t);
|
H A D | uniphier-mdmac.c | 312 vd = vchan_find_desc(vc, cookie); in uniphier_mdmac_tx_status()
|
H A D | idma64.c | 383 vdesc = vchan_find_desc(&idma64c->vchan, cookie); in idma64_tx_status()
|
H A D | moxart-dma.c | 490 vd = vchan_find_desc(&ch->vc, cookie); in moxart_tx_status()
|
H A D | milbeaut-hdmac.c | 364 vd = vchan_find_desc(vc, cookie); in milbeaut_hdmac_tx_status()
|
H A D | bcm2835-dma.c | 575 vd = vchan_find_desc(&c->vc, cookie); in bcm2835_dma_tx_status()
|
/kernel/linux/linux-5.10/drivers/dma/hsu/ |
H A D | hsu.c | 329 vdesc = vchan_find_desc(&hsuc->vchan, cookie); in hsu_dma_tx_status()
|
/kernel/linux/linux-6.6/drivers/dma/hsu/ |
H A D | hsu.c | 340 vdesc = vchan_find_desc(&hsuc->vchan, cookie); in hsu_dma_tx_status()
|
/kernel/linux/linux-5.10/drivers/dma/sf-pdma/ |
H A D | sf-pdma.c | 179 vd = vchan_find_desc(&chan->vchan, cookie); in sf_pdma_desc_residue()
|
/kernel/linux/linux-6.6/drivers/dma/sf-pdma/ |
H A D | sf-pdma.c | 178 vd = vchan_find_desc(&chan->vchan, cookie); in sf_pdma_desc_residue()
|
/kernel/linux/linux-5.10/drivers/dma/dw-edma/ |
H A D | dw-edma-core.c | 313 vd = vchan_find_desc(&chan->vc, cookie); in dw_edma_device_tx_status()
|
/kernel/linux/linux-5.10/drivers/dma/sh/ |
H A D | usb-dmac.c | 512 vd = vchan_find_desc(&chan->vc, cookie); in usb_dmac_chan_get_residue()
|
/kernel/linux/linux-5.10/drivers/staging/ralink-gdma/ |
H A D | ralink-gdma.c | 683 vdesc = vchan_find_desc(&chan->vchan, cookie); in gdma_dma_tx_status()
|