Home
last modified time | relevance | path

Searched refs:tx_resources (Results 1 – 6 of 6) sorted by relevance

/sound/firewire/dice/
Ddice-stream.c51 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()
Ddice.h71 struct fw_iso_resources tx_resources; member
/sound/firewire/digi00x/
Ddigi00x-stream.c182 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()
Ddigi00x.h41 struct fw_iso_resources tx_resources; member
/sound/firewire/tascam/
Dtascam-stream.c268 fw_iso_resources_free(&tscm->tx_resources); in release_resources()
281 err = fw_iso_resources_allocate(&tscm->tx_resources, in keep_resources()
298 reg = cpu_to_be32(tscm->tx_resources.channel); in keep_resources()
347 err = fw_iso_resources_init(&tscm->tx_resources, tscm->unit); in snd_tscm_stream_init_duplex()
383 fw_iso_resources_destroy(&tscm->tx_resources); in snd_tscm_stream_destroy_duplex()
424 tscm->tx_resources.channel, in snd_tscm_stream_start_duplex()
Dtascam.h57 struct fw_iso_resources tx_resources; member