Home
last modified time | relevance | path

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

/drivers/video/
Dimsttfb.c338 static char fontname[40] __initdata = { 0 }; variable
1568 for (i = 0; i < sizeof(fontname) - 1; i++) in imsttfb_setup()
1571 memcpy(fontname, this_opt + 5, i); in imsttfb_setup()
1572 fontname[i] = 0; in imsttfb_setup()
/drivers/video/console/
Dfbcon.c132 static char fontname[40]; variable
446 strcpy(fontname, options + 5); in fb_console_setup()
973 if (!fontname[0] || !(font = find_font(fontname))) in fbcon_startup()
1044 if (!fontname[0] || !(font = find_font(fontname))) in fbcon_init()