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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dsiu_pcm.c56 if (!siu_stream->rw_flg)
66 siu_stream->rw_flg = 0;
75 if (siu_stream->rw_flg)
82 siu_stream->rw_flg = RWF_STM_WT;
94 if (!siu_stream->rw_flg)
219 dev_dbg(dev, "%s: flags %x\n", __func__, siu_stream->rw_flg);
221 if (!siu_stream->rw_flg) {
257 if (siu_stream->rw_flg)
264 siu_stream->rw_flg = RWF_STM_RD;
279 if (!siu_stream->rw_flg)
[all...]
H A Dsiu.h119 u8 rw_flg; /* transfer status */ member in struct:siu_stream
H A Dsiu_dai.c549 BUG_ON(port_info->playback.rw_flg || port_info->capture.rw_flg);
579 siu_stream->rw_flg = 0; /* stream-data transfer flag */

Completed in 29 milliseconds