Searched refs:tx_resources (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/sound/firewire/digi00x/ |
| D | digi00x-stream.c | 152 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() 302 fw_iso_resources_free(&dg00x->tx_resources); in snd_dg00x_stream_reserve_duplex() 338 err = fw_iso_resources_update(&dg00x->tx_resources); in snd_dg00x_stream_start_duplex() 364 dg00x->tx_resources.channel, spd); in snd_dg00x_stream_start_duplex() 395 fw_iso_resources_free(&dg00x->tx_resources); in snd_dg00x_stream_stop_duplex() 402 fw_iso_resources_update(&dg00x->tx_resources); in snd_dg00x_stream_update_duplex()
|
| D | digi00x.h | 44 struct fw_iso_resources tx_resources; member
|
| /Linux-v5.4/sound/firewire/motu/ |
| D | motu-stream.c | 44 resources = &motu->tx_resources; in keep_resources() 78 (motu->tx_resources.channel << TX_ISOC_COMM_CHANNEL_SHIFT); in begin_session() 151 fw_iso_resources_free(&motu->tx_resources); in snd_motu_stream_reserve_duplex() 171 fw_iso_resources_free(&motu->tx_resources); in snd_motu_stream_reserve_duplex() 224 err = fw_iso_resources_update(&motu->tx_resources); in snd_motu_stream_start_duplex() 244 motu->tx_resources.channel, spd); in snd_motu_stream_start_duplex() 287 fw_iso_resources_free(&motu->tx_resources); in snd_motu_stream_stop_duplex() 299 resources = &motu->tx_resources; in init_stream() 322 fw_iso_resources_destroy(&motu->tx_resources); in destroy_stream()
|
| D | motu.h | 60 struct fw_iso_resources tx_resources; member
|
| /Linux-v5.4/sound/firewire/tascam/ |
| D | tascam-stream.c | 228 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() 400 fw_iso_resources_free(&tscm->tx_resources); in snd_tscm_stream_reserve_duplex() 413 fw_iso_resources_free(&tscm->tx_resources); in snd_tscm_stream_reserve_duplex() 436 err = fw_iso_resources_update(&tscm->tx_resources); in snd_tscm_stream_start_duplex() 462 tscm->tx_resources.channel, spd); in snd_tscm_stream_start_duplex() 493 fw_iso_resources_free(&tscm->tx_resources); in snd_tscm_stream_stop_duplex()
|
| D | tascam.h | 77 struct fw_iso_resources tx_resources; member
|
| /Linux-v5.4/sound/firewire/fireface/ |
| D | ff-stream.c | 46 resources = &ff->tx_resources; in init_stream() 69 fw_iso_resources_destroy(&ff->tx_resources); in destroy_stream() 126 fw_iso_resources_free(&ff->tx_resources); in snd_ff_stream_reserve_duplex() 188 ff->tx_resources.channel, spd); in snd_ff_stream_start_duplex() 223 fw_iso_resources_free(&ff->tx_resources); in snd_ff_stream_stop_duplex()
|
| D | ff-protocol-latter.c | 158 ff->tx_resources.channels_mask = 0x00000000000000ffuLL; in latter_allocate_resources() 159 err = fw_iso_resources_allocate(&ff->tx_resources, in latter_allocate_resources() 171 fw_iso_resources_free(&ff->tx_resources); in latter_allocate_resources() 194 err = fw_iso_resources_update(&ff->tx_resources); in latter_begin_session() 203 data = (ff->tx_resources.channel << 8) | ff->rx_resources.channel; in latter_begin_session()
|
| D | ff-protocol-former.c | 332 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()
|
| D | ff.h | 88 struct fw_iso_resources tx_resources; member
|
| /Linux-v5.4/sound/firewire/dice/ |
| D | dice-stream.c | 143 fw_iso_resources_free(&dice->tx_resources[i]); in release_resources() 233 resources = &dice->tx_resources[i]; in keep_dual_resources() 349 resources = dice->tx_resources + i; in start_streams() 420 fw_iso_resources_update(dice->tx_resources + i); in snd_dice_stream_start_duplex() 510 resources = &dice->tx_resources[index]; in init_stream() 543 resources = &dice->tx_resources[index]; in destroy_stream()
|
| D | dice.h | 108 struct fw_iso_resources tx_resources[MAX_STREAMS]; member
|
| /Linux-v5.4/drivers/net/wireless/ath/ath6kl/ |
| D | htc_pipe.c | 308 int tx_resources, overflow, txqueue_depth, i, good_pkts; in htc_try_send() local 411 tx_resources = in htc_try_send() 415 tx_resources = 0; in htc_try_send() 468 get_htc_packet(target, ep, &send_queue, tx_resources); in htc_try_send() 486 tx_resources = in htc_try_send()
|