Lines Matching full:streams
194 * snd_hdac_stop_streams - stop all streams
207 * snd_hdac_stop_streams_and_chip - stop all streams and chip if running
675 * @streams: bit flags of streams to set up
678 * Initializes the time counter of streams marked by the bit flags (each
684 unsigned int streams, bool start) in snd_hdac_stream_timecounter_init() argument
696 if ((streams & (1 << s->index))) { in snd_hdac_stream_timecounter_init()
715 * @streams: bit flags of streams to sync
719 unsigned int streams, unsigned int reg) in snd_hdac_stream_sync_trigger() argument
728 val |= streams; in snd_hdac_stream_sync_trigger()
730 val &= ~streams; in snd_hdac_stream_sync_trigger()
739 * @streams: bit flags of streams to sync
745 unsigned int streams) in snd_hdac_stream_sync() argument
754 if (!(streams & (1 << s->index))) in snd_hdac_stream_sync()