Home
last modified time | relevance | path

Searched refs:vchan_next_desc (Results 1 - 25 of 86) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/dma/
H A Dvirt-dma.h156 * vchan_next_desc - peek at the next descriptor to be processed
161 static inline struct virt_dma_desc *vchan_next_desc(struct virt_dma_chan *vc) in vchan_next_desc() function
H A Duniphier-mdmac.c92 vd = vchan_next_desc(&mc->vc); in uniphier_mdmac_next_desc()
H A Dmilbeaut-xdmac.c98 vd = vchan_next_desc(&mc->vc); in milbeaut_xdmac_next_desc()
H A Ds3c24xx-dma.c506 struct virt_dma_desc *vd = vchan_next_desc(&s3cchan->vc); in s3c24xx_dma_start_next_txd()
678 if (vchan_next_desc(&s3cchan->vc)) in s3c24xx_dma_irq()
H A Dowl-dma.c537 struct virt_dma_desc *vd = vchan_next_desc(&vchan->vc); in owl_dma_start_next_txd()
663 if (vchan_next_desc(&vchan->vc)) in owl_dma_interrupt()
H A Dhisi_dma.c277 vd = vchan_next_desc(&chan->vc); in hisi_dma_start_transfer()
H A Duniphier-xdmac.c121 vd = vchan_next_desc(&xc->vc); in uniphier_xdmac_next_desc()
H A Didma64.c118 vdesc = vchan_next_desc(&idma64c->vchan); in idma64_start_transfer()
H A Dmoxart-dma.c424 vd = vchan_next_desc(&ch->vc); in moxart_dma_start_desc()
H A Dmilbeaut-hdmac.c101 vd = vchan_next_desc(&mc->vc); in milbeaut_hdmac_next_desc()
/kernel/linux/linux-6.6/drivers/dma/
H A Dvirt-dma.h156 * vchan_next_desc - peek at the next descriptor to be processed
161 static inline struct virt_dma_desc *vchan_next_desc(struct virt_dma_chan *vc) in vchan_next_desc() function
H A Dmilbeaut-xdmac.c98 vd = vchan_next_desc(&mc->vc); in milbeaut_xdmac_next_desc()
H A Duniphier-mdmac.c92 vd = vchan_next_desc(&mc->vc); in uniphier_mdmac_next_desc()
H A Dowl-dma.c538 struct virt_dma_desc *vd = vchan_next_desc(&vchan->vc); in owl_dma_start_next_txd()
664 if (vchan_next_desc(&vchan->vc)) in owl_dma_interrupt()
/kernel/linux/linux-5.10/drivers/dma/dw-edma/
H A Ddw-edma-core.c175 vd = vchan_next_desc(&chan->vc); in dw_edma_start_transfer()
500 vd = vchan_next_desc(&chan->vc); in dw_edma_done_interrupt()
542 vd = vchan_next_desc(&chan->vc); in dw_edma_abort_interrupt()
/kernel/linux/linux-5.10/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac-platform.c315 vd = vchan_next_desc(&chan->vc); in axi_chan_start_first_queued()
553 vd = vchan_next_desc(&chan->vc); in axi_chan_handle_err()
590 vd = vchan_next_desc(&chan->vc); in axi_chan_block_xfer_complete()
/kernel/linux/linux-6.6/drivers/dma/dw-edma/
H A Ddw-edma-core.c192 vd = vchan_next_desc(&chan->vc); in dw_edma_start_transfer()
605 vd = vchan_next_desc(&chan->vc); in dw_edma_done_interrupt()
645 vd = vchan_next_desc(&chan->vc); in dw_edma_abort_interrupt()
/kernel/linux/linux-6.6/drivers/dma/xilinx/
H A Dxdma.c284 struct virt_dma_desc *vd = vchan_next_desc(&xchan->vchan); in xdma_xfer_start()
597 vd = vchan_next_desc(&xchan->vchan); in xdma_channel_isr()
/kernel/linux/linux-5.10/drivers/dma/hsu/
H A Dhsu.c113 vdesc = vchan_next_desc(&hsuc->vchan); in hsu_dma_start_transfer()
/kernel/linux/linux-6.6/drivers/dma/hsu/
H A Dhsu.c121 vdesc = vchan_next_desc(&hsuc->vchan); in hsu_dma_start_transfer()
/kernel/linux/linux-6.6/drivers/dma/ptdma/
H A Dptdma-dmaengine.c73 struct virt_dma_desc *vd = vchan_next_desc(&chan->vc); in pt_next_dma_desc()
/kernel/linux/linux-5.10/drivers/dma/qcom/
H A Dbam_dma.c979 struct virt_dma_desc *vd = vchan_next_desc(&bchan->vc); in bam_start_dma()
1025 vd = vchan_next_desc(&bchan->vc); in bam_start_dma()
/kernel/linux/linux-6.6/drivers/dma/qcom/
H A Dbam_dma.c1017 struct virt_dma_desc *vd = vchan_next_desc(&bchan->vc); in bam_start_dma()
1063 vd = vchan_next_desc(&bchan->vc); in bam_start_dma()
/kernel/linux/linux-6.6/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac-platform.c441 vd = vchan_next_desc(&chan->vc); in axi_chan_start_first_queued()
1024 vd = vchan_next_desc(&chan->vc); in axi_chan_handle_err()
1066 vd = vchan_next_desc(&chan->vc); in axi_chan_block_xfer_complete()
/kernel/linux/linux-5.10/drivers/dma/mediatek/
H A Dmtk-uart-apdma.c374 vd = vchan_next_desc(&c->vc); in mtk_uart_apdma_issue_pending()

Completed in 27 milliseconds

1234