Searched refs:con_font_op (Results 1 – 2 of 2) sorted by relevance
317 return con_font_op(vc_cons[fg_console].d, op); in do_fontx_ioctl()325 i = con_font_op(vc_cons[fg_console].d, op); in do_fontx_ioctl()1034 ret = con_font_op(vc_cons[fg_console].d, &op); in vt_ioctl()1045 ret = con_font_op(vc_cons[fg_console].d, &op); in vt_ioctl()1079 ret = con_font_op(vc_cons[fg_console].d, &op); in vt_ioctl()1095 ret = con_font_op(vc, &op); in vt_ioctl()
4010 int con_font_op(struct vc_data *vc, struct console_font_op *op) in con_font_op() function