Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/core/
H A Dfbcon.c209 if (!ops || ops->currcon == -1) in fbcon_rotate()
380 if (ops->currcon != -1) in fb_flashcursor()
381 vc = vc_cons[ops->currcon].d; in fb_flashcursor()
798 ops->currcon = fg_console; in con2fb_init_display()
967 ops->currcon = -1; in fbcon_startup()
2099 prev_console = ops->currcon; in fbcon_switch()
2114 o->currcon = vc->vc_num; in fbcon_switch()
2637 if (!ops || ops->currcon < 0) in fbcon_suspended()
2639 vc = vc_cons[ops->currcon].d; in fbcon_suspended()
2650 if (!ops || ops->currcon < 0) in fbcon_resumed()
[all …]
H A Dfbcon.h73 int currcon; /* Current VC. */ member