Searched refs:cursor_timer (Results 1 – 3 of 3) sorted by relevance
1163 static DEFINE_TIMER(cursor_timer, cursor_done);1175 del_timer(&cursor_timer); in do_handle_shift()1181 del_timer(&cursor_timer); in do_handle_shift()1394 del_timer(&cursor_timer); in kbd_fakekey2()1410 del_timer(&cursor_timer); in read_all_doc()1423 del_timer(&cursor_timer); in stop_read_all()1436 mod_timer(&cursor_timer, in start_read_all_timer()1523 del_timer(&cursor_timer); in pre_handle_cursor()1560 mod_timer(&cursor_timer, in do_handle_cursor()1687 del_timer(&cursor_timer); in cursor_done()[all …]
69 struct timer_list cursor_timer; /* Cursor timer */ member
402 struct fbcon_ops *ops = from_timer(ops, t, cursor_timer); in cursor_timer_handler()406 mod_timer(&ops->cursor_timer, jiffies + ops->cur_blink_jiffies); in cursor_timer_handler()419 timer_setup(&ops->cursor_timer, cursor_timer_handler, 0); in fbcon_add_cursor_timer()420 mod_timer(&ops->cursor_timer, jiffies + ops->cur_blink_jiffies); in fbcon_add_cursor_timer()431 del_timer_sync(&ops->cursor_timer); in fbcon_del_cursor_timer()