Home
last modified time | relevance | path

Searched refs:serving (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Ds3c24xx-dma.c187 * @serving: virtual channel currently being served by this physicalchannel
197 struct s3c24xx_dma_chan *serving; member
305 if (!phy->serving) { in s3c24xx_dma_get_phy()
306 phy->serving = s3cchan; in s3c24xx_dma_get_phy()
326 phy->serving = NULL; in s3c24xx_dma_get_phy()
346 phy->serving = NULL; in s3c24xx_dma_put_phy()
562 phy->serving = s3cchan; in s3c24xx_dma_phy_reassign_start()
640 struct s3c24xx_dma_chan *s3cchan = phy->serving; in s3c24xx_dma_irq()
H A Damba-pl08x.c149 * @serving: the virtual channel currently being served by this physical
166 struct pl08x_dma_chan *serving; member
830 if (!ch->locked && !ch->serving) { in pl08x_get_phy_channel()
831 ch->serving = virt_chan; in pl08x_get_phy_channel()
851 ch->serving = NULL; in pl08x_put_phy_channel()
893 ch->serving = plchan; in pl08x_phy_reassign_start()
2315 struct pl08x_dma_chan *plchan = phychan->serving; in pl08x_irq()
2474 virt_chan = ch->serving; in pl08x_debugfs_show()
2905 * by perpetually serving a dummy virtual channel. in pl08x_probe()
/kernel/linux/linux-6.6/drivers/dma/
H A Damba-pl08x.c149 * @serving: the virtual channel currently being served by this physical
166 struct pl08x_dma_chan *serving; member
830 if (!ch->locked && !ch->serving) { in pl08x_get_phy_channel()
831 ch->serving = virt_chan; in pl08x_get_phy_channel()
851 ch->serving = NULL; in pl08x_put_phy_channel()
893 ch->serving = plchan; in pl08x_phy_reassign_start()
2307 struct pl08x_dma_chan *plchan = phychan->serving; in pl08x_irq()
2466 virt_chan = ch->serving; in pl08x_debugfs_show()
2894 * by perpetually serving a dummy virtual channel. in pl08x_probe()

Completed in 10 milliseconds