v_vlin            866 drivers/tty/vt/vt_ioctl.c 		if (!v.v_vlin)
v_vlin            867 drivers/tty/vt/vt_ioctl.c 			v.v_vlin = vc->vc_scan_lines;
v_vlin            869 drivers/tty/vt/vt_ioctl.c 			int rows = v.v_vlin/v.v_clin;
v_vlin            896 drivers/tty/vt/vt_ioctl.c 				if (v.v_vlin)
v_vlin            897 drivers/tty/vt/vt_ioctl.c 					vcp->vc_scan_lines = v.v_vlin;
v_vlin             56 include/uapi/linux/vt.h 	unsigned short v_vlin;	/* number of pixel rows on screen */