Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/video/fbdev/core/
Dfbcon.c358 static void fb_flashcursor(struct work_struct *work) in fb_flashcursor() function
405 if ((!info->queue.func || info->queue.func == fb_flashcursor) && in fbcon_add_cursor_timer()
409 INIT_WORK(&info->queue, fb_flashcursor); in fbcon_add_cursor_timer()
421 if (info->queue.func == fb_flashcursor && in fbcon_del_cursor_timer()
3321 if (info->queue.func == fb_flashcursor) in fbcon_exit()