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

/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c129 static unsigned int last_fb_vc = MAX_NR_CONSOLES - 1; variable
235 for (i = first_fb_vc; i <= last_fb_vc; i++) {
445 last_fb_vc = simple_strtoul(options, &options, 10) - 1;
446 if (last_fb_vc < first_fb_vc || last_fb_vc >= MAX_NR_CONSOLES)
447 last_fb_vc = MAX_NR_CONSOLES - 1;
500 for (i = first_fb_vc; i <= last_fb_vc; i++) {
511 for (i = first_fb_vc; i <= last_fb_vc; i++) {
528 for (i = first_fb_vc; i <= last_fb_vc; i++)
531 err = do_take_over_console(&fb_con, first_fb_vc, last_fb_vc,
[all...]

Completed in 85 milliseconds