/kernel/linux/linux-5.10/sound/firewire/digi00x/ |
H A D | digi00x-stream.c | 153 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() 307 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_reserve_duplex() 319 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_reserve_duplex() 326 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_reserve_duplex() 337 unsigned int generation = dg00x->rx_resources.generation; in snd_dg00x_stream_start_duplex() 354 err = fw_iso_resources_update(&dg00x->rx_resources); in snd_dg00x_stream_start_duplex() 371 dg00x->rx_resources in snd_dg00x_stream_start_duplex() [all...] |
H A D | digi00x.h | 47 struct fw_iso_resources rx_resources; member
|
/kernel/linux/linux-6.6/sound/firewire/digi00x/ |
H A D | digi00x-stream.c | 153 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() 307 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_reserve_duplex() 319 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_reserve_duplex() 326 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_reserve_duplex() 337 unsigned int generation = dg00x->rx_resources.generation; in snd_dg00x_stream_start_duplex() 354 err = fw_iso_resources_update(&dg00x->rx_resources); in snd_dg00x_stream_start_duplex() 371 dg00x->rx_resources in snd_dg00x_stream_start_duplex() [all...] |
H A D | digi00x.h | 44 struct fw_iso_resources rx_resources; member
|
/kernel/linux/linux-5.10/sound/firewire/motu/ |
H A D | motu-stream.c | 37 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() [all...] |
H A D | motu.h | 60 struct fw_iso_resources rx_resources; member
|
/kernel/linux/linux-6.6/sound/firewire/motu/ |
H A D | motu-stream.c | 37 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...] |
H A D | motu.h | 66 struct fw_iso_resources rx_resources; member
|
/kernel/linux/linux-5.10/sound/firewire/fireface/ |
H A D | ff-stream.c | 49 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()
|
H A D | ff-protocol-former.c | 355 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()
|
H A D | ff-protocol-latter.c | 240 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()
|
H A D | ff.h | 96 struct fw_iso_resources rx_resources; member
|
/kernel/linux/linux-6.6/sound/firewire/fireface/ |
H A D | ff-stream.c | 49 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()
|
H A D | ff-protocol-former.c | 353 err = fw_iso_resources_allocate(&ff->rx_resources, in ff800_allocate_resources() 363 data = (data << 8) | ff->rx_resources.channel; in ff800_allocate_resources() 375 unsigned int generation = ff->rx_resources.generation; in ff800_begin_session() 379 int err = fw_iso_resources_update(&ff->rx_resources); in ff800_begin_session() 476 ff->rx_resources.channels_mask = 0x00000000000000ffuLL; in ff400_allocate_resources() 477 err = fw_iso_resources_allocate(&ff->rx_resources, in ff400_allocate_resources() 488 unsigned int generation = ff->rx_resources.generation; in ff400_begin_session() 497 err = fw_iso_resources_update(&ff->rx_resources); in ff400_begin_session() 505 ff->rx_resources.channel); in ff400_begin_session()
|
H A D | ff-protocol-latter.c | 238 ff->rx_resources.channels_mask = 0x00000000000000ffuLL; in latter_allocate_resources() 239 err = fw_iso_resources_allocate(&ff->rx_resources, in latter_allocate_resources() 250 unsigned int generation = ff->rx_resources.generation; in latter_begin_session() 286 err = fw_iso_resources_update(&ff->rx_resources); in latter_begin_session() 291 data = (ff->tx_resources.channel << 8) | ff->rx_resources.channel; in latter_begin_session()
|
H A D | ff.h | 93 struct fw_iso_resources rx_resources; member
|
/kernel/linux/linux-5.10/sound/firewire/tascam/ |
H A D | tascam-stream.c | 244 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() [all...] |
H A D | tascam.h | 78 struct fw_iso_resources rx_resources; member
|
/kernel/linux/linux-6.6/sound/firewire/tascam/ |
H A D | tascam-stream.c | 244 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() [all...] |
H A D | tascam.h | 76 struct fw_iso_resources rx_resources; member
|
/kernel/linux/linux-5.10/sound/firewire/dice/ |
H A D | dice-stream.c | 144 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()
|
H A D | dice.h | 109 struct fw_iso_resources rx_resources[MAX_STREAMS]; member
|
/kernel/linux/linux-6.6/sound/firewire/dice/ |
H A D | dice-stream.c | 131 fw_iso_resources_free(&dice->rx_resources[i]); in release_resources() 227 resources = &dice->rx_resources[i]; in keep_dual_resources() 343 resources = dice->rx_resources + i; in start_streams() 384 unsigned int generation = dice->rx_resources[0].generation; in snd_dice_stream_start_duplex() 413 fw_iso_resources_update(dice->rx_resources + i); in snd_dice_stream_start_duplex() 500 resources = &dice->rx_resources[index]; in init_stream() 533 resources = &dice->rx_resources[index]; in destroy_stream()
|
H A D | dice.h | 105 struct fw_iso_resources rx_resources[MAX_STREAMS]; member
|