Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/core/
Dfbcon.c366 static void fb_flashcursor(struct work_struct *work) in fb_flashcursor() function
413 if ((!info->queue.func || info->queue.func == fb_flashcursor) && in fbcon_add_cursor_timer()
417 INIT_WORK(&info->queue, fb_flashcursor); in fbcon_add_cursor_timer()
429 if (info->queue.func == fb_flashcursor && in fbcon_del_cursor_timer()
3382 if (info->queue.func == fb_flashcursor) in fbcon_exit()