Lines Matching refs:next_loop
200 short int derot_step, derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_tmg() local
210 while ((stb0899_check_tmg(state) != TIMINGOK) && next_loop) { in stb0899_search_tmg()
215 next_loop--; in stb0899_search_tmg()
217 if (next_loop) { in stb0899_search_tmg()
270 short int derot_freq = 0, last_derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_carrier() local
291 next_loop--; in stb0899_search_carrier()
293 if (next_loop) { in stb0899_search_carrier()
305 } while ((internal->status != CARRIEROK) && next_loop); in stb0899_search_carrier()
379 short int derot_freq, derot_step, derot_limit, next_loop = 3; in stb0899_search_data() local
396 next_loop--; in stb0899_search_data()
398 if (next_loop) { in stb0899_search_data()
413 } while ((internal->status != DATAOK) && next_loop); in stb0899_search_data()