Lines Matching full:streams
178 * snd_hdac_stop_streams - stop all streams
191 * snd_hdac_stop_streams_and_chip - stop all streams and chip if running
615 * @streams: bit flags of streams to set up
617 * Initializes the time counter of streams marked by the bit flags (each
623 unsigned int streams) in snd_hdac_stream_timecounter_init() argument
633 if (streams & (1 << i)) { in snd_hdac_stream_timecounter_init()
652 * @streams: bit flags of streams to sync
656 unsigned int streams, unsigned int reg) in snd_hdac_stream_sync_trigger() argument
665 val |= streams; in snd_hdac_stream_sync_trigger()
667 val &= ~streams; in snd_hdac_stream_sync_trigger()
676 * @streams: bit flags of streams to sync
682 unsigned int streams) in snd_hdac_stream_sync() argument
692 if (!(streams & (1 << i++))) in snd_hdac_stream_sync()