Home
last modified time | relevance | path

Searched refs:generation (Results 1 – 21 of 21) sorted by relevance

/sound/firewire/
Dlib.c38 int generation, rcode, tries = 0; in snd_fw_transaction() local
40 generation = flags & FW_GENERATION_MASK; in snd_fw_transaction()
43 generation = device->generation; in snd_fw_transaction()
47 device->node_id, generation, in snd_fw_transaction()
Diso-resources.c118 r->generation = card->generation; in fw_iso_resources_allocate()
129 fw_iso_resource_manage(card, r->generation, r->channels_mask, in fw_iso_resources_allocate()
177 r->generation = card->generation; in fw_iso_resources_update()
183 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel, in fw_iso_resources_update()
225 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel, in fw_iso_resources_free()
Dfcp.c340 int generation, unsigned long long offset, in fcp_response() argument
353 device->generation != generation) in fcp_response()
Diso-resources.h26 int generation; /* in which allocation is valid */ member
Damdtp-stream.c1360 int generation; in get_current_cycle_time() local
1367 generation = fw_card->generation; in get_current_cycle_time()
1370 fw_card->node_id, generation, SCODE_100, in get_current_cycle_time()
Dcmp.c89 FW_FIXED_GENERATION | c->resources.generation); in pcr_modify()
Disight.c230 isight->resources.generation); in isight_connect()
/sound/firewire/fireworks/
Dfireworks_transaction.c165 handle_resp_for_user(struct fw_card *card, int generation, int source, in handle_resp_for_user() argument
180 (device->generation != generation)) in handle_resp_for_user()
197 handle_resp_for_kernel(struct fw_card *card, int generation, int source, in handle_resp_for_kernel() argument
208 (device->generation != generation)) in handle_resp_for_kernel()
228 int generation, unsigned long long offset, in efw_response() argument
245 handle_resp_for_kernel(card, generation, source, in efw_response()
248 handle_resp_for_user(card, generation, source, in efw_response()
251 handle_resp_for_user(card, generation, source, in efw_response()
/sound/firewire/fireface/
Dff-transaction.c61 int generation; in transmit_midi_msg() local
106 generation = fw_dev->generation; in transmit_midi_msg()
109 fw_dev->node_id, generation, fw_dev->max_speed, in transmit_midi_msg()
130 int generation, unsigned long long offset, in handle_midi_msg() argument
Dff-protocol-former.c377 unsigned int generation = ff->rx_resources.generation; in ff800_begin_session() local
380 if (generation != fw_parent_device(ff->unit)->card->generation) { in ff800_begin_session()
490 unsigned int generation = ff->rx_resources.generation; in ff400_begin_session() local
494 if (generation != fw_parent_device(ff->unit)->card->generation) { in ff400_begin_session()
Dff-protocol-latter.c252 unsigned int generation = ff->rx_resources.generation; in latter_begin_session() local
283 if (generation != fw_parent_device(ff->unit)->card->generation) { in latter_begin_session()
/sound/firewire/tascam/
Dtascam-transaction.c176 int generation; in midi_port_work() local
225 generation = port->parent->generation; in midi_port_work()
230 port->parent->node_id, generation, in midi_port_work()
247 int generation, unsigned long long offset, in handle_midi_tx() argument
Dtascam-stream.c433 unsigned int generation = tscm->rx_resources.generation; in snd_tscm_stream_start_duplex() local
445 if (generation != fw_parent_device(tscm->unit)->card->generation) { in snd_tscm_stream_start_duplex()
/sound/firewire/oxfw/
Doxfw-scs1x.c95 int tcode, int destination, int source, int generation, in handle_hss() argument
180 int generation; in scs_output_work() local
268 generation = scs->fw_dev->generation; in scs_output_work()
272 generation, scs->fw_dev->max_speed, HSS1394_ADDRESS, in scs_output_work()
/sound/firewire/motu/
Dmotu-stream.c217 unsigned int generation = motu->rx_resources.generation; in snd_motu_stream_start_duplex() local
229 if (generation != fw_parent_device(motu->unit)->card->generation) { in snd_motu_stream_start_duplex()
Dmotu-transaction.c49 int generation, unsigned long long offset, in handle_message() argument
/sound/firewire/digi00x/
Ddigi00x-stream.c337 unsigned int generation = dg00x->rx_resources.generation; in snd_dg00x_stream_start_duplex() local
349 if (generation != fw_parent_device(dg00x->unit)->card->generation) { in snd_dg00x_stream_start_duplex()
Ddigi00x-transaction.c25 int generation, unsigned long long offset, in handle_message() argument
/sound/firewire/dice/
Ddice-stream.c397 unsigned int generation = dice->rx_resources[0].generation; in snd_dice_stream_start_duplex() local
421 if (generation != fw_parent_device(dice->unit)->card->generation) { in snd_dice_stream_start_duplex()
Ddice-transaction.c134 int generation, unsigned long long offset, in dice_notification() argument
182 dice->owner_generation = device->generation; in register_notification_address()
/sound/firewire/bebob/
Dbebob_maudio.c124 device->node_id, device->generation, in snd_bebob_maudio_load_firmware()