Searched refs:con_font_op (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/tty/vt/ |
D | vt_ioctl.c | 472 ret = con_font_op(vc, &op); in vt_k_ioctl() 505 return con_font_op(vc, op); in do_fontx_ioctl() 514 i = con_font_op(vc, op); in do_fontx_ioctl() 540 ret = con_font_op(vc, op); in vt_io_fontreset() 587 return con_font_op(vc, &op); in vt_io_ioctl() 596 return con_font_op(vc, &op); in vt_io_ioctl() 1089 return con_font_op(vc, op); in compat_fontx_ioctl() 1098 i = con_font_op(vc, op); in compat_fontx_ioctl() 1129 i = con_font_op(vc, op); in compat_kdfontop_ioctl()
|
D | vt.c | 4707 int con_font_op(struct vc_data *vc, struct console_font_op *op) in con_font_op() function
|
/Linux-v5.10/include/linux/ |
D | vt_kern.h | 47 int con_font_op(struct vc_data *vc, struct console_font_op *op);
|