Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dkd.h159 struct console_font_op { struct
/linux/drivers/tty/vt/
H A Dvt_ioctl.c468 struct console_font_op op; in vt_k_ioctl()
1011 int perm, struct console_font_op *op, struct vc_data *vc) in compat_kdfontop_ioctl()
1061 struct console_font_op op; /* used in multiple places here */ in vt_compat_ioctl()
H A Dvt.c4716 static int con_font_get(struct vc_data *vc, struct console_font_op *op)
4766 static int con_font_set(struct vc_data *vc, const struct console_font_op *op) in con_font_get()
4810 static int con_font_default(struct vc_data *vc, struct console_font_op *op) in con_font_set()
4844 int con_font_op(struct vc_data *vc, struct console_font_op *op) in con_font_default()
/linux/include/linux/
H A Dvt_kern.h35 int con_font_op(struct vc_data *vc, struct console_font_op *op);
H A Dconsole.h26 struct console_font_op;