Home
last modified time | relevance | path

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

/drivers/video/fbdev/
Dimsttfb.c334 static char fontname[40] __initdata = { 0 }; variable
1576 for (i = 0; i < sizeof(fontname) - 1; i++) in imsttfb_setup()
1579 memcpy(fontname, this_opt + 5, i); in imsttfb_setup()
1580 fontname[i] = 0; in imsttfb_setup()
/drivers/video/fbdev/core/
Dfbcon.c152 static char fontname[40]; variable
447 strlcpy(fontname, options + 5, sizeof(fontname)); in fb_console_setup()
1001 if (!fontname[0] || !(font = find_font(fontname))) in fbcon_startup()
1080 if (!fontname[0] || !(font = find_font(fontname))) in fbcon_init()