Home
last modified time | relevance | path

Searched refs:tx_stream (Results 1 - 25 of 87) sorted by relevance

1234

/kernel/linux/linux-5.10/sound/firewire/fireworks/
H A Dfireworks_stream.c18 if (stream == &efw->tx_stream) { in init_stream()
39 if (stream == &efw->tx_stream) { in init_stream()
41 efw->tx_stream.flags |= CIP_EMPTY_WITH_TAG0; in init_stream()
43 efw->tx_stream.flags |= CIP_DBC_IS_END_EVENT; in init_stream()
45 efw->tx_stream.flags |= CIP_SKIP_DBC_ZERO_CHECK; in init_stream()
52 efw->tx_stream.flags |= CIP_UNALIGHED_DBC; in init_stream()
55 efw->tx_stream.flags |= CIP_WRONG_DBS; in init_stream()
58 efw->tx_stream.ctx_data.tx.dbc_interval = 8; in init_stream()
70 if (stream == &efw->tx_stream) in start_stream()
97 if (stream == &efw->tx_stream) in destroy_stream()
[all...]
H A Dfireworks_pcm.c142 s = &efw->tx_stream; in pcm_init_hw_params()
292 amdtp_stream_pcm_prepare(&efw->tx_stream); in pcm_capture_prepare()
314 amdtp_stream_pcm_trigger(&efw->tx_stream, substream); in pcm_capture_trigger()
317 amdtp_stream_pcm_trigger(&efw->tx_stream, NULL); in pcm_capture_trigger()
347 return amdtp_domain_stream_pcm_pointer(&efw->domain, &efw->tx_stream); in pcm_capture_pointer()
360 return amdtp_domain_stream_pcm_ack(&efw->domain, &efw->tx_stream); in pcm_capture_ack()
/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks_stream.c18 if (stream == &efw->tx_stream) { in init_stream()
39 if (stream == &efw->tx_stream) { in init_stream()
41 efw->tx_stream.flags |= CIP_EMPTY_WITH_TAG0; in init_stream()
43 efw->tx_stream.flags |= CIP_DBC_IS_END_EVENT; in init_stream()
45 efw->tx_stream.flags |= CIP_SKIP_DBC_ZERO_CHECK; in init_stream()
52 efw->tx_stream.flags |= CIP_UNALIGHED_DBC; in init_stream()
56 efw->tx_stream.flags |= CIP_WRONG_DBS; in init_stream()
59 efw->tx_stream.ctx_data.tx.dbc_interval = 8; in init_stream()
71 if (stream == &efw->tx_stream) in start_stream()
98 if (stream == &efw->tx_stream) in destroy_stream()
[all...]
H A Dfireworks_pcm.c142 s = &efw->tx_stream; in pcm_init_hw_params()
292 amdtp_stream_pcm_prepare(&efw->tx_stream); in pcm_capture_prepare()
314 amdtp_stream_pcm_trigger(&efw->tx_stream, substream); in pcm_capture_trigger()
317 amdtp_stream_pcm_trigger(&efw->tx_stream, NULL); in pcm_capture_trigger()
347 return amdtp_domain_stream_pcm_pointer(&efw->domain, &efw->tx_stream); in pcm_capture_pointer()
360 return amdtp_domain_stream_pcm_ack(&efw->domain, &efw->tx_stream); in pcm_capture_ack()
/kernel/linux/linux-5.10/sound/firewire/fireface/
H A Dff-stream.c45 if (s == &ff->tx_stream) { in init_stream()
68 if (s == &ff->tx_stream) in destroy_stream()
82 err = init_stream(ff, &ff->tx_stream); in snd_ff_stream_init_duplex()
91 destroy_stream(ff, &ff->tx_stream); in snd_ff_stream_init_duplex()
106 destroy_stream(ff, &ff->tx_stream); in snd_ff_stream_destroy_duplex()
142 err = amdtp_ff_set_parameters(&ff->tx_stream, rate, in snd_ff_stream_reserve_duplex()
175 if (amdtp_streaming_error(&ff->tx_stream) || in snd_ff_stream_start_duplex()
197 err = amdtp_domain_add_stream(&ff->domain, &ff->tx_stream, in snd_ff_stream_start_duplex()
208 !amdtp_stream_wait_callback(&ff->tx_stream, in snd_ff_stream_start_duplex()
243 amdtp_stream_pcm_abort(&ff->tx_stream); in snd_ff_stream_update_duplex()
[all...]
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff-stream.c45 if (s == &ff->tx_stream) { in init_stream()
68 if (s == &ff->tx_stream) in destroy_stream()
82 err = init_stream(ff, &ff->tx_stream); in snd_ff_stream_init_duplex()
91 destroy_stream(ff, &ff->tx_stream); in snd_ff_stream_init_duplex()
106 destroy_stream(ff, &ff->tx_stream); in snd_ff_stream_destroy_duplex()
142 err = amdtp_ff_set_parameters(&ff->tx_stream, rate, in snd_ff_stream_reserve_duplex()
175 if (amdtp_streaming_error(&ff->tx_stream) || in snd_ff_stream_start_duplex()
197 err = amdtp_domain_add_stream(&ff->domain, &ff->tx_stream, in snd_ff_stream_start_duplex()
244 amdtp_stream_pcm_abort(&ff->tx_stream); in snd_ff_stream_update_duplex()
/kernel/linux/linux-5.10/sound/firewire/digi00x/
H A Ddigi00x-stream.c203 if (stream == &dg00x->tx_stream) in keep_resources()
224 if (s == &dg00x->tx_stream) { in init_stream()
247 if (s == &dg00x->tx_stream) in destroy_stream()
261 err = init_stream(dg00x, &dg00x->tx_stream); in snd_dg00x_stream_init_duplex()
270 destroy_stream(dg00x, &dg00x->tx_stream); in snd_dg00x_stream_init_duplex()
285 destroy_stream(dg00x, &dg00x->tx_stream); in snd_dg00x_stream_destroy_duplex()
317 err = keep_resources(dg00x, &dg00x->tx_stream, rate); in snd_dg00x_stream_reserve_duplex()
343 if (amdtp_streaming_error(&dg00x->tx_stream) || in snd_dg00x_stream_start_duplex()
375 err = amdtp_domain_add_stream(&dg00x->domain, &dg00x->tx_stream, in snd_dg00x_stream_start_duplex()
386 !amdtp_stream_wait_callback(&dg00x->tx_stream, in snd_dg00x_stream_start_duplex()
[all...]
H A Ddigi00x-pcm.c68 s = &dg00x->tx_stream; in pcm_init_hw_params()
234 amdtp_stream_pcm_prepare(&dg00x->tx_stream); in pcm_capture_prepare()
265 amdtp_stream_pcm_trigger(&dg00x->tx_stream, substream); in pcm_capture_trigger()
268 amdtp_stream_pcm_trigger(&dg00x->tx_stream, NULL); in pcm_capture_trigger()
299 return amdtp_domain_stream_pcm_pointer(&dg00x->domain, &dg00x->tx_stream); in pcm_capture_pointer()
313 return amdtp_domain_stream_pcm_ack(&dg00x->domain, &dg00x->tx_stream); in pcm_capture_ack()
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A Doxfw-stream.c66 if (s == &oxfw->tx_stream) { in set_stream_format()
134 if (stream == &oxfw->tx_stream) in check_connection_used_by_others()
158 if (stream == &oxfw->tx_stream) { in init_stream()
184 if (stream == &oxfw->tx_stream) { in init_stream()
185 oxfw->tx_stream.flags |= CIP_JUMBO_PAYLOAD; in init_stream()
187 oxfw->tx_stream.flags |= CIP_WRONG_DBS; in init_stream()
261 err = check_connection_used_by_others(oxfw, &oxfw->tx_stream); in snd_oxfw_stream_reserve_duplex()
266 if (stream == &oxfw->tx_stream) in snd_oxfw_stream_reserve_duplex()
304 err = keep_resources(oxfw, &oxfw->tx_stream); in snd_oxfw_stream_reserve_duplex()
332 amdtp_streaming_error(&oxfw->tx_stream)) { in snd_oxfw_stream_start_duplex()
[all...]
H A Doxfw-midi.c21 err = snd_oxfw_stream_reserve_duplex(oxfw, &oxfw->tx_stream, 0, 0, 0, 0); in midi_capture_open()
100 amdtp_am824_midi_trigger(&oxfw->tx_stream, in midi_capture_trigger()
103 amdtp_am824_midi_trigger(&oxfw->tx_stream, in midi_capture_trigger()
/kernel/linux/linux-5.10/sound/firewire/motu/
H A Dmotu-stream.c167 err = keep_resources(motu, rate, &motu->tx_stream); in snd_motu_stream_reserve_duplex()
224 amdtp_streaming_error(&motu->tx_stream)) { in snd_motu_stream_start_duplex()
253 err = amdtp_domain_add_stream(&motu->domain, &motu->tx_stream, in snd_motu_stream_start_duplex()
267 if (!amdtp_stream_wait_callback(&motu->tx_stream, in snd_motu_stream_start_duplex()
308 if (s == &motu->tx_stream) { in init_stream()
331 if (s == &motu->tx_stream) in destroy_stream()
341 err = init_stream(motu, &motu->tx_stream); in snd_motu_stream_init_duplex()
347 destroy_stream(motu, &motu->tx_stream); in snd_motu_stream_init_duplex()
353 destroy_stream(motu, &motu->tx_stream); in snd_motu_stream_init_duplex()
367 destroy_stream(motu, &motu->tx_stream); in snd_motu_stream_destroy_duplex()
[all...]
H A Dmotu-pcm.c106 stream = &motu->tx_stream; in init_hw_info()
254 amdtp_stream_pcm_prepare(&motu->tx_stream); in capture_prepare()
278 amdtp_stream_pcm_trigger(&motu->tx_stream, substream); in capture_trigger()
281 amdtp_stream_pcm_trigger(&motu->tx_stream, NULL); in capture_trigger()
311 return amdtp_domain_stream_pcm_pointer(&motu->domain, &motu->tx_stream); in capture_pointer()
324 return amdtp_domain_stream_pcm_ack(&motu->domain, &motu->tx_stream); in capture_ack()
/kernel/linux/linux-6.6/sound/firewire/digi00x/
H A Ddigi00x-stream.c203 if (stream == &dg00x->tx_stream) in keep_resources()
224 if (s == &dg00x->tx_stream) { in init_stream()
247 if (s == &dg00x->tx_stream) in destroy_stream()
261 err = init_stream(dg00x, &dg00x->tx_stream); in snd_dg00x_stream_init_duplex()
270 destroy_stream(dg00x, &dg00x->tx_stream); in snd_dg00x_stream_init_duplex()
285 destroy_stream(dg00x, &dg00x->tx_stream); in snd_dg00x_stream_destroy_duplex()
317 err = keep_resources(dg00x, &dg00x->tx_stream, rate); in snd_dg00x_stream_reserve_duplex()
343 if (amdtp_streaming_error(&dg00x->tx_stream) || in snd_dg00x_stream_start_duplex()
375 err = amdtp_domain_add_stream(&dg00x->domain, &dg00x->tx_stream, in snd_dg00x_stream_start_duplex()
418 amdtp_stream_update(&dg00x->tx_stream); in snd_dg00x_stream_update_duplex()
[all...]
H A Ddigi00x-pcm.c68 s = &dg00x->tx_stream; in pcm_init_hw_params()
234 amdtp_stream_pcm_prepare(&dg00x->tx_stream); in pcm_capture_prepare()
265 amdtp_stream_pcm_trigger(&dg00x->tx_stream, substream); in pcm_capture_trigger()
268 amdtp_stream_pcm_trigger(&dg00x->tx_stream, NULL); in pcm_capture_trigger()
299 return amdtp_domain_stream_pcm_pointer(&dg00x->domain, &dg00x->tx_stream); in pcm_capture_pointer()
313 return amdtp_domain_stream_pcm_ack(&dg00x->domain, &dg00x->tx_stream); in pcm_capture_ack()
/kernel/linux/linux-5.10/sound/firewire/bebob/
H A Dbebob_stream.c272 if (s == &bebob->tx_stream) in map_data_channels()
384 if (s == &bebob->tx_stream) in check_connection_used_by_others()
445 if (stream == &bebob->tx_stream) { in init_stream()
465 if (stream == &bebob->tx_stream) { in init_stream()
471 bebob->tx_stream.flags |= CIP_EMPTY_HAS_WRONG_DBC | in init_stream()
478 bebob->tx_stream.flags |= CIP_EMPTY_HAS_WRONG_DBC; in init_stream()
488 if (stream == &bebob->tx_stream) in destroy_stream()
498 err = init_stream(bebob, &bebob->tx_stream); in snd_bebob_stream_init_duplex()
504 destroy_stream(bebob, &bebob->tx_stream); in snd_bebob_stream_init_duplex()
510 destroy_stream(bebob, &bebob->tx_stream); in snd_bebob_stream_init_duplex()
[all...]
H A Dbebob_pcm.c105 s = &bebob->tx_stream; in pcm_init_hw_params()
257 amdtp_stream_pcm_prepare(&bebob->tx_stream); in pcm_capture_prepare()
281 amdtp_stream_pcm_trigger(&bebob->tx_stream, substream); in pcm_capture_trigger()
284 amdtp_stream_pcm_trigger(&bebob->tx_stream, NULL); in pcm_capture_trigger()
316 &bebob->tx_stream); in pcm_capture_pointer()
330 return amdtp_domain_stream_pcm_ack(&bebob->domain, &bebob->tx_stream); in pcm_capture_ack()
/kernel/linux/linux-5.10/sound/firewire/tascam/
H A Dtascam-stream.c287 if (stream == &tscm->tx_stream) in keep_resources()
308 if (s == &tscm->tx_stream) { in init_stream()
338 if (s == &tscm->tx_stream) in destroy_stream()
348 err = init_stream(tscm, &tscm->tx_stream); in snd_tscm_stream_init_duplex()
354 destroy_stream(tscm, &tscm->tx_stream); in snd_tscm_stream_init_duplex()
360 destroy_stream(tscm, &tscm->tx_stream); in snd_tscm_stream_init_duplex()
372 amdtp_stream_pcm_abort(&tscm->tx_stream); in snd_tscm_stream_update_duplex()
383 destroy_stream(tscm, &tscm->tx_stream); in snd_tscm_stream_destroy_duplex()
409 err = keep_resources(tscm, rate, &tscm->tx_stream); in snd_tscm_stream_reserve_duplex()
440 amdtp_streaming_error(&tscm->tx_stream)) { in snd_tscm_stream_start_duplex()
[all...]
H A Dtascam-pcm.c20 stream = &tscm->tx_stream; in pcm_init_hw_params()
164 amdtp_stream_pcm_prepare(&tscm->tx_stream); in pcm_capture_prepare()
194 amdtp_stream_pcm_trigger(&tscm->tx_stream, substream); in pcm_capture_trigger()
197 amdtp_stream_pcm_trigger(&tscm->tx_stream, NULL); in pcm_capture_trigger()
228 return amdtp_domain_stream_pcm_pointer(&tscm->domain, &tscm->tx_stream); in pcm_capture_pointer()
242 return amdtp_domain_stream_pcm_ack(&tscm->domain, &tscm->tx_stream); in pcm_capture_ack()
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw-stream.c66 if (s == &oxfw->tx_stream) { in set_stream_format()
134 if (stream == &oxfw->tx_stream) in check_connection_used_by_others()
171 if (stream == &oxfw->tx_stream) { in init_stream()
267 err = check_connection_used_by_others(oxfw, &oxfw->tx_stream); in snd_oxfw_stream_reserve_duplex()
272 if (stream == &oxfw->tx_stream) in snd_oxfw_stream_reserve_duplex()
310 err = keep_resources(oxfw, &oxfw->tx_stream); in snd_oxfw_stream_reserve_duplex()
338 amdtp_streaming_error(&oxfw->tx_stream)) { in snd_oxfw_stream_start_duplex()
358 !amdtp_stream_running(&oxfw->tx_stream)) { in snd_oxfw_stream_start_duplex()
359 err = start_stream(oxfw, &oxfw->tx_stream); in snd_oxfw_stream_start_duplex()
423 if (stream == &oxfw->tx_stream) in destroy_stream()
[all...]
/kernel/linux/linux-6.6/sound/firewire/motu/
H A Dmotu-stream.c170 err = keep_resources(motu, rate, &motu->tx_stream); in snd_motu_stream_reserve_duplex()
188 motu->cache.size = motu->tx_stream.syt_interval * frames_per_buffer; in snd_motu_stream_reserve_duplex()
236 amdtp_streaming_error(&motu->tx_stream)) { in snd_motu_stream_start_duplex()
263 err = snd_motu_command_dsp_message_parser_init(motu, motu->tx_stream.sfc); in snd_motu_stream_start_duplex()
275 err = amdtp_domain_add_stream(&motu->domain, &motu->tx_stream, in snd_motu_stream_start_duplex()
338 if (s == &motu->tx_stream) { in init_stream()
361 if (s == &motu->tx_stream) in destroy_stream()
371 err = init_stream(motu, &motu->tx_stream); in snd_motu_stream_init_duplex()
377 destroy_stream(motu, &motu->tx_stream); in snd_motu_stream_init_duplex()
383 destroy_stream(motu, &motu->tx_stream); in snd_motu_stream_init_duplex()
[all...]
H A Dmotu-pcm.c106 stream = &motu->tx_stream; in init_hw_info()
254 amdtp_stream_pcm_prepare(&motu->tx_stream); in capture_prepare()
278 amdtp_stream_pcm_trigger(&motu->tx_stream, substream); in capture_trigger()
281 amdtp_stream_pcm_trigger(&motu->tx_stream, NULL); in capture_trigger()
311 return amdtp_domain_stream_pcm_pointer(&motu->domain, &motu->tx_stream); in capture_pointer()
324 return amdtp_domain_stream_pcm_ack(&motu->domain, &motu->tx_stream); in capture_ack()
/kernel/linux/linux-6.6/sound/firewire/tascam/
H A Dtascam-stream.c287 if (stream == &tscm->tx_stream) in keep_resources()
308 if (s == &tscm->tx_stream) { in init_stream()
338 if (s == &tscm->tx_stream) in destroy_stream()
348 err = init_stream(tscm, &tscm->tx_stream); in snd_tscm_stream_init_duplex()
354 destroy_stream(tscm, &tscm->tx_stream); in snd_tscm_stream_init_duplex()
360 destroy_stream(tscm, &tscm->tx_stream); in snd_tscm_stream_init_duplex()
372 amdtp_stream_pcm_abort(&tscm->tx_stream); in snd_tscm_stream_update_duplex()
383 destroy_stream(tscm, &tscm->tx_stream); in snd_tscm_stream_destroy_duplex()
409 err = keep_resources(tscm, rate, &tscm->tx_stream); in snd_tscm_stream_reserve_duplex()
442 amdtp_streaming_error(&tscm->tx_stream)) { in snd_tscm_stream_start_duplex()
[all...]
H A Dtascam-pcm.c20 stream = &tscm->tx_stream; in pcm_init_hw_params()
164 amdtp_stream_pcm_prepare(&tscm->tx_stream); in pcm_capture_prepare()
194 amdtp_stream_pcm_trigger(&tscm->tx_stream, substream); in pcm_capture_trigger()
197 amdtp_stream_pcm_trigger(&tscm->tx_stream, NULL); in pcm_capture_trigger()
228 return amdtp_domain_stream_pcm_pointer(&tscm->domain, &tscm->tx_stream); in pcm_capture_pointer()
242 return amdtp_domain_stream_pcm_ack(&tscm->domain, &tscm->tx_stream); in pcm_capture_ack()
/kernel/linux/linux-6.6/sound/firewire/bebob/
H A Dbebob_stream.c271 if (s == &bebob->tx_stream) in map_data_channels()
383 if (s == &bebob->tx_stream) in check_connection_used_by_others()
439 if (stream == &bebob->tx_stream) { in init_stream()
449 if (stream == &bebob->tx_stream) { in init_stream()
471 if (stream == &bebob->tx_stream) in destroy_stream()
481 err = init_stream(bebob, &bebob->tx_stream); in snd_bebob_stream_init_duplex()
487 destroy_stream(bebob, &bebob->tx_stream); in snd_bebob_stream_init_duplex()
493 destroy_stream(bebob, &bebob->tx_stream); in snd_bebob_stream_init_duplex()
508 if (stream == &bebob->tx_stream) { in keep_resources()
571 err = keep_resources(bebob, &bebob->tx_stream, rat in snd_bebob_stream_reserve_duplex()
[all...]
H A Dbebob_pcm.c105 s = &bebob->tx_stream; in pcm_init_hw_params()
257 amdtp_stream_pcm_prepare(&bebob->tx_stream); in pcm_capture_prepare()
281 amdtp_stream_pcm_trigger(&bebob->tx_stream, substream); in pcm_capture_trigger()
284 amdtp_stream_pcm_trigger(&bebob->tx_stream, NULL); in pcm_capture_trigger()
316 &bebob->tx_stream); in pcm_capture_pointer()
330 return amdtp_domain_stream_pcm_ack(&bebob->domain, &bebob->tx_stream); in pcm_capture_ack()

Completed in 15 milliseconds

1234