Searched refs:rx_stream (Results 1 - 25 of 48) sorted by relevance

12

/linux-master/sound/firewire/fireface/
H A Dff-stream.c78 err = init_stream(ff, &ff->rx_stream);
84 destroy_stream(ff, &ff->rx_stream);
90 destroy_stream(ff, &ff->rx_stream);
105 destroy_stream(ff, &ff->rx_stream);
147 err = amdtp_ff_set_parameters(&ff->rx_stream, rate,
176 amdtp_streaming_error(&ff->rx_stream)) {
185 if (!amdtp_stream_running(&ff->rx_stream)) {
192 err = amdtp_domain_add_stream(&ff->domain, &ff->rx_stream,
245 amdtp_stream_pcm_abort(&ff->rx_stream);
H A Dff-pcm.c118 s = &ff->rx_stream;
185 rate = amdtp_rate_table[ff->rx_stream.sfc];
292 amdtp_stream_pcm_prepare(&ff->rx_stream);
323 amdtp_stream_pcm_trigger(&ff->rx_stream, substream);
326 amdtp_stream_pcm_trigger(&ff->rx_stream, NULL);
346 return amdtp_domain_stream_pcm_pointer(&ff->domain, &ff->rx_stream);
360 return amdtp_domain_stream_pcm_ack(&ff->domain, &ff->rx_stream);
/linux-master/sound/firewire/fireworks/
H A Dfireworks_stream.c136 err = init_stream(efw, &efw->rx_stream);
145 destroy_stream(efw, &efw->rx_stream);
153 destroy_stream(efw, &efw->rx_stream);
194 err = check_connection_used_by_others(efw, &efw->rx_stream);
229 err = keep_resources(efw, &efw->rx_stream, rate, mode);
256 if (amdtp_streaming_error(&efw->rx_stream) ||
267 if (!amdtp_stream_running(&efw->rx_stream)) {
277 err = start_stream(efw, &efw->rx_stream, rate);
328 amdtp_stream_pcm_abort(&efw->rx_stream);
336 destroy_stream(efw, &efw->rx_stream);
[all...]
H A Dfireworks_pcm.c146 s = &efw->rx_stream;
303 amdtp_stream_pcm_prepare(&efw->rx_stream);
331 amdtp_stream_pcm_trigger(&efw->rx_stream, substream);
334 amdtp_stream_pcm_trigger(&efw->rx_stream, NULL);
353 return amdtp_domain_stream_pcm_pointer(&efw->domain, &efw->rx_stream);
367 return amdtp_domain_stream_pcm_ack(&efw->domain, &efw->rx_stream);
H A Dfireworks_midi.c72 amdtp_am824_midi_trigger(&efw->rx_stream,
75 amdtp_am824_midi_trigger(&efw->rx_stream,
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-stream.c257 err = init_stream(dg00x, &dg00x->rx_stream);
263 destroy_stream(dg00x, &dg00x->rx_stream);
269 destroy_stream(dg00x, &dg00x->rx_stream);
284 destroy_stream(dg00x, &dg00x->rx_stream);
313 err = keep_resources(dg00x, &dg00x->rx_stream, rate);
344 amdtp_streaming_error(&dg00x->rx_stream)) {
363 if (!amdtp_stream_running(&dg00x->rx_stream)) {
370 err = amdtp_domain_add_stream(&dg00x->domain, &dg00x->rx_stream,
419 amdtp_stream_update(&dg00x->rx_stream);
H A Ddigi00x-pcm.c71 s = &dg00x->rx_stream;
250 amdtp_stream_pcm_prepare(&dg00x->rx_stream);
251 amdtp_dot_reset(&dg00x->rx_stream);
283 amdtp_stream_pcm_trigger(&dg00x->rx_stream, substream);
286 amdtp_stream_pcm_trigger(&dg00x->rx_stream, NULL);
306 return amdtp_domain_stream_pcm_pointer(&dg00x->domain, &dg00x->rx_stream);
320 return amdtp_domain_stream_pcm_ack(&dg00x->domain, &dg00x->rx_stream);
H A Ddigi00x-midi.c84 amdtp_dot_midi_trigger(&dg00x->rx_stream, port, substream);
86 amdtp_dot_midi_trigger(&dg00x->rx_stream, port, NULL);
H A Ddigi00x.h43 struct amdtp_stream rx_stream; member in struct:snd_dg00x
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtt.h38 * @rx_stream: number of rx stream allowed
46 enum iwl_antenna_ok rx_stream; member in struct:iwl_tt_restriction
/linux-master/sound/firewire/tascam/
H A Dtascam-pcm.c24 stream = &tscm->rx_stream;
181 amdtp_stream_pcm_prepare(&tscm->rx_stream);
212 amdtp_stream_pcm_trigger(&tscm->rx_stream, substream);
215 amdtp_stream_pcm_trigger(&tscm->rx_stream, NULL);
235 return amdtp_domain_stream_pcm_pointer(&tscm->domain, &tscm->rx_stream);
249 return amdtp_domain_stream_pcm_ack(&tscm->domain, &tscm->rx_stream);
H A Dtascam-stream.c352 err = init_stream(tscm, &tscm->rx_stream);
361 destroy_stream(tscm, &tscm->rx_stream);
373 amdtp_stream_pcm_abort(&tscm->rx_stream);
382 destroy_stream(tscm, &tscm->rx_stream);
413 err = keep_resources(tscm, rate, &tscm->rx_stream);
441 if (amdtp_streaming_error(&tscm->rx_stream) ||
457 if (!amdtp_stream_running(&tscm->rx_stream)) {
469 err = amdtp_domain_add_stream(&tscm->domain, &tscm->rx_stream,
/linux-master/sound/firewire/oxfw/
H A Doxfw-midi.c48 err = snd_oxfw_stream_reserve_duplex(oxfw, &oxfw->rx_stream, 0, 0, 0, 0);
117 amdtp_am824_midi_trigger(&oxfw->rx_stream,
120 amdtp_am824_midi_trigger(&oxfw->rx_stream,
H A Doxfw-stream.c108 if (stream == &oxfw->rx_stream)
210 if (stream == &oxfw->rx_stream) {
265 err = check_connection_used_by_others(oxfw, &oxfw->rx_stream);
307 err = keep_resources(oxfw, &oxfw->rx_stream);
339 if (amdtp_streaming_error(&oxfw->rx_stream) ||
348 if (!amdtp_stream_running(&oxfw->rx_stream)) {
352 err = start_stream(oxfw, &oxfw->rx_stream);
438 err = init_stream(oxfw, &oxfw->rx_stream);
445 destroy_stream(oxfw, &oxfw->rx_stream);
452 destroy_stream(oxfw, &oxfw->rx_stream);
[all...]
H A Doxfw-pcm.c123 stream = &oxfw->rx_stream;
272 err = snd_oxfw_stream_reserve_duplex(oxfw, &oxfw->rx_stream,
340 amdtp_stream_pcm_prepare(&oxfw->rx_stream);
378 amdtp_stream_pcm_trigger(&oxfw->rx_stream, pcm);
392 return amdtp_domain_stream_pcm_pointer(&oxfw->domain, &oxfw->rx_stream);
406 return amdtp_domain_stream_pcm_ack(&oxfw->domain, &oxfw->rx_stream);
/linux-master/sound/firewire/bebob/
H A Dbebob_pcm.c109 s = &bebob->rx_stream;
269 amdtp_stream_pcm_prepare(&bebob->rx_stream);
299 amdtp_stream_pcm_trigger(&bebob->rx_stream, substream);
302 amdtp_stream_pcm_trigger(&bebob->rx_stream, NULL);
323 &bebob->rx_stream);
337 return amdtp_domain_stream_pcm_ack(&bebob->domain, &bebob->rx_stream);
H A Dbebob_stream.c411 if (stream == &bebob->rx_stream)
485 err = init_stream(bebob, &bebob->rx_stream);
494 destroy_stream(bebob, &bebob->rx_stream);
534 err = check_connection_used_by_others(bebob, &bebob->rx_stream);
575 err = keep_resources(bebob, &bebob->rx_stream, rate, index);
602 if (amdtp_streaming_error(&bebob->rx_stream) ||
608 if (!amdtp_stream_running(&bebob->rx_stream)) {
623 err = start_stream(bebob, &bebob->rx_stream);
696 destroy_stream(bebob, &bebob->rx_stream);
H A Dbebob_midi.c72 amdtp_am824_midi_trigger(&bebob->rx_stream,
75 amdtp_am824_midi_trigger(&bebob->rx_stream,
/linux-master/sound/firewire/motu/
H A Dmotu-pcm.c110 stream = &motu->rx_stream;
267 amdtp_stream_pcm_prepare(&motu->rx_stream);
295 amdtp_stream_pcm_trigger(&motu->rx_stream, substream);
298 amdtp_stream_pcm_trigger(&motu->rx_stream, NULL);
317 return amdtp_domain_stream_pcm_pointer(&motu->domain, &motu->rx_stream);
331 return amdtp_domain_stream_pcm_ack(&motu->domain, &motu->rx_stream);
H A Dmotu-stream.c36 if (stream == &motu->rx_stream) {
174 err = keep_resources(motu, rate, &motu->rx_stream);
235 if (amdtp_streaming_error(&motu->rx_stream) ||
251 if (!amdtp_stream_running(&motu->rx_stream)) {
280 err = amdtp_domain_add_stream(&motu->domain, &motu->rx_stream,
375 err = init_stream(motu, &motu->rx_stream);
384 destroy_stream(motu, &motu->rx_stream);
396 destroy_stream(motu, &motu->rx_stream);
H A Dmotu-midi.c76 amdtp_motu_midi_trigger(&motu->rx_stream, substrm->number,
79 amdtp_motu_midi_trigger(&motu->rx_stream, substrm->number,
/linux-master/sound/firewire/dice/
H A Ddice-midi.c76 amdtp_am824_midi_trigger(&dice->rx_stream[0],
79 amdtp_am824_midi_trigger(&dice->rx_stream[0],
H A Ddice-pcm.c142 stream = &dice->rx_stream[index];
323 struct amdtp_stream *stream = &dice->rx_stream[substream->pcm->device];
356 struct amdtp_stream *stream = &dice->rx_stream[substream->pcm->device];
382 struct amdtp_stream *stream = &dice->rx_stream[substream->pcm->device];
398 struct amdtp_stream *stream = &dice->rx_stream[substream->pcm->device];
H A Ddice-stream.c226 stream = &dice->rx_stream[i];
342 stream = dice->rx_stream + i;
401 amdtp_streaming_error(&dice->rx_stream[i])) {
429 !amdtp_stream_running(&dice->rx_stream[i]))
499 stream = &dice->rx_stream[index];
532 stream = &dice->rx_stream[index];
/linux-master/drivers/net/wireless/ath/carl9170/
H A Drx.c878 struct ar9170_stream *rx_stream; local
885 rx_stream = (void *) tbuf;
886 clen = le16_to_cpu(rx_stream->length);
890 if (rx_stream->tag != cpu_to_le16(AR9170_RX_STREAM_TAG)) {
966 __carl9170_rx(ar, rx_stream->payload, clen);
1009 if (ar->fw.rx_stream)

Completed in 403 milliseconds

12