Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcon.c137 static unsigned int last_fb_vc = MAX_NR_CONSOLES - 1; variable
242 for (i = first_fb_vc; i <= last_fb_vc; i++) { in fbcon_rotate_all()
475 last_fb_vc = simple_strtoul(options, &options, 10) - 1; in fb_console_setup()
476 if (last_fb_vc < first_fb_vc || last_fb_vc >= MAX_NR_CONSOLES) in fb_console_setup()
477 last_fb_vc = MAX_NR_CONSOLES - 1; in fb_console_setup()
530 for (i = first_fb_vc; i <= last_fb_vc; i++) { in search_fb_in_map()
543 for (i = first_fb_vc; i <= last_fb_vc; i++) { in search_for_mapped_con()
562 for (i = first_fb_vc; i <= last_fb_vc; i++) in do_fbcon_takeover()
565 err = do_take_over_console(&fb_con, first_fb_vc, last_fb_vc, in do_fbcon_takeover()
[all...]