Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dfbmem.c376 static int first_fb_vc; variable
815 take_over_console(&fb_con, first_fb_vc, last_fb_vc, fbcon_is_default); in register_framebuffer()
945 first_fb_vc = simple_strtoul(options, &options, 10) - 1; in video_setup()
946 if (first_fb_vc < 0) in video_setup()
947 first_fb_vc = 0; in video_setup()