Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dvt.h56 unsigned short v_vlin; /* number of pixel rows on screen */ member
/openbmc/linux/drivers/tty/vt/
H A Dvt_ioctl.c677 if (!v.v_vlin) in vt_resizex()
678 v.v_vlin = vc->vc_scan_lines; in vt_resizex()
681 int rows = v.v_vlin / v.v_clin; in vt_resizex()
713 if (v.v_vlin) in vt_resizex()
714 vcp->vc_scan_lines = v.v_vlin; in vt_resizex()