Searched refs:console_font_op (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/include/linux/ |
D | kd.h | 158 struct console_font_op { struct
|
D | console.h | 20 struct console_font_op;
|
D | vt_kern.h | 45 int con_font_op(struct vc_data *vc, struct console_font_op *op);
|
/linux-2.6.39/drivers/tty/vt/ |
D | vt_ioctl.c | 428 do_fontx_ioctl(int cmd, struct consolefontdesc __user *user_cfd, int perm, struct console_font_op *… in do_fontx_ioctl() 501 struct console_font_op op; /* used in multiple places here */ in vt_ioctl() 1398 int perm, struct console_font_op *op) in compat_fontx_ioctl() 1446 int perm, struct console_font_op *op, struct vc_data *vc) in compat_kdfontop_ioctl() 1501 struct console_font_op op; /* used in multiple places here */ in vt_compat_ioctl()
|
D | vt.c | 3974 static int con_font_get(struct vc_data *vc, struct console_font_op *op) in con_font_get() 4029 static int con_font_set(struct vc_data *vc, struct console_font_op *op) in con_font_set() 4082 static int con_font_default(struct vc_data *vc, struct console_font_op *op) in con_font_default() 4112 static int con_font_copy(struct vc_data *vc, struct console_font_op *op) in con_font_copy() 4133 int con_font_op(struct vc_data *vc, struct console_font_op *op) in con_font_op()
|