Lines Matching refs:step
97 idx, pd_inf->step, in iep2_check_pd()
104 idx, pd_inf->step, in iep2_check_pd()
111 idx, pd_inf->step, in iep2_check_pd()
118 if (pd_inf->pdtype != PD_TYPES_UNKNOWN && pd_inf->step != -1) { in iep2_check_pd()
120 int type = pd_table[n][(pd_inf->step + 1) % 5]; in iep2_check_pd()
125 pd_inf->step = -1; in iep2_check_pd()
129 pd_inf->step = pd_inf->step != -1 ? (pd_inf->step + 1) % 5 : -1; in iep2_check_pd()
180 pd_inf->step = 0; in iep2_check_pd()
206 int step = (pd_inf->step + 1) % 5; in iep2_pd_get_output() local
210 switch (step) { in iep2_pd_get_output()
220 switch (step) { in iep2_pd_get_output()
230 switch (step) { in iep2_pd_get_output()
237 switch (step) { in iep2_pd_get_output()
255 pd_inf->step, pd_inf->i, PD_COMP_STRING[flag]); in iep2_pd_get_output()