Home
last modified time | relevance | path

Searched refs:con_font_op (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/tty/vt/
Dvt_ioctl.c244 return con_font_op(vc_cons[fg_console].d, op); in do_fontx_ioctl()
252 i = con_font_op(vc_cons[fg_console].d, op); in do_fontx_ioctl()
902 ret = con_font_op(vc_cons[fg_console].d, &op); in vt_ioctl()
913 ret = con_font_op(vc_cons[fg_console].d, &op); in vt_ioctl()
947 ret = con_font_op(vc_cons[fg_console].d, &op); in vt_ioctl()
965 ret = con_font_op(vc, &op); in vt_ioctl()
1097 return con_font_op(vc_cons[fg_console].d, op); in compat_fontx_ioctl()
1105 i = con_font_op(vc_cons[fg_console].d, op); in compat_fontx_ioctl()
1136 i = con_font_op(vc, op); in compat_kdfontop_ioctl()
Dvt.c4564 int con_font_op(struct vc_data *vc, struct console_font_op *op) in con_font_op() function
/Linux-v4.19/include/linux/
Dvt_kern.h46 int con_font_op(struct vc_data *vc, struct console_font_op *op);