Searched refs:tx_resources (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/sound/firewire/dice/ |
D | dice-stream.c | 51 if (resources == &dice->tx_resources) in release_resources() 75 if (resources == &dice->tx_resources) in keep_resources() 93 release_resources(dice, &dice->tx_resources); in stop_stream() 110 resources = &dice->tx_resources; in start_stream() 297 resources = &dice->tx_resources; in init_stream() 327 resources = &dice->tx_resources; in destroy_stream() 378 fw_iso_resources_update(&dice->tx_resources); in snd_dice_stream_update_duplex()
|
D | dice.h | 71 struct fw_iso_resources tx_resources; member
|
/linux-4.4.14/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 | 41 struct fw_iso_resources tx_resources; member
|
/linux-4.4.14/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() 410 tscm->tx_resources.channel, in snd_tscm_stream_start_duplex()
|
D | tascam.h | 57 struct fw_iso_resources tx_resources; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | htc_pipe.c | 309 int tx_resources, overflow, txqueue_depth, i, good_pkts; in htc_try_send() local 412 tx_resources = in htc_try_send() 416 tx_resources = 0; in htc_try_send() 469 get_htc_packet(target, ep, &send_queue, tx_resources); in htc_try_send() 487 tx_resources = in htc_try_send()
|