Home
last modified time | relevance | path

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

/scripts/
Dpnmtologo.c71 static int logo_type = LINUX_LOGO_CLUT224; variable
255 fprintf(out, "\t.type\t\t= %s,\n", logo_types[logo_type]); in write_footer()
258 if (logo_type == LINUX_LOGO_CLUT224) { in write_footer()
474 logo_type = LINUX_LOGO_MONO; in main()
476 logo_type = LINUX_LOGO_VGA16; in main()
478 logo_type = LINUX_LOGO_CLUT224; in main()
480 logo_type = LINUX_LOGO_GRAY256; in main()
496 switch (logo_type) { in main()