Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dvt.h56 unsigned short v_vlin; /* number of pixel rows on screen */ member
/linux-6.3-rc2/drivers/tty/vt/
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()

Completed in 6 milliseconds