Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/console/
Dfbcon.c2167 int i, ret, prev_console, charcnt = 256; in fbcon_switch() local
2189 prev_console = ops->currcon; in fbcon_switch()
2190 if (prev_console != -1) in fbcon_switch()
2191 old_info = registered_fb[con2fb_map[prev_console]]; in fbcon_switch()