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

/linux-4.1.27/drivers/staging/speakup/
H A Dmain.c1147 static DEFINE_TIMER(cursor_timer, cursor_done, 0, 0);
1159 del_timer(&cursor_timer); do_handle_shift()
1165 del_timer(&cursor_timer); do_handle_shift()
1361 del_timer(&cursor_timer); kbd_fakekey2()
1387 del_timer(&cursor_timer); stop_read_all()
1400 mod_timer(&cursor_timer, start_read_all_timer()
1486 del_timer(&cursor_timer); pre_handle_cursor()
1522 mod_timer(&cursor_timer, do_handle_cursor()
1652 del_timer(&cursor_timer); cursor_done()
2265 del_timer(&cursor_timer); speakup_exit()
2377 del_timer(&cursor_timer); speakup_init()
/linux-4.1.27/drivers/video/console/
H A Dfbcon.h69 struct timer_list cursor_timer; /* Cursor timer */ member in struct:fbcon_ops
H A Dfbcon.c405 mod_timer(&ops->cursor_timer, jiffies + HZ/5); cursor_timer_handler()
418 init_timer(&ops->cursor_timer); fbcon_add_cursor_timer()
419 ops->cursor_timer.function = cursor_timer_handler; fbcon_add_cursor_timer()
420 ops->cursor_timer.expires = jiffies + HZ / 5; fbcon_add_cursor_timer()
421 ops->cursor_timer.data = (unsigned long ) info; fbcon_add_cursor_timer()
422 add_timer(&ops->cursor_timer); fbcon_add_cursor_timer()
433 del_timer_sync(&ops->cursor_timer); fbcon_del_cursor_timer()

Completed in 103 milliseconds