Searched refs:first_fb_vc (Results 1 – 1 of 1) sorted by relevance
112 static int first_fb_vc; variable244 for (i = first_fb_vc; i <= last_fb_vc; i++) { in fbcon_rotate_all()484 first_fb_vc = simple_strtoul(options, &options, 10) - 1; in fb_console_setup()485 if (first_fb_vc < 0) in fb_console_setup()486 first_fb_vc = 0; in fb_console_setup()525 for (i = first_fb_vc; i <= last_fb_vc; i++) { in search_fb_in_map()536 for (i = first_fb_vc; i <= last_fb_vc; i++) { in search_for_mapped_con()553 for (i = first_fb_vc; i <= last_fb_vc; i++) in do_fbcon_takeover()556 err = do_take_over_console(&fb_con, first_fb_vc, last_fb_vc, in do_fbcon_takeover()560 for (i = first_fb_vc; i <= last_fb_vc; i++) in do_fbcon_takeover()[all …]