Lines Matching refs:tx_stream
20 if (stream == &efw->tx_stream) { in init_stream()
49 if (stream == &efw->tx_stream) in stop_stream()
66 if (stream == &efw->tx_stream) { in start_stream()
112 if (stream == &efw->tx_stream) in destroy_stream()
145 if (s == &efw->tx_stream) in check_connection_used_by_others()
166 err = init_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex()
170 efw->tx_stream.flags |= CIP_EMPTY_WITH_TAG0; in snd_efw_stream_init_duplex()
172 efw->tx_stream.flags |= CIP_DBC_IS_END_EVENT; in snd_efw_stream_init_duplex()
174 efw->tx_stream.flags |= CIP_SKIP_DBC_ZERO_CHECK; in snd_efw_stream_init_duplex()
183 efw->tx_stream.tx_first_dbc = 0x02; in snd_efw_stream_init_duplex()
186 efw->tx_stream.flags |= CIP_WRONG_DBS; in snd_efw_stream_init_duplex()
189 efw->tx_stream.tx_dbc_interval = 8; in snd_efw_stream_init_duplex()
193 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex()
200 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex()
226 master = &efw->tx_stream; in snd_efw_stream_start_duplex()
231 slave = &efw->tx_stream; in snd_efw_stream_start_duplex()
297 slave = &efw->tx_stream; in snd_efw_stream_stop_duplex()
303 master = &efw->tx_stream; in snd_efw_stream_stop_duplex()
326 stop_stream(efw, &efw->tx_stream); in snd_efw_stream_update_duplex()
330 amdtp_stream_update(&efw->tx_stream); in snd_efw_stream_update_duplex()
337 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_destroy_duplex()