Lines Matching refs:vc_cons
43 #define VT_BUSY(i) (VT_IS_IN_USE(i) || i == fg_console || vc_cons[i].d == sel_cons)
241 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()
714 nvc = vc_cons[vsa.console].d; in vt_ioctl()
791 complete_change_console(vc_cons[newvt].d); in vt_ioctl()
834 vc = vc_cons[i].d; in vt_ioctl()
839 vc_resize(vc_cons[i].d, cc, ll); in vt_ioctl()
892 if (!vc_cons[i].d) in vt_ioctl()
896 vc_cons[i].d->vc_scan_lines = vlin; in vt_ioctl()
898 vc_cons[i].d->vc_font.height = clin; in vt_ioctl()
899 vc_cons[i].d->vc_resize_user = 1; in vt_ioctl()
900 vc_resize(vc_cons[i].d, cc, ll); in vt_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()
964 con_set_default_unimap(vc_cons[fg_console].d); 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()
1299 old_vc_mode = vc_cons[fg_console].d->vc_mode; in complete_change_console()
1383 vc = vc_cons[fg_console].d; in change_console()