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.h71 struct delayed_work cursor_work; /* Cursor timer */ member
H A Dfbcon.c395 struct fbcon_par *par = container_of(work, struct fbcon_par, cursor_work.work); in fb_flashcursor()
429 queue_delayed_work(system_power_efficient_wq, &par->cursor_work, in fb_flashcursor()
438 queue_delayed_work(system_power_efficient_wq, &par->cursor_work, in fbcon_add_cursor_work()
446 cancel_delayed_work_sync(&par->cursor_work); in fbcon_del_cursor_work()
778 INIT_DELAYED_WORK(&par->cursor_work, fb_flashcursor); in fbcon_open()
3274 blink = delayed_work_pending(&par->cursor_work); in cursor_blink_show()