Home
last modified time | relevance | path

Searched refs:cursor_timer (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/accessibility/speakup/
H A Dmain.c1175 del_timer(&cursor_timer); in do_handle_shift()
1181 del_timer(&cursor_timer); in do_handle_shift()
1402 del_timer(&cursor_timer); in kbd_fakekey2()
1418 del_timer(&cursor_timer); in read_all_doc()
1431 del_timer(&cursor_timer); in stop_read_all()
1444 mod_timer(&cursor_timer, in start_read_all_timer()
1531 del_timer(&cursor_timer); in pre_handle_cursor()
1568 mod_timer(&cursor_timer, in do_handle_cursor()
1695 del_timer(&cursor_timer); in cursor_done()
2336 del_timer_sync(&cursor_timer); in speakup_exit()
[all …]
/openbmc/qemu/ui/
H A Dconsole-vc.c119 static QEMUTimer *cursor_timer; variable
882 timer_mod(cursor_timer, in qemu_text_console_update_cursor()
911 if (!cursor_timer) { in qemu_text_console_class_init()
912 cursor_timer = timer_new_ms(QEMU_CLOCK_REALTIME, cursor_timer_cb, NULL); in qemu_text_console_class_init()