Searched refs:rx_resources (Results 1 – 11 of 11) sorted by relevance
60 ff->rx_resources.channels_mask = 0x00000000000000ffuLL; in keep_resources()61 err = fw_iso_resources_allocate(&ff->rx_resources, in keep_resources()73 fw_iso_resources_free(&ff->rx_resources); in release_resources()92 resources = &ff->rx_resources; in init_stream()114 fw_iso_resources_destroy(&ff->rx_resources); in destroy_stream()180 ff->rx_resources.channel, in snd_ff_stream_start_duplex()242 fw_iso_resources_update(&ff->rx_resources); in snd_ff_stream_update_duplex()
82 struct fw_iso_resources rx_resources; member
111 ff->rx_resources.channel); in ff400_begin_session()
183 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()
48 struct fw_iso_resources rx_resources; member
58 err = fw_iso_resources_allocate(&motu->rx_resources, in start_both_streams()78 (motu->rx_resources.channel << RX_ISOC_COMM_CHANNEL_SHIFT) | in start_both_streams()111 fw_iso_resources_free(&motu->rx_resources); in stop_both_streams()120 resources = &motu->rx_resources; in start_isoc_ctx()143 resources = &motu->rx_resources; in stop_isoc_ctx()317 resources = &motu->rx_resources; in init_stream()344 resources = &motu->rx_resources; in destroy_stream()
62 struct fw_iso_resources rx_resources; member
255 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()408 tscm->rx_resources.channel, in snd_tscm_stream_start_duplex()
77 struct fw_iso_resources rx_resources; member
154 fw_iso_resources_free(&dice->rx_resources[i]); in release_resources()194 resources = &dice->rx_resources[index]; in keep_resources()249 resources = dice->rx_resources; in start_streams()474 resources = &dice->rx_resources[index]; in init_stream()507 resources = &dice->rx_resources[index]; in destroy_stream()
110 struct fw_iso_resources rx_resources[MAX_STREAMS]; member