Searched refs:cursor_timer (Results 1 – 3 of 3) sorted by relevance
1162 static DEFINE_TIMER(cursor_timer, cursor_done);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()[all …]
71 struct timer_list cursor_timer; /* Cursor timer */ member
394 struct fbcon_ops *ops = from_timer(ops, t, cursor_timer); in cursor_timer_handler()398 mod_timer(&ops->cursor_timer, jiffies + ops->cur_blink_jiffies); in cursor_timer_handler()411 timer_setup(&ops->cursor_timer, cursor_timer_handler, 0); in fbcon_add_cursor_timer()412 mod_timer(&ops->cursor_timer, jiffies + ops->cur_blink_jiffies); in fbcon_add_cursor_timer()423 del_timer_sync(&ops->cursor_timer); in fbcon_del_cursor_timer()