Home
last modified time | relevance | path

Searched refs:destroy_stream (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/sound/firewire/fireworks/
H A Dfireworks_stream.c93 static void destroy_stream(struct snd_efw *efw, struct amdtp_stream *stream) in destroy_stream() function
137 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex()
143 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex()
144 destroy_stream(efw, &efw->rx_stream); in snd_efw_stream_init_duplex()
151 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex()
152 destroy_stream(efw, &efw->rx_stream); in snd_efw_stream_init_duplex()
327 destroy_stream(efw, &efw->rx_stream); in snd_efw_stream_destroy_duplex()
328 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_destroy_duplex()
/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks_stream.c94 static void destroy_stream(struct snd_efw *efw, struct amdtp_stream *stream) in destroy_stream() function
138 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex()
144 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex()
145 destroy_stream(efw, &efw->rx_stream); in snd_efw_stream_init_duplex()
152 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_init_duplex()
153 destroy_stream(efw, &efw->rx_stream); in snd_efw_stream_init_duplex()
336 destroy_stream(efw, &efw->rx_stream); in snd_efw_stream_destroy_duplex()
337 destroy_stream(efw, &efw->tx_stream); in snd_efw_stream_destroy_duplex()
/kernel/linux/linux-5.10/sound/firewire/fireface/
H A Dff-stream.c64 static void destroy_stream(struct snd_ff *ff, struct amdtp_stream *s) in destroy_stream() function
84 destroy_stream(ff, &ff->rx_stream); in snd_ff_stream_init_duplex()
90 destroy_stream(ff, &ff->rx_stream); in snd_ff_stream_init_duplex()
91 destroy_stream(ff, &ff->tx_stream); in snd_ff_stream_init_duplex()
105 destroy_stream(ff, &ff->rx_stream); in snd_ff_stream_destroy_duplex()
106 destroy_stream(ff, &ff->tx_stream); in snd_ff_stream_destroy_duplex()
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff-stream.c64 static void destroy_stream(struct snd_ff *ff, struct amdtp_stream *s) in destroy_stream() function
84 destroy_stream(ff, &ff->rx_stream); in snd_ff_stream_init_duplex()
90 destroy_stream(ff, &ff->rx_stream); in snd_ff_stream_init_duplex()
91 destroy_stream(ff, &ff->tx_stream); in snd_ff_stream_init_duplex()
105 destroy_stream(ff, &ff->rx_stream); in snd_ff_stream_destroy_duplex()
106 destroy_stream(ff, &ff->tx_stream); in snd_ff_stream_destroy_duplex()
/kernel/linux/linux-5.10/sound/firewire/digi00x/
H A Ddigi00x-stream.c243 static void destroy_stream(struct snd_dg00x *dg00x, struct amdtp_stream *s) in destroy_stream() function
263 destroy_stream(dg00x, &dg00x->rx_stream); in snd_dg00x_stream_init_duplex()
269 destroy_stream(dg00x, &dg00x->rx_stream); in snd_dg00x_stream_init_duplex()
270 destroy_stream(dg00x, &dg00x->tx_stream); in snd_dg00x_stream_init_duplex()
284 destroy_stream(dg00x, &dg00x->rx_stream); in snd_dg00x_stream_destroy_duplex()
285 destroy_stream(dg00x, &dg00x->tx_stream); in snd_dg00x_stream_destroy_duplex()
/kernel/linux/linux-5.10/sound/firewire/motu/
H A Dmotu-stream.c327 static void destroy_stream(struct snd_motu *motu, struct amdtp_stream *s) in destroy_stream() function
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()
354 destroy_stream(motu, &motu->rx_stream); in snd_motu_stream_init_duplex()
366 destroy_stream(motu, &motu->rx_stream); in snd_motu_stream_destroy_duplex()
367 destroy_stream(motu, &motu->tx_stream); in snd_motu_stream_destroy_duplex()
/kernel/linux/linux-6.6/sound/firewire/digi00x/
H A Ddigi00x-stream.c243 static void destroy_stream(struct snd_dg00x *dg00x, struct amdtp_stream *s) in destroy_stream() function
263 destroy_stream(dg00x, &dg00x->rx_stream); in snd_dg00x_stream_init_duplex()
269 destroy_stream(dg00x, &dg00x->rx_stream); in snd_dg00x_stream_init_duplex()
270 destroy_stream(dg00x, &dg00x->tx_stream); in snd_dg00x_stream_init_duplex()
284 destroy_stream(dg00x, &dg00x->rx_stream); in snd_dg00x_stream_destroy_duplex()
285 destroy_stream(dg00x, &dg00x->tx_stream); in snd_dg00x_stream_destroy_duplex()
/kernel/linux/linux-5.10/sound/firewire/dice/
H A Ddice-stream.c537 static void destroy_stream(struct snd_dice *dice, in destroy_stream() function
564 destroy_stream(dice, AMDTP_IN_STREAM, i); in snd_dice_stream_init_duplex()
573 destroy_stream(dice, AMDTP_OUT_STREAM, i); in snd_dice_stream_init_duplex()
575 destroy_stream(dice, AMDTP_IN_STREAM, i); in snd_dice_stream_init_duplex()
583 destroy_stream(dice, AMDTP_OUT_STREAM, i); in snd_dice_stream_init_duplex()
584 destroy_stream(dice, AMDTP_IN_STREAM, i); in snd_dice_stream_init_duplex()
596 destroy_stream(dice, AMDTP_IN_STREAM, i); in snd_dice_stream_destroy_duplex()
597 destroy_stream(dice, AMDTP_OUT_STREAM, i); in snd_dice_stream_destroy_duplex()
/kernel/linux/linux-6.6/sound/firewire/dice/
H A Ddice-stream.c521 static void destroy_stream(struct snd_dice *dice, in destroy_stream() function
548 destroy_stream(dice, AMDTP_IN_STREAM, i); in snd_dice_stream_init_duplex()
557 destroy_stream(dice, AMDTP_OUT_STREAM, i); in snd_dice_stream_init_duplex()
559 destroy_stream(dice, AMDTP_IN_STREAM, i); in snd_dice_stream_init_duplex()
567 destroy_stream(dice, AMDTP_OUT_STREAM, i); in snd_dice_stream_init_duplex()
568 destroy_stream(dice, AMDTP_IN_STREAM, i); in snd_dice_stream_init_duplex()
580 destroy_stream(dice, AMDTP_IN_STREAM, i); in snd_dice_stream_destroy_duplex()
581 destroy_stream(dice, AMDTP_OUT_STREAM, i); in snd_dice_stream_destroy_duplex()
/kernel/linux/linux-5.10/sound/firewire/tascam/
H A Dtascam-stream.c334 static void destroy_stream(struct snd_tscm *tscm, struct amdtp_stream *s) in destroy_stream() function
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()
361 destroy_stream(tscm, &tscm->rx_stream); in snd_tscm_stream_init_duplex()
382 destroy_stream(tscm, &tscm->rx_stream); in snd_tscm_stream_destroy_duplex()
383 destroy_stream(tscm, &tscm->tx_stream); in snd_tscm_stream_destroy_duplex()
/kernel/linux/linux-6.6/sound/firewire/motu/
H A Dmotu-stream.c357 static void destroy_stream(struct snd_motu *motu, struct amdtp_stream *s) in destroy_stream() function
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()
384 destroy_stream(motu, &motu->rx_stream); in snd_motu_stream_init_duplex()
396 destroy_stream(motu, &motu->rx_stream); in snd_motu_stream_destroy_duplex()
397 destroy_stream(motu, &motu->tx_stream); in snd_motu_stream_destroy_duplex()
/kernel/linux/linux-6.6/sound/firewire/tascam/
H A Dtascam-stream.c334 static void destroy_stream(struct snd_tscm *tscm, struct amdtp_stream *s) in destroy_stream() function
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()
361 destroy_stream(tscm, &tscm->rx_stream); in snd_tscm_stream_init_duplex()
382 destroy_stream(tscm, &tscm->rx_stream); in snd_tscm_stream_destroy_duplex()
383 destroy_stream(tscm, &tscm->tx_stream); in snd_tscm_stream_destroy_duplex()
/kernel/linux/linux-5.10/sound/firewire/bebob/
H A Dbebob_stream.c484 static void destroy_stream(struct snd_bebob *bebob, struct amdtp_stream *stream) in destroy_stream() function
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()
511 destroy_stream(bebob, &bebob->rx_stream); in snd_bebob_stream_init_duplex()
722 destroy_stream(bebob, &bebob->tx_stream); in snd_bebob_stream_destroy_duplex()
723 destroy_stream(bebob, &bebob->rx_stream); in snd_bebob_stream_destroy_duplex()
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A Doxfw-stream.c404 static void destroy_stream(struct snd_oxfw *oxfw, struct amdtp_stream *stream) in destroy_stream() function
428 destroy_stream(oxfw, &oxfw->rx_stream); in snd_oxfw_stream_init_duplex()
435 destroy_stream(oxfw, &oxfw->rx_stream); in snd_oxfw_stream_init_duplex()
437 destroy_stream(oxfw, &oxfw->tx_stream); in snd_oxfw_stream_init_duplex()
449 destroy_stream(oxfw, &oxfw->rx_stream); in snd_oxfw_stream_destroy_duplex()
452 destroy_stream(oxfw, &oxfw->tx_stream); in snd_oxfw_stream_destroy_duplex()
/kernel/linux/linux-6.6/sound/firewire/bebob/
H A Dbebob_stream.c467 static void destroy_stream(struct snd_bebob *bebob, struct amdtp_stream *stream) in destroy_stream() function
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()
494 destroy_stream(bebob, &bebob->rx_stream); in snd_bebob_stream_init_duplex()
695 destroy_stream(bebob, &bebob->tx_stream); in snd_bebob_stream_destroy_duplex()
696 destroy_stream(bebob, &bebob->rx_stream); in snd_bebob_stream_destroy_duplex()
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw-stream.c419 static void destroy_stream(struct snd_oxfw *oxfw, struct amdtp_stream *stream) in destroy_stream() function
443 destroy_stream(oxfw, &oxfw->rx_stream); in snd_oxfw_stream_init_duplex()
450 destroy_stream(oxfw, &oxfw->rx_stream); in snd_oxfw_stream_init_duplex()
452 destroy_stream(oxfw, &oxfw->tx_stream); in snd_oxfw_stream_init_duplex()
464 destroy_stream(oxfw, &oxfw->rx_stream); in snd_oxfw_stream_destroy_duplex()
467 destroy_stream(oxfw, &oxfw->tx_stream); in snd_oxfw_stream_destroy_duplex()

Completed in 12 milliseconds