Lines Matching defs:timer
90 otg_ctrl.timer[A_WAIT_BCON_TIMER]);
104 struct timer_list *timer;
109 timer = &mvotg->otg_ctrl.timer[id];
111 if (timer_pending(timer))
112 del_timer(timer);
120 struct timer_list *timer;
125 timer = &mvotg->otg_ctrl.timer[id];
126 if (timer_pending(timer)) {
131 timer->expires = jiffies + interval;
132 add_timer(timer);
714 timer_setup(&mvotg->otg_ctrl.timer[i],