Lines Matching refs:vc_cons
46 #define VT_BUSY(i) (VT_IS_IN_USE(i) || i == fg_console || vc_cons[i].d == sel_cons)
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()
715 nvc = vc_cons[vsa.console].d; in vt_ioctl()
792 complete_change_console(vc_cons[newvt].d); in vt_ioctl()
835 vc = vc_cons[i].d; in vt_ioctl()
840 vc_resize(vc_cons[i].d, cc, ll); in vt_ioctl()
879 if (!vc_cons[i].d) in vt_ioctl()
883 vc_cons[i].d->vc_scan_lines = v.v_vlin; in vt_ioctl()
885 vc_cons[i].d->vc_font.height = v.v_clin; in vt_ioctl()
886 vc_cons[i].d->vc_resize_user = 1; in vt_ioctl()
887 vc_resize(vc_cons[i].d, v.v_cols, v.v_rows); in vt_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()
951 con_set_default_unimap(vc_cons[fg_console].d); 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()
1276 old_vc_mode = vc_cons[fg_console].d->vc_mode; in complete_change_console()
1360 vc = vc_cons[fg_console].d; in change_console()