[go: nahoru, domu]

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

/drivers/staging/speakup/
H A Dmain.c1145 static DEFINE_TIMER(cursor_timer, cursor_done, 0, 0);
1157 del_timer(&cursor_timer);
1163 del_timer(&cursor_timer);
1359 del_timer(&cursor_timer);
1385 del_timer(&cursor_timer);
1398 mod_timer(&cursor_timer,
1484 del_timer(&cursor_timer);
1520 mod_timer(&cursor_timer,
1650 del_timer(&cursor_timer);
2262 del_timer(&cursor_timer);
[all...]
/drivers/video/console/
H A Dfbcon.h69 struct timer_list cursor_timer; /* Cursor timer */ member in struct:fbcon_ops
H A Dfbcon.c408 mod_timer(&ops->cursor_timer, jiffies + HZ/5);
421 init_timer(&ops->cursor_timer);
422 ops->cursor_timer.function = cursor_timer_handler;
423 ops->cursor_timer.expires = jiffies + HZ / 5;
424 ops->cursor_timer.data = (unsigned long ) info;
425 add_timer(&ops->cursor_timer);
436 del_timer_sync(&ops->cursor_timer);

Completed in 80 milliseconds