Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 10 of 10) sorted by relevance

/sound/firewire/
A Dlib.c38 int generation, rcode, tries = 0; in snd_fw_transaction() local
57 if (rcode_is_permanent_error(rcode) || ++tries >= 3) { in snd_fw_transaction()
A Dfcp.c235 int tcode, ret, tries = 0; in fcp_avc_transaction() local
276 } else if (++tries >= ERROR_RETRIES) { in fcp_avc_transaction()
/sound/firewire/fireworks/
A Dfireworks_transaction.c75 unsigned int tries; in snd_efw_transaction_run() local
89 tries = 0; in snd_efw_transaction_run()
103 } else if (++tries >= ERROR_RETRIES) { in snd_efw_transaction_run()
/sound/soc/sof/intel/
A Datom.c234 int tries = 10; in atom_run() local
239 while (tries--) { in atom_run()
245 if (tries < 0) in atom_run()
A Dbdw.c118 int tries = 10; in bdw_set_dsp_D0() local
135 while (tries--) { in bdw_set_dsp_D0()
/sound/pci/emu10k1/
A Dio.c688 for (int tries = 0; tries < 1000; tries++) { in snd_emu10k1_voice_clear_loop_stop_multiple_atomic() local
698 for (; tries < 1000; tries++) { in snd_emu10k1_voice_clear_loop_stop_multiple_atomic()
/sound/usb/
A DKconfig33 When the config is set, the driver tries to probe MIDI 2.0 interface
/sound/pci/nm256/
A Dnm256.c1205 int tries = 2; in snd_nm256_ac97_write() local
1217 while (tries-- > 0) { in snd_nm256_ac97_write()
/sound/pci/
A Dcmipci.c913 unsigned int reg, rem, tries; in snd_cmipci_pcm_pointer() local
919 for (tries = 0; tries < 3; tries++) { in snd_cmipci_pcm_pointer()
/sound/pci/riptide/
A Driptide.c1240 int err, tries; in riptide_reset() local
1252 tries = RESET_TRIES; in riptide_reset()
1257 } while (!err && --tries); in riptide_reset()

Completed in 38 milliseconds