Searched refs:rx_resources (Results 1 – 12 of 12) sorted by relevance
153 dg00x->rx_resources.channel); in begin_session()206 resources = &dg00x->rx_resources; in keep_resources()228 resources = &dg00x->rx_resources; in init_stream()250 fw_iso_resources_destroy(&dg00x->rx_resources); in destroy_stream()307 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_reserve_duplex()319 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_reserve_duplex()326 fw_iso_resources_free(&dg00x->rx_resources); in snd_dg00x_stream_reserve_duplex()337 unsigned int generation = dg00x->rx_resources.generation; in snd_dg00x_stream_start_duplex()354 err = fw_iso_resources_update(&dg00x->rx_resources); in snd_dg00x_stream_start_duplex()371 dg00x->rx_resources.channel, spd); in snd_dg00x_stream_start_duplex()[all …]
44 struct fw_iso_resources rx_resources; member
37 resources = &motu->rx_resources; in keep_resources()76 (motu->rx_resources.channel << RX_ISOC_COMM_CHANNEL_SHIFT) | in begin_session()154 fw_iso_resources_free(&motu->rx_resources); in snd_motu_stream_reserve_duplex()184 fw_iso_resources_free(&motu->rx_resources); in snd_motu_stream_reserve_duplex()193 fw_iso_resources_free(&motu->rx_resources); in snd_motu_stream_reserve_duplex()229 unsigned int generation = motu->rx_resources.generation; in snd_motu_stream_start_duplex()242 err = fw_iso_resources_update(&motu->rx_resources); in snd_motu_stream_start_duplex()281 motu->rx_resources.channel, spd); in snd_motu_stream_start_duplex()325 fw_iso_resources_free(&motu->rx_resources); in snd_motu_stream_stop_duplex()342 resources = &motu->rx_resources; in init_stream()[all …]
66 struct fw_iso_resources rx_resources; member
244 reg = cpu_to_be32(tscm->rx_resources.channel); in begin_session()290 resources = &tscm->rx_resources; in keep_resources()313 resources = &tscm->rx_resources; in init_stream()341 fw_iso_resources_destroy(&tscm->rx_resources); in destroy_stream()403 fw_iso_resources_free(&tscm->rx_resources); in snd_tscm_stream_reserve_duplex()423 fw_iso_resources_free(&tscm->rx_resources); in snd_tscm_stream_reserve_duplex()435 unsigned int generation = tscm->rx_resources.generation; in snd_tscm_stream_start_duplex()452 err = fw_iso_resources_update(&tscm->rx_resources); in snd_tscm_stream_start_duplex()470 tscm->rx_resources.channel, spd); in snd_tscm_stream_start_duplex()516 fw_iso_resources_free(&tscm->rx_resources); in snd_tscm_stream_stop_duplex()
76 struct fw_iso_resources rx_resources; member
49 resources = &ff->rx_resources; in init_stream()71 fw_iso_resources_destroy(&ff->rx_resources); in destroy_stream()129 fw_iso_resources_free(&ff->rx_resources); in snd_ff_stream_reserve_duplex()160 fw_iso_resources_free(&ff->rx_resources); in snd_ff_stream_reserve_duplex()193 ff->rx_resources.channel, spd); in snd_ff_stream_start_duplex()235 fw_iso_resources_free(&ff->rx_resources); in snd_ff_stream_stop_duplex()
353 err = fw_iso_resources_allocate(&ff->rx_resources, in ff800_allocate_resources()363 data = (data << 8) | ff->rx_resources.channel; in ff800_allocate_resources()375 unsigned int generation = ff->rx_resources.generation; in ff800_begin_session()379 int err = fw_iso_resources_update(&ff->rx_resources); in ff800_begin_session()476 ff->rx_resources.channels_mask = 0x00000000000000ffuLL; in ff400_allocate_resources()477 err = fw_iso_resources_allocate(&ff->rx_resources, in ff400_allocate_resources()488 unsigned int generation = ff->rx_resources.generation; in ff400_begin_session()497 err = fw_iso_resources_update(&ff->rx_resources); in ff400_begin_session()505 ff->rx_resources.channel); in ff400_begin_session()
238 ff->rx_resources.channels_mask = 0x00000000000000ffuLL; in latter_allocate_resources()239 err = fw_iso_resources_allocate(&ff->rx_resources, in latter_allocate_resources()250 unsigned int generation = ff->rx_resources.generation; in latter_begin_session()286 err = fw_iso_resources_update(&ff->rx_resources); in latter_begin_session()291 data = (ff->tx_resources.channel << 8) | ff->rx_resources.channel; in latter_begin_session()
93 struct fw_iso_resources rx_resources; member
131 fw_iso_resources_free(&dice->rx_resources[i]); in release_resources()227 resources = &dice->rx_resources[i]; in keep_dual_resources()343 resources = dice->rx_resources + i; in start_streams()384 unsigned int generation = dice->rx_resources[0].generation; in snd_dice_stream_start_duplex()413 fw_iso_resources_update(dice->rx_resources + i); in snd_dice_stream_start_duplex()500 resources = &dice->rx_resources[index]; in init_stream()533 resources = &dice->rx_resources[index]; in destroy_stream()
105 struct fw_iso_resources rx_resources[MAX_STREAMS]; member