Searched refs:tries (Results 1 – 9 of 9) sorted by relevance
37 int generation, rcode, tries = 0; in snd_fw_transaction() local56 if (rcode_is_permanent_error(rcode) || ++tries >= 3) { in snd_fw_transaction()
229 int tcode, ret, tries = 0; in fcp_avc_transaction() local272 } else if (++tries >= ERROR_RETRIES) { in fcp_avc_transaction()
76 unsigned int tries; in snd_efw_transaction_run() local90 tries = 0; in snd_efw_transaction_run()104 } else if (++tries >= ERROR_RETRIES) { in snd_efw_transaction_run()
215 int tries = 10; in sst_byt_boot() local226 while (tries--) { in sst_byt_boot()232 if (tries < 0) { in sst_byt_boot()
437 int tries = 10; in hsw_enable_shim() local445 while (tries--) { in hsw_enable_shim()
1544 int ret, tries = 10; in sst_hsw_stream_reset() local1551 while (stream->running && tries--) in sst_hsw_stream_reset()1553 if (!tries) { in sst_hsw_stream_reset()
1232 int tries = 2; in snd_nm256_ac97_write() local1244 while (tries-- > 0) { in snd_nm256_ac97_write()
1269 int err, tries; in riptide_reset() local1281 tries = RESET_TRIES; in riptide_reset()1286 } while (!err && --tries); in riptide_reset()
944 unsigned int reg, rem, tries; in snd_cmipci_pcm_pointer() local950 for (tries = 0; tries < 3; tries++) { in snd_cmipci_pcm_pointer()