Lines Matching refs:vc_data
46 const struct vc_data *vc = vc_cons[i].d; in vt_in_use()
86 static void complete_change_console(struct vc_data *vc);
250 static int vt_kdsetmode(struct vc_data *vc, unsigned long mode) in vt_kdsetmode()
287 struct vc_data *vc = tty->driver_data; in vt_k_ioctl()
487 static inline int do_fontx_ioctl(struct vc_data *vc, int cmd, in do_fontx_ioctl()
526 static int vt_io_fontreset(struct vc_data *vc, struct console_font_op *op) in vt_io_fontreset()
552 bool perm, struct vc_data *vc) in do_unimap_ioctl()
572 static int vt_io_ioctl(struct vc_data *vc, unsigned int cmd, void __user *up, in vt_io_ioctl()
653 static int vt_reldisp(struct vc_data *vc, unsigned int swtch) in vt_reldisp()
692 struct vc_data *nvc; in vt_setactivate()
730 struct vc_data *vc = NULL; in vt_disallocate()
749 struct vc_data *vc[MAX_NR_CONSOLES]; in vt_disallocate_all()
766 static int vt_resizex(struct vc_data *vc, struct vt_consize __user *cs) in vt_resizex()
800 struct vc_data *vc = tty->driver_data; in vt_ioctl()
970 struct vc_data *vc; in vt_ioctl()
1021 void reset_vc(struct vc_data *vc) in reset_vc()
1041 struct vc_data *vc; in vc_SAK()
1069 compat_fontx_ioctl(struct vc_data *vc, int cmd, in compat_fontx_ioctl()
1120 int perm, struct console_font_op *op, struct vc_data *vc) in compat_kdfontop_ioctl()
1145 int perm, struct vc_data *vc) in compat_unimap_ioctl()
1169 struct vc_data *vc = tty->driver_data; in vt_compat_ioctl()
1239 static void complete_change_console(struct vc_data *vc) in complete_change_console()
1313 void change_console(struct vc_data *new_vc) in change_console()
1315 struct vc_data *vc; in change_console()