Searched refs:last_fb_vc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbcon.c | 127 static unsigned int last_fb_vc = MAX_NR_CONSOLES - 1; variable 253 for (i = first_fb_vc; i <= last_fb_vc; i++) { in fbcon_rotate_all() 478 last_fb_vc = simple_strtoul(options, &options, 10) - 1; in fb_console_setup() 479 if (last_fb_vc < first_fb_vc || last_fb_vc >= MAX_NR_CONSOLES) in fb_console_setup() 480 last_fb_vc = MAX_NR_CONSOLES - 1; in fb_console_setup() 531 for (i = first_fb_vc; i <= last_fb_vc; i++) { in search_fb_in_map() 542 for (i = first_fb_vc; i <= last_fb_vc; i++) { in search_for_mapped_con() 559 for (i = first_fb_vc; i <= last_fb_vc; i++) in do_fbcon_takeover() 562 err = do_take_over_console(&fb_con, first_fb_vc, last_fb_vc, in do_fbcon_takeover() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbcon.c | 129 static unsigned int last_fb_vc = MAX_NR_CONSOLES - 1; variable 235 for (i = first_fb_vc; i <= last_fb_vc; i++) { in fbcon_rotate_all() 446 last_fb_vc = simple_strtoul(options, &options, 10) - 1; in fb_console_setup() 447 if (last_fb_vc < first_fb_vc || last_fb_vc >= MAX_NR_CONSOLES) in fb_console_setup() 448 last_fb_vc = MAX_NR_CONSOLES - 1; in fb_console_setup() 499 for (i = first_fb_vc; i <= last_fb_vc; i++) { in search_fb_in_map() 510 for (i = first_fb_vc; i <= last_fb_vc; i++) { in search_for_mapped_con() 527 for (i = first_fb_vc; i <= last_fb_vc; i++) in do_fbcon_takeover() 530 err = do_take_over_console(&fb_con, first_fb_vc, last_fb_vc, in do_fbcon_takeover() [all...] |
Completed in 5 milliseconds