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

/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.h171 u16 current_step;
162 u16 current_step; member in struct:test_spec
H A Dxskxceiver.c492 test->current_step = 0;
1699 if (test->current_step == 1) {
1722 if (test->current_step == 1) {
1848 test->current_step++;
1872 if (test->total_steps == test->current_step || test->fail) {
/linux-master/drivers/media/dvb-frontends/
H A Dstv0900_sw.c514 current_step, local
578 current_step = 1;
588 while ((current_step <= nb_steps) && (lock == FALSE)) {
590 tuner_freq += (current_step * currier_step);
592 tuner_freq -= (current_step * currier_step);
617 current_step++;
1394 current_step = 0, local
1450 current_step = 0;
1455 while ((timing_lck == FALSE) && (current_step < nb_steps)) {
1471 current_step
[all...]

Completed in 128 milliseconds