Searched refs:cursor_timer (Results 1 – 3 of 3) sorted by relevance
1174 del_timer(&cursor_timer); in do_handle_shift()1180 del_timer(&cursor_timer); in do_handle_shift()1392 del_timer(&cursor_timer); in kbd_fakekey2()1408 del_timer(&cursor_timer); in read_all_doc()1421 del_timer(&cursor_timer); in stop_read_all()1434 mod_timer(&cursor_timer, in start_read_all_timer()1521 del_timer(&cursor_timer); in pre_handle_cursor()1558 mod_timer(&cursor_timer, in do_handle_cursor()1685 del_timer(&cursor_timer); in cursor_done()2322 del_timer_sync(&cursor_timer); in speakup_exit()[all …]
66 struct timer_list cursor_timer; /* Cursor timer */ member
384 struct fbcon_ops *ops = from_timer(ops, t, cursor_timer); in cursor_timer_handler()388 mod_timer(&ops->cursor_timer, jiffies + ops->cur_blink_jiffies); in cursor_timer_handler()401 timer_setup(&ops->cursor_timer, cursor_timer_handler, 0); in fbcon_add_cursor_timer()402 mod_timer(&ops->cursor_timer, jiffies + ops->cur_blink_jiffies); in fbcon_add_cursor_timer()413 del_timer_sync(&ops->cursor_timer); in fbcon_del_cursor_timer()
Completed in 32 milliseconds