Home
last modified time | relevance | path

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

/linux/sound/firewire/motu/
H A 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()
176 fw_iso_resources_free(&motu->tx_resources); in snd_motu_stream_reserve_duplex()
183 fw_iso_resources_free(&motu->tx_resources); in snd_motu_stream_reserve_duplex()
192 fw_iso_resources_free(&motu->tx_resources); in snd_motu_stream_reserve_duplex()
246 err = fw_iso_resources_update(&motu->tx_resources); in snd_motu_stream_start_duplex()
276 motu->tx_resources.channel, spd); in snd_motu_stream_start_duplex()
324 fw_iso_resources_free(&motu->tx_resources); in snd_motu_stream_stop_duplex()
339 resources = &motu->tx_resources; in init_stream()
[all …]
H A Dmotu.h65 struct fw_iso_resources tx_resources; member
/linux/sound/firewire/digi00x/
H A 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()
306 fw_iso_resources_free(&dg00x->tx_resources); in snd_dg00x_stream_reserve_duplex()
327 fw_iso_resources_free(&dg00x->tx_resources); in snd_dg00x_stream_reserve_duplex()
350 err = fw_iso_resources_update(&dg00x->tx_resources); in snd_dg00x_stream_start_duplex()
376 dg00x->tx_resources.channel, spd); in snd_dg00x_stream_start_duplex()
408 fw_iso_resources_free(&dg00x->tx_resources); in snd_dg00x_stream_stop_duplex()
415 fw_iso_resources_update(&dg00x->tx_resources); in snd_dg00x_stream_update_duplex()
H A Ddigi00x.h41 struct fw_iso_resources tx_resources; member
/linux/sound/firewire/tascam/
H A 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()
448 err = fw_iso_resources_update(&tscm->tx_resources); in snd_tscm_stream_start_duplex()
475 tscm->tx_resources.channel, spd); in snd_tscm_stream_start_duplex()
515 fw_iso_resources_free(&tscm->tx_resources); in snd_tscm_stream_stop_duplex()
H A Dtascam.h75 struct fw_iso_resources tx_resources; member
/linux/sound/firewire/fireface/
H A 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()
234 fw_iso_resources_free(&ff->tx_resources); in snd_ff_stream_stop_duplex()
H A Dff-protocol-latter.c230 ff->tx_resources.channels_mask = 0x00000000000000ffuLL; in latter_allocate_resources()
231 err = fw_iso_resources_allocate(&ff->tx_resources, in latter_allocate_resources()
243 fw_iso_resources_free(&ff->tx_resources); in latter_allocate_resources()
282 err = fw_iso_resources_update(&ff->tx_resources); in latter_begin_session()
291 data = (ff->tx_resources.channel << 8) | ff->rx_resources.channel; in latter_begin_session()
H A Dff-protocol-former.c330 ff->tx_resources.channel = tx_isoc_channel; in allocate_tx_resources()
468 ff->tx_resources.channels_mask = 0x00000000000000ffuLL; in ff400_allocate_resources()
469 err = fw_iso_resources_allocate(&ff->tx_resources, in ff400_allocate_resources()
481 fw_iso_resources_free(&ff->tx_resources); in ff400_allocate_resources()
493 err = fw_iso_resources_update(&ff->tx_resources); in ff400_begin_session()
515 (ff->tx_resources.channel << 5) | in ff400_begin_session()
H A Dff.h92 struct fw_iso_resources tx_resources; member
/linux/sound/firewire/dice/
H A Ddice-stream.c130 fw_iso_resources_free(&dice->tx_resources[i]); in release_resources()
219 resources = &dice->tx_resources[i]; in keep_dual_resources()
340 resources = dice->tx_resources + i; in start_streams()
411 fw_iso_resources_update(dice->tx_resources + i); in snd_dice_stream_start_duplex()
497 resources = &dice->tx_resources[index]; in init_stream()
530 resources = &dice->tx_resources[index]; in destroy_stream()
H A Ddice.h104 struct fw_iso_resources tx_resources[MAX_STREAMS]; member
/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c307 int tx_resources, overflow, txqueue_depth, i, good_pkts; in htc_try_send() local
410 tx_resources = in htc_try_send()
414 tx_resources = 0; in htc_try_send()
467 get_htc_packet(target, ep, &send_queue, tx_resources); in htc_try_send()
485 tx_resources = in htc_try_send()