Searched refs:con_font_op (Results 1 – 2 of 2) sorted by relevance
/drivers/tty/vt/ |
D | vt_ioctl.c | 244 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()
|
D | vt.c | 4599 int con_font_op(struct vc_data *vc, struct console_font_op *op) in con_font_op() function
|