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()
114 if (stream == &efw->tx_stream) in destroy_stream()
147 if (s == &efw->tx_stream) in check_connection_used_by_others()
168 err = init_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex()
172 efw->tx_stream.flags |= CIP_EMPTY_WITH_TAG0; in snd_efw_stream_init_duplex()
174 efw->tx_stream.flags |= CIP_DBC_IS_END_EVENT; in snd_efw_stream_init_duplex()
176 efw->tx_stream.flags |= CIP_SKIP_DBC_ZERO_CHECK; in snd_efw_stream_init_duplex()
185 efw->tx_stream.tx_first_dbc = 0x02; in snd_efw_stream_init_duplex()
188 efw->tx_stream.flags |= CIP_WRONG_DBS; in snd_efw_stream_init_duplex()
191 efw->tx_stream.tx_dbc_interval = 8; in snd_efw_stream_init_duplex()
195 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex()
202 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex()
228 master = &efw->tx_stream; in snd_efw_stream_start_duplex()
233 slave = &efw->tx_stream; in snd_efw_stream_start_duplex()
299 slave = &efw->tx_stream; in snd_efw_stream_stop_duplex()
305 master = &efw->tx_stream; in snd_efw_stream_stop_duplex()
328 stop_stream(efw, &efw->tx_stream); in snd_efw_stream_update_duplex()
332 amdtp_stream_update(&efw->tx_stream); in snd_efw_stream_update_duplex()
339 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_destroy_duplex()