Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/console/
Dfbcon.c2162 int i, ret, prev_console, charcnt = 256; in fbcon_switch() local
2184 prev_console = ops->currcon; in fbcon_switch()
2185 if (prev_console != -1) in fbcon_switch()
2186 old_info = registered_fb[con2fb_map[prev_console]]; in fbcon_switch()