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

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

Completed in 167 milliseconds