Searched refs:currcon (Results 1 – 2 of 2) sorted by relevance
208 if (!ops || ops->currcon == -1) in fbcon_rotate()364 if (ops && ops->currcon != -1) in fb_flashcursor()365 vc = vc_cons[ops->currcon].d; in fb_flashcursor()785 ops->currcon = fg_console; in con2fb_init_display()964 ops->currcon = -1; in fbcon_startup()1599 prev_console = ops->currcon; in fbcon_switch()1614 o->currcon = vc->vc_num; in fbcon_switch()2128 if (!ops || ops->currcon < 0) in fbcon_suspended()2130 vc = vc_cons[ops->currcon].d; in fbcon_suspended()2141 if (!ops || ops->currcon < 0) in fbcon_resumed()[all …]
70 int currcon; /* Current VC. */ member
Completed in 10 milliseconds