Searched defs:console_font (Results 1 – 8 of 8) sorted by relevance
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 */
9887 struct console_font { struct9888 unsigned int width;9889 unsigned int height;9890 unsigned int charcount;9891 unsigned char *data;
93935 struct console_font { struct93936 unsigned int width;93937 unsigned int height;93938 unsigned int charcount;93939 unsigned char *data;
66993 struct console_font { struct66994 unsigned int width;66995 unsigned int height;66996 unsigned int charcount;66997 unsigned char *data;
25916 struct console_font { struct25917 unsigned int width;25918 unsigned int height;25919 unsigned int charcount;25920 unsigned char *data;