Lines Matching defs:timer
48 struct timer_list timer;
118 pr_debug("calculating next timer\n");
139 del_timer(&ml->timer);
141 pr_debug("timer set\n");
142 mod_timer(&ml->timer, earliest);
402 struct ml_device *ml = from_timer(ml, t, timer);
406 pr_debug("timer: updating effects\n");
493 * do not actually stop the timer, and therefore we should
496 del_timer_sync(&ml->timer);
523 timer_setup(&ml->timer, ml_effect_timer, 0);