Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
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()
335 unsigned int generation = dg00x->rx_resources.generation; in snd_dg00x_stream_start_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()
[all …]
Ddigi00x.h47 struct fw_iso_resources rx_resources; member
/kernel/linux/linux-5.10/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()
154 fw_iso_resources_free(&motu->rx_resources); in snd_motu_stream_reserve_duplex()
181 fw_iso_resources_free(&motu->rx_resources); in snd_motu_stream_reserve_duplex()
217 unsigned int generation = motu->rx_resources.generation; in snd_motu_stream_start_duplex()
230 err = fw_iso_resources_update(&motu->rx_resources); in snd_motu_stream_start_duplex()
259 motu->rx_resources.channel, spd); in snd_motu_stream_start_duplex()
298 fw_iso_resources_free(&motu->rx_resources); in snd_motu_stream_stop_duplex()
312 resources = &motu->rx_resources; in init_stream()
334 fw_iso_resources_destroy(&motu->rx_resources); in destroy_stream()
Dmotu.h60 struct fw_iso_resources rx_resources; member
/kernel/linux/linux-5.10/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()
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()
433 unsigned int generation = tscm->rx_resources.generation; in snd_tscm_stream_start_duplex()
450 err = fw_iso_resources_update(&tscm->rx_resources); in snd_tscm_stream_start_duplex()
467 tscm->rx_resources.channel, spd); in snd_tscm_stream_start_duplex()
504 fw_iso_resources_free(&tscm->rx_resources); in snd_tscm_stream_stop_duplex()
Dtascam.h78 struct fw_iso_resources rx_resources; member
/kernel/linux/linux-5.10/sound/firewire/fireface/
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()
234 fw_iso_resources_free(&ff->rx_resources); in snd_ff_stream_stop_duplex()
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-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()
Dff.h96 struct fw_iso_resources rx_resources; member
/kernel/linux/linux-5.10/sound/firewire/dice/
Ddice-stream.c144 fw_iso_resources_free(&dice->rx_resources[i]); in release_resources()
240 resources = &dice->rx_resources[i]; in keep_dual_resources()
356 resources = dice->rx_resources + i; in start_streams()
397 unsigned int generation = dice->rx_resources[0].generation; in snd_dice_stream_start_duplex()
426 fw_iso_resources_update(dice->rx_resources + i); in snd_dice_stream_start_duplex()
516 resources = &dice->rx_resources[index]; in init_stream()
549 resources = &dice->rx_resources[index]; in destroy_stream()
Ddice.h109 struct fw_iso_resources rx_resources[MAX_STREAMS]; member