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

/linux-4.4.14/drivers/video/fbdev/
H A Dimsttfb.c337 static char fontname[40] __initdata = { 0 };
1560 for (i = 0; i < sizeof(fontname) - 1; i++) imsttfb_setup()
1563 memcpy(fontname, this_opt + 5, i); imsttfb_setup()
1564 fontname[i] = 0; imsttfb_setup()
H A Dcyber2000fb.c1489 * video=cyber2000:font:fontname
/linux-4.4.14/drivers/video/console/
H A Dfbcon.c132 static char fontname[40]; variable
449 strlcpy(fontname, options + 5, sizeof(fontname)); fb_console_setup()
992 if (!fontname[0] || !(font = find_font(fontname))) fbcon_startup()
1065 if (!fontname[0] || !(font = find_font(fontname))) fbcon_init()

Completed in 134 milliseconds