Home
last modified time | relevance | path

Searched refs:console_font_op (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dkd.h159 struct console_font_op { struct
/openbmc/linux/drivers/tty/vt/
H A Dvt_ioctl.c468 struct console_font_op op; in vt_k_ioctl()
1013 int perm, struct console_font_op *op, struct vc_data *vc) in compat_kdfontop_ioctl()
1063 struct console_font_op op; /* used in multiple places here */ in vt_compat_ioctl()
H A Dvt.c4542 static int con_font_get(struct vc_data *vc, struct console_font_op *op) in con_font_get()
4592 static int con_font_set(struct vc_data *vc, struct console_font_op *op) in con_font_set()
4636 static int con_font_default(struct vc_data *vc, struct console_font_op *op) in con_font_default()
4670 int con_font_op(struct vc_data *vc, struct console_font_op *op) in con_font_op()
/openbmc/linux/include/linux/
H A Dvt_kern.h34 int con_font_op(struct vc_data *vc, struct console_font_op *op);
H A Dconsole.h23 struct console_font_op;