Lines Matching full:streams
239 struct amdtp_stream *streams; in start_streams() local
245 streams = dice->tx_stream; in start_streams()
248 streams = dice->rx_stream; in start_streams()
312 err = amdtp_stream_start(&streams[i], resources[i].channel, in start_streams()
348 /* Start both streams. */ in start_duplex_streams()
384 * MEMO: After this function, there're two states of streams:
385 * - None streams are running.
386 * - All streams are running.
420 /* Check required streams are running or not. */ in snd_dice_stream_start_duplex()
441 * MEMO: After this function, there're two states of streams:
442 * - None streams are running.
443 * - All streams are running.
492 * This function should be called before starting streams or after stopping
493 * streams.
559 * means that we lose synchronization anyway, so we force our streams in snd_dice_stream_update_duplex()