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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon.h69 struct timer_list cursor_timer; /* Cursor timer */ member in struct:fbcon_ops
H A Dfbcon.c404 mod_timer(&ops->cursor_timer, jiffies + HZ/5);
417 init_timer(&ops->cursor_timer);
418 ops->cursor_timer.function = cursor_timer_handler;
419 ops->cursor_timer.expires = jiffies + HZ / 5;
420 ops->cursor_timer.data = (unsigned long ) info;
421 add_timer(&ops->cursor_timer);
432 del_timer_sync(&ops->cursor_timer);

Completed in 162 milliseconds