Home
last modified time | relevance | path

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

/Linux-v5.4/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()
302 fw_iso_resources_free(&dg00x->tx_resources); in snd_dg00x_stream_reserve_duplex()
338 err = fw_iso_resources_update(&dg00x->tx_resources); in snd_dg00x_stream_start_duplex()
364 dg00x->tx_resources.channel, spd); in snd_dg00x_stream_start_duplex()
395 fw_iso_resources_free(&dg00x->tx_resources); in snd_dg00x_stream_stop_duplex()
402 fw_iso_resources_update(&dg00x->tx_resources); in snd_dg00x_stream_update_duplex()
Ddigi00x.h44 struct fw_iso_resources tx_resources; member
/Linux-v5.4/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()
151 fw_iso_resources_free(&motu->tx_resources); in snd_motu_stream_reserve_duplex()
171 fw_iso_resources_free(&motu->tx_resources); in snd_motu_stream_reserve_duplex()
224 err = fw_iso_resources_update(&motu->tx_resources); in snd_motu_stream_start_duplex()
244 motu->tx_resources.channel, spd); in snd_motu_stream_start_duplex()
287 fw_iso_resources_free(&motu->tx_resources); in snd_motu_stream_stop_duplex()
299 resources = &motu->tx_resources; in init_stream()
322 fw_iso_resources_destroy(&motu->tx_resources); in destroy_stream()
Dmotu.h60 struct fw_iso_resources tx_resources; member
/Linux-v5.4/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()
400 fw_iso_resources_free(&tscm->tx_resources); in snd_tscm_stream_reserve_duplex()
413 fw_iso_resources_free(&tscm->tx_resources); in snd_tscm_stream_reserve_duplex()
436 err = fw_iso_resources_update(&tscm->tx_resources); in snd_tscm_stream_start_duplex()
462 tscm->tx_resources.channel, spd); in snd_tscm_stream_start_duplex()
493 fw_iso_resources_free(&tscm->tx_resources); in snd_tscm_stream_stop_duplex()
Dtascam.h77 struct fw_iso_resources tx_resources; member
/Linux-v5.4/sound/firewire/fireface/
Dff-stream.c46 resources = &ff->tx_resources; in init_stream()
69 fw_iso_resources_destroy(&ff->tx_resources); in destroy_stream()
126 fw_iso_resources_free(&ff->tx_resources); in snd_ff_stream_reserve_duplex()
188 ff->tx_resources.channel, spd); in snd_ff_stream_start_duplex()
223 fw_iso_resources_free(&ff->tx_resources); in snd_ff_stream_stop_duplex()
Dff-protocol-latter.c158 ff->tx_resources.channels_mask = 0x00000000000000ffuLL; in latter_allocate_resources()
159 err = fw_iso_resources_allocate(&ff->tx_resources, in latter_allocate_resources()
171 fw_iso_resources_free(&ff->tx_resources); in latter_allocate_resources()
194 err = fw_iso_resources_update(&ff->tx_resources); in latter_begin_session()
203 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.h88 struct fw_iso_resources tx_resources; member
/Linux-v5.4/sound/firewire/dice/
Ddice-stream.c143 fw_iso_resources_free(&dice->tx_resources[i]); in release_resources()
233 resources = &dice->tx_resources[i]; in keep_dual_resources()
349 resources = dice->tx_resources + i; in start_streams()
420 fw_iso_resources_update(dice->tx_resources + i); in snd_dice_stream_start_duplex()
510 resources = &dice->tx_resources[index]; in init_stream()
543 resources = &dice->tx_resources[index]; in destroy_stream()
Ddice.h108 struct fw_iso_resources tx_resources[MAX_STREAMS]; member
/Linux-v5.4/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()