Home
last modified time | relevance | path

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

/linux-4.4.14/sound/firewire/digi00x/
Ddigi00x-stream.c183 fw_iso_resources_free(&dg00x->rx_resources); in release_resources()
205 err = fw_iso_resources_allocate(&dg00x->rx_resources, in keep_resources()
224 dg00x->rx_resources.channel); in keep_resources()
242 err = fw_iso_resources_init(&dg00x->rx_resources, dg00x->unit); in snd_dg00x_stream_init_duplex()
270 fw_iso_resources_destroy(&dg00x->rx_resources); in snd_dg00x_stream_destroy_duplex()
318 dg00x->rx_resources.channel, in snd_dg00x_stream_start_duplex()
379 fw_iso_resources_update(&dg00x->rx_resources); in snd_dg00x_stream_update_duplex()
Ddigi00x.h44 struct fw_iso_resources rx_resources; member
/linux-4.4.14/sound/firewire/tascam/
Dtascam-stream.c255 fw_iso_resources_free(&tscm->rx_resources); in release_resources()
277 err = fw_iso_resources_allocate(&tscm->rx_resources, in keep_resources()
300 reg = cpu_to_be32(tscm->rx_resources.channel); in keep_resources()
319 err = fw_iso_resources_init(&tscm->rx_resources, tscm->unit); in snd_tscm_stream_init_duplex()
368 fw_iso_resources_destroy(&tscm->rx_resources); in snd_tscm_stream_destroy_duplex()
424 tscm->rx_resources.channel, in snd_tscm_stream_start_duplex()
Dtascam.h58 struct fw_iso_resources rx_resources; member
/linux-4.4.14/sound/firewire/dice/
Ddice-stream.c95 release_resources(dice, &dice->rx_resources); in stop_stream()
114 resources = &dice->rx_resources; in start_stream()
300 resources = &dice->rx_resources; in init_stream()
329 resources = &dice->rx_resources; in destroy_stream()
377 fw_iso_resources_update(&dice->rx_resources); in snd_dice_stream_update_duplex()
Ddice.h72 struct fw_iso_resources rx_resources; member