Searched defs:console_font_op (Results 1 – 3 of 3) sorted by relevance
159 struct console_font_op { struct160 unsigned int op; /* operation code KD_FONT_OP_* */161 unsigned int flags; /* KD_FONT_FLAG_* */162 unsigned int width, height; /* font size */163 unsigned int charcount;164 unsigned char __user *data; /* font data with height fixed to 32 */
133 struct console_font_op { struct134 unsigned int op;135 unsigned int flags;136 unsigned int width, height;137 unsigned int charcount;138 unsigned char __user *data;
145 struct console_font_op { struct146 unsigned int op;147 unsigned int flags;148 unsigned int width, height;149 unsigned int charcount;150 unsigned char __user * data;