Home
last modified time | relevance | path

Searched refs:tx_resources (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.10/sound/firewire/motu/
Dmotu-stream.c44 resources = &motu->tx_resources; in keep_resources()
78 (motu->tx_resources.channel << TX_ISOC_COMM_CHANNEL_SHIFT); in begin_session()
153 fw_iso_resources_free(&motu->tx_resources); in snd_motu_stream_reserve_duplex()
173 fw_iso_resources_free(&motu->tx_resources); in snd_motu_stream_reserve_duplex()
180 fw_iso_resources_free(&motu->tx_resources); in snd_motu_stream_reserve_duplex()
234 err = fw_iso_resources_update(&motu->tx_resources); in snd_motu_stream_start_duplex()
254 motu->tx_resources.channel, spd); in snd_motu_stream_start_duplex()
297 fw_iso_resources_free(&motu->tx_resources); in snd_motu_stream_stop_duplex()
309 resources = &motu->tx_resources; in init_stream()
332 fw_iso_resources_destroy(&motu->tx_resources); in destroy_stream()
Dmotu.h59 struct fw_iso_resources tx_resources; member
/Linux-v5.10/sound/firewire/digi00x/
Ddigi00x-stream.c152 data = cpu_to_be32((dg00x->tx_resources.channel << 16) | in begin_session()
204 resources = &dg00x->tx_resources; in keep_resources()
225 resources = &dg00x->tx_resources; in init_stream()
248 fw_iso_resources_destroy(&dg00x->tx_resources); in destroy_stream()
304 fw_iso_resources_free(&dg00x->tx_resources); in snd_dg00x_stream_reserve_duplex()
325 fw_iso_resources_free(&dg00x->tx_resources); in snd_dg00x_stream_reserve_duplex()
348 err = fw_iso_resources_update(&dg00x->tx_resources); in snd_dg00x_stream_start_duplex()
374 dg00x->tx_resources.channel, spd); in snd_dg00x_stream_start_duplex()
405 fw_iso_resources_free(&dg00x->tx_resources); in snd_dg00x_stream_stop_duplex()
412 fw_iso_resources_update(&dg00x->tx_resources); in snd_dg00x_stream_update_duplex()
Ddigi00x.h44 struct fw_iso_resources tx_resources; member
/Linux-v5.10/sound/firewire/tascam/
Dtascam-stream.c228 reg = cpu_to_be32(tscm->tx_resources.channel); in begin_session()
288 resources = &tscm->tx_resources; in keep_resources()
309 resources = &tscm->tx_resources; in init_stream()
339 fw_iso_resources_destroy(&tscm->tx_resources); in destroy_stream()
402 fw_iso_resources_free(&tscm->tx_resources); in snd_tscm_stream_reserve_duplex()
415 fw_iso_resources_free(&tscm->tx_resources); in snd_tscm_stream_reserve_duplex()
422 fw_iso_resources_free(&tscm->tx_resources); in snd_tscm_stream_reserve_duplex()
446 err = fw_iso_resources_update(&tscm->tx_resources); in snd_tscm_stream_start_duplex()
472 tscm->tx_resources.channel, spd); in snd_tscm_stream_start_duplex()
503 fw_iso_resources_free(&tscm->tx_resources); in snd_tscm_stream_stop_duplex()
Dtascam.h77 struct fw_iso_resources tx_resources; member
/Linux-v5.10/sound/firewire/fireface/
Dff-stream.c46 resources = &ff->tx_resources; in init_stream()
69 fw_iso_resources_destroy(&ff->tx_resources); in destroy_stream()
128 fw_iso_resources_free(&ff->tx_resources); in snd_ff_stream_reserve_duplex()
159 fw_iso_resources_free(&ff->tx_resources); in snd_ff_stream_reserve_duplex()
198 ff->tx_resources.channel, spd); in snd_ff_stream_start_duplex()
233 fw_iso_resources_free(&ff->tx_resources); in snd_ff_stream_stop_duplex()
Dff-protocol-latter.c164 ff->tx_resources.channels_mask = 0x00000000000000ffuLL; in latter_allocate_resources()
165 err = fw_iso_resources_allocate(&ff->tx_resources, in latter_allocate_resources()
177 fw_iso_resources_free(&ff->tx_resources); in latter_allocate_resources()
216 err = fw_iso_resources_update(&ff->tx_resources); in latter_begin_session()
225 data = (ff->tx_resources.channel << 8) | ff->rx_resources.channel; in latter_begin_session()
Dff-protocol-former.c332 ff->tx_resources.channel = tx_isoc_channel; in allocate_tx_resources()
470 ff->tx_resources.channels_mask = 0x00000000000000ffuLL; in ff400_allocate_resources()
471 err = fw_iso_resources_allocate(&ff->tx_resources, in ff400_allocate_resources()
483 fw_iso_resources_free(&ff->tx_resources); in ff400_allocate_resources()
495 err = fw_iso_resources_update(&ff->tx_resources); in ff400_begin_session()
517 (ff->tx_resources.channel << 5) | in ff400_begin_session()
Dff.h95 struct fw_iso_resources tx_resources; member
/Linux-v5.10/sound/firewire/dice/
Ddice-stream.c143 fw_iso_resources_free(&dice->tx_resources[i]); in release_resources()
232 resources = &dice->tx_resources[i]; in keep_dual_resources()
353 resources = dice->tx_resources + i; in start_streams()
424 fw_iso_resources_update(dice->tx_resources + i); in snd_dice_stream_start_duplex()
514 resources = &dice->tx_resources[index]; in init_stream()
547 resources = &dice->tx_resources[index]; in destroy_stream()
Ddice.h108 struct fw_iso_resources tx_resources[MAX_STREAMS]; member
/Linux-v5.10/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c308 int tx_resources, overflow, txqueue_depth, i, good_pkts; in htc_try_send() local
411 tx_resources = in htc_try_send()
415 tx_resources = 0; in htc_try_send()
468 get_htc_packet(target, ep, &send_queue, tx_resources); in htc_try_send()
486 tx_resources = in htc_try_send()