Home
last modified time | relevance | path

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

/Linux-v5.4/sound/firewire/digi00x/
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()
303 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_reserve_duplex()
315 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_reserve_duplex()
325 unsigned int generation = dg00x->rx_resources.generation; in snd_dg00x_stream_start_duplex()
342 err = fw_iso_resources_update(&dg00x->rx_resources); in snd_dg00x_stream_start_duplex()
359 dg00x->rx_resources.channel, spd); in snd_dg00x_stream_start_duplex()
396 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_stop_duplex()
[all …]
Ddigi00x.h47 struct fw_iso_resources rx_resources; member
/Linux-v5.4/sound/firewire/motu/
Dmotu-stream.c37 resources = &motu->rx_resources; in keep_resources()
76 (motu->rx_resources.channel << RX_ISOC_COMM_CHANNEL_SHIFT) | in begin_session()
152 fw_iso_resources_free(&motu->rx_resources); in snd_motu_stream_reserve_duplex()
207 unsigned int generation = motu->rx_resources.generation; in snd_motu_stream_start_duplex()
220 err = fw_iso_resources_update(&motu->rx_resources); in snd_motu_stream_start_duplex()
249 motu->rx_resources.channel, spd); in snd_motu_stream_start_duplex()
288 fw_iso_resources_free(&motu->rx_resources); in snd_motu_stream_stop_duplex()
302 resources = &motu->rx_resources; in init_stream()
324 fw_iso_resources_destroy(&motu->rx_resources); in destroy_stream()
Dmotu.h61 struct fw_iso_resources rx_resources; member
/Linux-v5.4/sound/firewire/tascam/
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()
401 fw_iso_resources_free(&tscm->rx_resources); in snd_tscm_stream_reserve_duplex()
423 unsigned int generation = tscm->rx_resources.generation; in snd_tscm_stream_start_duplex()
440 err = fw_iso_resources_update(&tscm->rx_resources); in snd_tscm_stream_start_duplex()
457 tscm->rx_resources.channel, spd); in snd_tscm_stream_start_duplex()
494 fw_iso_resources_free(&tscm->rx_resources); in snd_tscm_stream_stop_duplex()
Dtascam.h78 struct fw_iso_resources rx_resources; member
/Linux-v5.4/sound/firewire/fireface/
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()
Dff-stream.c49 resources = &ff->rx_resources; in init_stream()
71 fw_iso_resources_destroy(&ff->rx_resources); in destroy_stream()
127 fw_iso_resources_free(&ff->rx_resources); in snd_ff_stream_reserve_duplex()
183 ff->rx_resources.channel, spd); in snd_ff_stream_start_duplex()
224 fw_iso_resources_free(&ff->rx_resources); in snd_ff_stream_stop_duplex()
Dff-protocol-latter.c166 ff->rx_resources.channels_mask = 0x00000000000000ffuLL; in latter_allocate_resources()
167 err = fw_iso_resources_allocate(&ff->rx_resources, in latter_allocate_resources()
178 unsigned int generation = ff->rx_resources.generation; in latter_begin_session()
198 err = fw_iso_resources_update(&ff->rx_resources); in latter_begin_session()
203 data = (ff->tx_resources.channel << 8) | ff->rx_resources.channel; in latter_begin_session()
Dff.h89 struct fw_iso_resources rx_resources; member
/Linux-v5.4/sound/firewire/dice/
Ddice-stream.c144 fw_iso_resources_free(&dice->rx_resources[i]); in release_resources()
242 resources = &dice->rx_resources[i]; in keep_dual_resources()
352 resources = dice->rx_resources + i; in start_streams()
393 unsigned int generation = dice->rx_resources[0].generation; in snd_dice_stream_start_duplex()
422 fw_iso_resources_update(dice->rx_resources + i); in snd_dice_stream_start_duplex()
513 resources = &dice->rx_resources[index]; in init_stream()
546 resources = &dice->rx_resources[index]; in destroy_stream()
Ddice.h109 struct fw_iso_resources rx_resources[MAX_STREAMS]; member