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()
466 err = amdtp_stream_init(&bebob->tx_stream, bebob->unit, in snd_bebob_stream_init_duplex()
469 amdtp_stream_destroy(&bebob->tx_stream); in snd_bebob_stream_init_duplex()
475 bebob->tx_stream.flags |= CIP_SKIP_INIT_DBC_CHECK; in snd_bebob_stream_init_duplex()
482 bebob->tx_stream.flags |= CIP_EMPTY_HAS_WRONG_DBC; in snd_bebob_stream_init_duplex()
487 amdtp_stream_destroy(&bebob->tx_stream); in snd_bebob_stream_init_duplex()
519 if (amdtp_streaming_error(&bebob->tx_stream)) { in snd_bebob_stream_start_duplex()
539 master = &bebob->tx_stream; in snd_bebob_stream_start_duplex()
544 slave = &bebob->tx_stream; in snd_bebob_stream_start_duplex()
675 slave = &bebob->tx_stream; in snd_bebob_stream_stop_duplex()
681 master = &bebob->tx_stream; in snd_bebob_stream_stop_duplex()
710 amdtp_stream_pcm_abort(&bebob->tx_stream); in snd_bebob_stream_update_duplex()
712 amdtp_stream_stop(&bebob->tx_stream); in snd_bebob_stream_update_duplex()
716 amdtp_stream_update(&bebob->tx_stream); in snd_bebob_stream_update_duplex()
731 amdtp_stream_pcm_abort(&bebob->tx_stream); in snd_bebob_stream_destroy_duplex()
734 amdtp_stream_stop(&bebob->tx_stream); in snd_bebob_stream_destroy_duplex()
737 amdtp_stream_destroy(&bebob->tx_stream); in snd_bebob_stream_destroy_duplex()