Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/vt/
Dvt_ioctl.c241 return con_font_op(vc_cons[fg_console].d, op); in do_fontx_ioctl()
249 i = con_font_op(vc_cons[fg_console].d, op); in do_fontx_ioctl()
915 ret = con_font_op(vc_cons[fg_console].d, &op); in vt_ioctl()
926 ret = con_font_op(vc_cons[fg_console].d, &op); in vt_ioctl()
960 ret = con_font_op(vc_cons[fg_console].d, &op); in vt_ioctl()
978 ret = con_font_op(vc, &op); in vt_ioctl()
1116 return con_font_op(vc_cons[fg_console].d, op); in compat_fontx_ioctl()
1124 i = con_font_op(vc_cons[fg_console].d, op); in compat_fontx_ioctl()
1155 i = con_font_op(vc, op); in compat_kdfontop_ioctl()
Dvt.c4218 int con_font_op(struct vc_data *vc, struct console_font_op *op) in con_font_op() function
/linux-4.4.14/include/linux/
Dvt_kern.h45 int con_font_op(struct vc_data *vc, struct console_font_op *op);