Home
last modified time | relevance | path

Searched refs:v_vlin (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tty/vt/
H A Dvt_ioctl.c671 if (!v.v_vlin) in vt_resizex()
672 v.v_vlin = vc->vc_scan_lines; in vt_resizex()
675 int rows = v.v_vlin / v.v_clin; in vt_resizex()
707 if (v.v_vlin) in vt_resizex()
708 vcp->vc_scan_lines = v.v_vlin; in vt_resizex()
/linux/include/uapi/linux/
H A Dvt.h58 __u16 v_vlin; /* number of pixel rows on screen */ member