Searched defs:console_font_op (Results 1 – 1 of 1) sorted by relevance
158 struct console_font_op { struct159 unsigned int op; /* operation code KD_FONT_OP_* */160 unsigned int flags; /* KD_FONT_FLAG_* */161 unsigned int width, height; /* font size */162 unsigned int charcount;163 unsigned char __user *data; /* font data with height fixed to 32 */