Home
last modified time | relevance | path

Searched refs:channel_busy (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dshdma-base.h94 bool (*channel_busy)(struct shdma_chan *); member
/openbmc/linux/drivers/dma/sh/
H A Dshdma-base.c59 if (ops->channel_busy(schan)) in shdma_chan_xfer_ld_queue()
998 !sdev->ops->channel_busy || in shdma_init()
H A Dshdmac.c656 .channel_busy = sh_dmae_channel_busy,