next_otg_timer 220 drivers/usb/chipidea/ci.h enum otg_fsm_timer next_otg_timer; next_otg_timer 232 drivers/usb/chipidea/otg_fsm.c if ((ci->next_otg_timer == NUM_OTG_FSM_TIMERS) || next_otg_timer 233 drivers/usb/chipidea/otg_fsm.c ktime_after(ci->hr_timeouts[ci->next_otg_timer], next_otg_timer 235 drivers/usb/chipidea/otg_fsm.c ci->next_otg_timer = t; next_otg_timer 257 drivers/usb/chipidea/otg_fsm.c if (ci->next_otg_timer == t) { next_otg_timer 261 drivers/usb/chipidea/otg_fsm.c ci->next_otg_timer = NUM_OTG_FSM_TIMERS; next_otg_timer 275 drivers/usb/chipidea/otg_fsm.c ci->next_otg_timer = next_timer; next_otg_timer 392 drivers/usb/chipidea/otg_fsm.c ci->next_otg_timer = NUM_OTG_FSM_TIMERS; next_otg_timer 412 drivers/usb/chipidea/otg_fsm.c ci->next_otg_timer = next_timer; next_otg_timer 817 drivers/usb/chipidea/otg_fsm.c ci->next_otg_timer = NUM_OTG_FSM_TIMERS;