Home
last modified time | relevance | path

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

/linux/sound/firewire/digi00x/
A Ddigi00x-stream.c153 dg00x->rx_resources.channel); in begin_session()
206 resources = &dg00x->rx_resources; in keep_resources()
228 resources = &dg00x->rx_resources; in init_stream()
250 fw_iso_resources_destroy(&dg00x->rx_resources); in destroy_stream()
305 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_reserve_duplex()
317 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_reserve_duplex()
324 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_reserve_duplex()
352 err = fw_iso_resources_update(&dg00x->rx_resources); in snd_dg00x_stream_start_duplex()
369 dg00x->rx_resources.channel, spd); in snd_dg00x_stream_start_duplex()
407 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_stop_duplex()
[all …]
A Ddigi00x.h44 struct fw_iso_resources rx_resources; member
/linux/sound/firewire/motu/
A Dmotu-stream.c37 resources = &motu->rx_resources; in keep_resources()
76 (motu->rx_resources.channel << RX_ISOC_COMM_CHANNEL_SHIFT) | in begin_session()
154 fw_iso_resources_free(&motu->rx_resources); in snd_motu_stream_reserve_duplex()
184 fw_iso_resources_free(&motu->rx_resources); in snd_motu_stream_reserve_duplex()
193 fw_iso_resources_free(&motu->rx_resources); in snd_motu_stream_reserve_duplex()
229 unsigned int generation = motu->rx_resources.generation; in snd_motu_stream_start_duplex()
242 err = fw_iso_resources_update(&motu->rx_resources); in snd_motu_stream_start_duplex()
281 motu->rx_resources.channel, spd); in snd_motu_stream_start_duplex()
325 fw_iso_resources_free(&motu->rx_resources); in snd_motu_stream_stop_duplex()
342 resources = &motu->rx_resources; in init_stream()
[all …]
A Dmotu.h66 struct fw_iso_resources rx_resources; member
/linux/sound/firewire/tascam/
A Dtascam-stream.c244 reg = cpu_to_be32(tscm->rx_resources.channel); in begin_session()
290 resources = &tscm->rx_resources; in keep_resources()
313 resources = &tscm->rx_resources; in init_stream()
341 fw_iso_resources_destroy(&tscm->rx_resources); in destroy_stream()
403 fw_iso_resources_free(&tscm->rx_resources); in snd_tscm_stream_reserve_duplex()
423 fw_iso_resources_free(&tscm->rx_resources); in snd_tscm_stream_reserve_duplex()
435 unsigned int generation = tscm->rx_resources.generation; in snd_tscm_stream_start_duplex()
452 err = fw_iso_resources_update(&tscm->rx_resources); in snd_tscm_stream_start_duplex()
470 tscm->rx_resources.channel, spd); in snd_tscm_stream_start_duplex()
516 fw_iso_resources_free(&tscm->rx_resources); in snd_tscm_stream_stop_duplex()
A Dtascam.h76 struct fw_iso_resources rx_resources; member
/linux/sound/firewire/fireface/
A Dff-stream.c49 resources = &ff->rx_resources; in init_stream()
71 fw_iso_resources_destroy(&ff->rx_resources); in destroy_stream()
129 fw_iso_resources_free(&ff->rx_resources); in snd_ff_stream_reserve_duplex()
160 fw_iso_resources_free(&ff->rx_resources); in snd_ff_stream_reserve_duplex()
193 ff->rx_resources.channel, spd); in snd_ff_stream_start_duplex()
235 fw_iso_resources_free(&ff->rx_resources); in snd_ff_stream_stop_duplex()
A Dff-protocol-former.c355 err = fw_iso_resources_allocate(&ff->rx_resources, in ff800_allocate_resources()
365 data = (data << 8) | ff->rx_resources.channel; in ff800_allocate_resources()
377 unsigned int generation = ff->rx_resources.generation; in ff800_begin_session()
381 int err = fw_iso_resources_update(&ff->rx_resources); in ff800_begin_session()
478 ff->rx_resources.channels_mask = 0x00000000000000ffuLL; in ff400_allocate_resources()
479 err = fw_iso_resources_allocate(&ff->rx_resources, in ff400_allocate_resources()
490 unsigned int generation = ff->rx_resources.generation; in ff400_begin_session()
499 err = fw_iso_resources_update(&ff->rx_resources); in ff400_begin_session()
507 ff->rx_resources.channel); in ff400_begin_session()
A Dff-protocol-latter.c240 ff->rx_resources.channels_mask = 0x00000000000000ffuLL; in latter_allocate_resources()
241 err = fw_iso_resources_allocate(&ff->rx_resources, in latter_allocate_resources()
252 unsigned int generation = ff->rx_resources.generation; in latter_begin_session()
288 err = fw_iso_resources_update(&ff->rx_resources); in latter_begin_session()
293 data = (ff->tx_resources.channel << 8) | ff->rx_resources.channel; in latter_begin_session()
A Dff.h93 struct fw_iso_resources rx_resources; member
/linux/sound/firewire/dice/
A Ddice-stream.c129 fw_iso_resources_free(&dice->rx_resources[i]); in release_resources()
225 resources = &dice->rx_resources[i]; in keep_dual_resources()
341 resources = dice->rx_resources + i; in start_streams()
382 unsigned int generation = dice->rx_resources[0].generation; in snd_dice_stream_start_duplex()
411 fw_iso_resources_update(dice->rx_resources + i); in snd_dice_stream_start_duplex()
498 resources = &dice->rx_resources[index]; in init_stream()
531 resources = &dice->rx_resources[index]; in destroy_stream()
A Ddice.h105 struct fw_iso_resources rx_resources[MAX_STREAMS]; member

Completed in 20 milliseconds