Lines Matching defs:streams
176 * snd_hdac_stop_streams - stop all streams
189 * snd_hdac_stop_streams_and_chip - stop all streams and chip if running
639 * @streams: bit flags of streams to set up
641 * Initializes the time counter of streams marked by the bit flags (each
647 unsigned int streams)
656 if ((streams & (1 << s->index))) {
674 * @streams: bit flags of streams to sync
678 unsigned int streams, unsigned int reg)
687 val |= streams;
689 val &= ~streams;
698 * @streams: bit flags of streams to sync
704 unsigned int streams)
713 if (!(streams & (1 << s->index)))