Lines Matching defs:streams
194 * snd_hdac_stop_streams - stop all streams
207 * snd_hdac_stop_streams_and_chip - stop all streams and chip if running
648 * @streams: bit flags of streams to set up
650 * Initializes the time counter of streams marked by the bit flags (each
656 unsigned int streams)
665 if ((streams & (1 << s->index))) {
683 * @streams: bit flags of streams to sync
687 unsigned int streams, unsigned int reg)
696 val |= streams;
698 val &= ~streams;
707 * @streams: bit flags of streams to sync
713 unsigned int streams)
722 if (!(streams & (1 << s->index)))