Lines Matching refs:tx_stream
217 if (s == &bebob->tx_stream) in map_data_channels()
346 if (s == &bebob->tx_stream) in check_connection_used_by_others()
377 amdtp_stream_set_parameters(&bebob->tx_stream, in make_both_connections()
386 amdtp_stream_get_max_payload(&bebob->tx_stream)); in make_both_connections()
464 err = amdtp_stream_init(&bebob->tx_stream, bebob->unit, in snd_bebob_stream_init_duplex()
467 amdtp_stream_destroy(&bebob->tx_stream); in snd_bebob_stream_init_duplex()
473 bebob->tx_stream.flags |= CIP_SKIP_INIT_DBC_CHECK; in snd_bebob_stream_init_duplex()
480 bebob->tx_stream.flags |= CIP_EMPTY_HAS_WRONG_DBC; in snd_bebob_stream_init_duplex()
485 amdtp_stream_destroy(&bebob->tx_stream); in snd_bebob_stream_init_duplex()
510 if (amdtp_streaming_error(&bebob->tx_stream)) { in snd_bebob_stream_start_duplex()
530 master = &bebob->tx_stream; in snd_bebob_stream_start_duplex()
535 slave = &bebob->tx_stream; in snd_bebob_stream_start_duplex()
666 slave = &bebob->tx_stream; in snd_bebob_stream_stop_duplex()
672 master = &bebob->tx_stream; in snd_bebob_stream_stop_duplex()
701 amdtp_stream_pcm_abort(&bebob->tx_stream); in snd_bebob_stream_update_duplex()
703 amdtp_stream_stop(&bebob->tx_stream); in snd_bebob_stream_update_duplex()
707 amdtp_stream_update(&bebob->tx_stream); in snd_bebob_stream_update_duplex()
724 amdtp_stream_destroy(&bebob->tx_stream); in snd_bebob_stream_destroy_duplex()