Home
last modified time | relevance | path

Searched refs:rw_flg (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/sh/
H A Dsiu_pcm.c44 if (!siu_stream->rw_flg) in siu_pcm_stmwrite_stop()
54 siu_stream->rw_flg = 0; in siu_pcm_stmwrite_stop()
63 if (siu_stream->rw_flg) in siu_pcm_stmwrite_start()
70 siu_stream->rw_flg = RWF_STM_WT; in siu_pcm_stmwrite_start()
82 if (!siu_stream->rw_flg) in siu_dma_tx_complete()
210 dev_dbg(dev, "%s: flags %x\n", __func__, siu_stream->rw_flg); in siu_io_work()
212 if (!siu_stream->rw_flg) { in siu_io_work()
248 if (siu_stream->rw_flg) in siu_pcm_stmread_start()
255 siu_stream->rw_flg = RWF_STM_RD; in siu_pcm_stmread_start()
270 if (!siu_stream->rw_flg) in siu_pcm_stmread_stop()
[all...]
H A Dsiu_dai.c532 if (WARN_ON(port_info->playback.rw_flg || port_info->capture.rw_flg)) in siu_dai_shutdown()
563 siu_stream->rw_flg = 0; /* stream-data transfer flag */ in siu_dai_prepare()
H A Dsiu.h107 u8 rw_flg; /* transfer status */ member
/kernel/linux/linux-6.6/sound/soc/sh/
H A Dsiu_pcm.c44 if (!siu_stream->rw_flg) in siu_pcm_stmwrite_stop()
54 siu_stream->rw_flg = 0; in siu_pcm_stmwrite_stop()
63 if (siu_stream->rw_flg) in siu_pcm_stmwrite_start()
70 siu_stream->rw_flg = RWF_STM_WT; in siu_pcm_stmwrite_start()
82 if (!siu_stream->rw_flg) in siu_dma_tx_complete()
210 dev_dbg(dev, "%s: flags %x\n", __func__, siu_stream->rw_flg); in siu_io_work()
212 if (!siu_stream->rw_flg) { in siu_io_work()
244 if (siu_stream->rw_flg) in siu_pcm_stmread_start()
251 siu_stream->rw_flg = RWF_STM_RD; in siu_pcm_stmread_start()
266 if (!siu_stream->rw_flg) in siu_pcm_stmread_stop()
[all...]
H A Dsiu_dai.c532 if (WARN_ON(port_info->playback.rw_flg || port_info->capture.rw_flg)) in siu_dai_shutdown()
563 siu_stream->rw_flg = 0; /* stream-data transfer flag */ in siu_dai_prepare()
H A Dsiu.h107 u8 rw_flg; /* transfer status */ member

Completed in 6 milliseconds