Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcon.h69 struct delayed_work cursor_work; /* Cursor timer */ member
H A Dfbcon.c364 struct fbcon_ops *ops = container_of(work, struct fbcon_ops, cursor_work.work); in fb_flashcursor()
397 queue_delayed_work(system_power_efficient_wq, &ops->cursor_work, in fb_flashcursor()
406 queue_delayed_work(system_power_efficient_wq, &ops->cursor_work, in fbcon_add_cursor_work()
414 cancel_delayed_work_sync(&ops->cursor_work); in fbcon_del_cursor_work()
746 INIT_DELAYED_WORK(&ops->cursor_work, fb_flashcursor); in fbcon_open()
3242 blink = delayed_work_pending(&ops->cursor_work); in show_cursor_blink()