Searched defs:console_font (Results 1 – 5 of 5) sorted by relevance
152 struct console_font { struct153 unsigned int width, height;154 unsigned int charcount;155 unsigned char * data;
167 struct console_font { struct168 unsigned int width, height; /* font size */169 unsigned int charcount;170 unsigned char *data; /* font data with height fixed to 32 */
169 struct console_font { struct170 unsigned int width, height; /* font size */171 unsigned int charcount;172 unsigned char *data; /* font data with vpitch fixed to 32 for
140 struct console_font { struct141 unsigned int width, height;142 unsigned int charcount;143 unsigned char *data;