Home
last modified time | relevance | path

Searched refs:current_step (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/media/dvb-frontends/
Dstv0900_sw.c514 current_step, in stv0900_get_demod_cold_lock() local
578 current_step = 1; in stv0900_get_demod_cold_lock()
588 while ((current_step <= nb_steps) && (lock == FALSE)) { in stv0900_get_demod_cold_lock()
590 tuner_freq += (current_step * currier_step); in stv0900_get_demod_cold_lock()
592 tuner_freq -= (current_step * currier_step); in stv0900_get_demod_cold_lock()
617 current_step++; in stv0900_get_demod_cold_lock()
1394 current_step = 0, in stv0900_search_srate_coarse() local
1450 current_step = 0; in stv0900_search_srate_coarse()
1455 while ((timing_lck == FALSE) && (current_step < nb_steps)) { in stv0900_search_srate_coarse()
1471 current_step++; in stv0900_search_srate_coarse()
[all …]
/linux-5.19.10/tools/testing/selftests/bpf/
Dxdpxceiver.h160 u16 current_step; member
Dxdpxceiver.c452 test->current_step = 0; in __test_spec_init()
1156 if (test->current_step == 1) in worker_testapp_validate_tx()
1168 if (test->total_steps == test->current_step || err) in worker_testapp_validate_tx()
1211 if (test->current_step == 1) in worker_testapp_validate_rx()
1232 if (test->total_steps == test->current_step || err) in worker_testapp_validate_rx()
1246 test->current_step++; in testapp_validate_traffic()