Lines Matching full:streams
146 * snd_hdac_stop_streams - stop all streams
159 * snd_hdac_stop_streams_and_chip - stop all streams and chip if running
591 * @streams: bit flags of streams to set up
593 * Initializes the time counter of streams marked by the bit flags (each
599 unsigned int streams) in snd_hdac_stream_timecounter_init() argument
609 if (streams & (1 << i)) { in snd_hdac_stream_timecounter_init()
628 * @streams: bit flags of streams to sync
632 unsigned int streams, unsigned int reg) in snd_hdac_stream_sync_trigger() argument
641 val |= streams; in snd_hdac_stream_sync_trigger()
643 val &= ~streams; in snd_hdac_stream_sync_trigger()
652 * @streams: bit flags of streams to sync
658 unsigned int streams) in snd_hdac_stream_sync() argument
668 if (!(streams & (1 << i++))) in snd_hdac_stream_sync()