Searched refs:first_fb_vc (Results 1 – 1 of 1) sorted by relevance
139 static unsigned int first_fb_vc; variable 245 for (i = first_fb_vc; i <= last_fb_vc; i++) { in fbcon_rotate_all() 527 first_fb_vc = simple_strtoul(options, &options, 10) - 1; in fb_console_setup() 528 if (first_fb_vc >= MAX_NR_CONSOLES) in fb_console_setup() 529 first_fb_vc = 0; in fb_console_setup() 532 if (last_fb_vc < first_fb_vc || last_fb_vc >= MAX_NR_CONSOLES) in fb_console_setup() 586 for (i = first_fb_vc; i <= last_fb_vc; i++) { in do_fbcon_takeover() 599 for (i = first_fb_vc; i <= last_fb_vc; i++) { in fbcon_prepare_logo() 618 for (i = first_fb_vc; i <= last_fb_vc; i++) in fbcon_prepare_logo() 621 err = do_take_over_console(&fb_con, first_fb_vc, last_fb_v in fbcon_prepare_logo() [all...]