Searched refs:tx_resources (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/sound/firewire/fireface/ |
D | ff-stream.c | 48 ff->tx_resources.channels_mask = 0x00000000000000ffuLL; in keep_resources() 49 err = fw_iso_resources_allocate(&ff->tx_resources, in keep_resources() 65 fw_iso_resources_free(&ff->tx_resources); in keep_resources() 72 fw_iso_resources_free(&ff->tx_resources); in release_resources() 89 resources = &ff->tx_resources; in init_stream() 111 fw_iso_resources_destroy(&ff->tx_resources); in destroy_stream() 198 ff->tx_resources.channel, in snd_ff_stream_start_duplex() 241 fw_iso_resources_update(&ff->tx_resources); in snd_ff_stream_update_duplex()
|
D | ff.h | 81 struct fw_iso_resources tx_resources; member
|
D | ff-protocol-ff400.c | 123 (ff->tx_resources.channel << 5) | in ff400_begin_session()
|
/Linux-v4.19/sound/firewire/digi00x/ |
D | digi00x-stream.c | 182 fw_iso_resources_free(&dg00x->tx_resources); in release_resources() 216 err = fw_iso_resources_allocate(&dg00x->tx_resources, in keep_resources() 223 data = cpu_to_be32((dg00x->tx_resources.channel << 16) | in keep_resources() 250 err = fw_iso_resources_init(&dg00x->tx_resources, dg00x->unit); in snd_dg00x_stream_init_duplex() 273 fw_iso_resources_destroy(&dg00x->tx_resources); in snd_dg00x_stream_destroy_duplex() 336 dg00x->tx_resources.channel, in snd_dg00x_stream_start_duplex() 378 fw_iso_resources_update(&dg00x->tx_resources); in snd_dg00x_stream_update_duplex()
|
D | digi00x.h | 45 struct fw_iso_resources tx_resources; member
|
/Linux-v4.19/sound/firewire/motu/ |
D | motu-stream.c | 64 err = fw_iso_resources_allocate(&motu->tx_resources, in start_both_streams() 80 (motu->tx_resources.channel << TX_ISOC_COMM_CHANNEL_SHIFT); in start_both_streams() 110 fw_iso_resources_free(&motu->tx_resources); in stop_both_streams() 122 resources = &motu->tx_resources; in start_isoc_ctx() 145 resources = &motu->tx_resources; in stop_isoc_ctx() 314 resources = &motu->tx_resources; in init_stream() 341 resources = &motu->tx_resources; in destroy_stream()
|
D | motu.h | 61 struct fw_iso_resources tx_resources; member
|
/Linux-v4.19/sound/firewire/tascam/ |
D | tascam-stream.c | 254 fw_iso_resources_free(&tscm->tx_resources); in release_resources() 267 err = fw_iso_resources_allocate(&tscm->tx_resources, in keep_resources() 284 reg = cpu_to_be32(tscm->tx_resources.channel); in keep_resources() 333 err = fw_iso_resources_init(&tscm->tx_resources, tscm->unit); in snd_tscm_stream_init_duplex() 369 fw_iso_resources_destroy(&tscm->tx_resources); in snd_tscm_stream_destroy_duplex() 422 tscm->tx_resources.channel, in snd_tscm_stream_start_duplex()
|
D | tascam.h | 76 struct fw_iso_resources tx_resources; member
|
/Linux-v4.19/sound/firewire/dice/ |
D | dice-stream.c | 153 fw_iso_resources_free(&dice->tx_resources[i]); in release_resources() 191 resources = &dice->tx_resources[index]; in keep_resources() 246 resources = dice->tx_resources; in start_streams() 471 resources = &dice->tx_resources[index]; in init_stream() 504 resources = &dice->tx_resources[index]; in destroy_stream()
|
D | dice.h | 109 struct fw_iso_resources tx_resources[MAX_STREAMS]; member
|
/Linux-v4.19/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()
|