Home
last modified time | relevance | path

Searched defs:console_font_op (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
Dkd.h159 struct console_font_op { struct
160 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 */
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dkd.h133 struct console_font_op { struct
134 unsigned int op;
135 unsigned int flags;
136 unsigned int width, height;
137 unsigned int charcount;
138 unsigned char __user *data;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dkd.h145 struct console_font_op { struct
146 unsigned int op;
147 unsigned int flags;
148 unsigned int width, height;
149 unsigned int charcount;
150 unsigned char __user * data;