Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/core/
Dfbcon.h69 struct delayed_work cursor_work; /* Cursor timer */ member
Dfbcon.c350 struct fbcon_ops *ops = container_of(work, struct fbcon_ops, cursor_work.work); in fb_flashcursor()
384 queue_delayed_work(system_power_efficient_wq, &ops->cursor_work, in fb_flashcursor()
393 queue_delayed_work(system_power_efficient_wq, &ops->cursor_work, in fbcon_add_cursor_work()
401 cancel_delayed_work_sync(&ops->cursor_work); in fbcon_del_cursor_work()
728 INIT_DELAYED_WORK(&ops->cursor_work, fb_flashcursor); in fbcon_open()
3264 blink = delayed_work_pending(&ops->cursor_work); in show_cursor_blink()