Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/core/
Dfbcon.c388 static void fb_flashcursor(struct work_struct *work) in fb_flashcursor() function
435 if ((!info->queue.func || info->queue.func == fb_flashcursor) && in fbcon_add_cursor_timer()
439 INIT_WORK(&info->queue, fb_flashcursor); in fbcon_add_cursor_timer()
451 if (info->queue.func == fb_flashcursor && in fbcon_del_cursor_timer()
3675 if (info->queue.func == fb_flashcursor) in fbcon_exit()