Home
last modified time | relevance | path

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

/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()
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()
266 motu->tx_resources.channel, spd); in snd_motu_stream_start_duplex()
314 fw_iso_resources_free(&motu->tx_resources); in snd_motu_stream_stop_duplex()
329 resources = &motu->tx_resources; in init_stream()
[all …]
Dmotu.h65 struct fw_iso_resources tx_resources; member
/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()
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()
Ddigi00x.h41 struct fw_iso_resources tx_resources; member
/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()
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()
Dtascam.h75 struct fw_iso_resources tx_resources; member
/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()
234 fw_iso_resources_free(&ff->tx_resources); in snd_ff_stream_stop_duplex()
Dff-protocol-latter.c232 ff->tx_resources.channels_mask = 0x00000000000000ffuLL; in latter_allocate_resources()
233 err = fw_iso_resources_allocate(&ff->tx_resources, in latter_allocate_resources()
245 fw_iso_resources_free(&ff->tx_resources); in latter_allocate_resources()
284 err = fw_iso_resources_update(&ff->tx_resources); in latter_begin_session()
293 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.h92 struct fw_iso_resources tx_resources; member
/sound/firewire/dice/
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()
Ddice.h104 struct fw_iso_resources tx_resources[MAX_STREAMS]; member