Searched refs:cursor_timer (Results 1 – 3 of 3) sorted by relevance
1164 static DEFINE_TIMER(cursor_timer, cursor_done);1176 del_timer(&cursor_timer); in do_handle_shift()1182 del_timer(&cursor_timer); in do_handle_shift()1395 del_timer(&cursor_timer); in kbd_fakekey2()1411 del_timer(&cursor_timer); in read_all_doc()1424 del_timer(&cursor_timer); in stop_read_all()1437 mod_timer(&cursor_timer, in start_read_all_timer()1524 del_timer(&cursor_timer); in pre_handle_cursor()1561 mod_timer(&cursor_timer, in do_handle_cursor()1688 del_timer(&cursor_timer); in cursor_done()[all …]
69 struct timer_list cursor_timer; /* Cursor timer */ member
424 struct fbcon_ops *ops = from_timer(ops, t, cursor_timer); in cursor_timer_handler()428 mod_timer(&ops->cursor_timer, jiffies + ops->cur_blink_jiffies); in cursor_timer_handler()441 timer_setup(&ops->cursor_timer, cursor_timer_handler, 0); in fbcon_add_cursor_timer()442 mod_timer(&ops->cursor_timer, jiffies + ops->cur_blink_jiffies); in fbcon_add_cursor_timer()453 del_timer_sync(&ops->cursor_timer); in fbcon_del_cursor_timer()