Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/core/
Dfbcon.c370 static void fb_flashcursor(struct work_struct *work) in fb_flashcursor() function
417 if ((!info->queue.func || info->queue.func == fb_flashcursor) && in fbcon_add_cursor_timer()
421 INIT_WORK(&info->queue, fb_flashcursor); in fbcon_add_cursor_timer()
433 if (info->queue.func == fb_flashcursor && in fbcon_del_cursor_timer()
3706 if (info->queue.func == fb_flashcursor) in fbcon_exit()