Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dvt.h57 unsigned short v_clin; /* number of pixel rows per character */ member
/linux-6.1.9/drivers/tty/vt/
Dvt_ioctl.c680 if (v.v_clin) { in vt_resizex()
681 int rows = v.v_vlin / v.v_clin; in vt_resizex()
698 if (v.v_clin > 32) in vt_resizex()
715 if (v.v_clin) in vt_resizex()
716 vcp->vc_cell_height = v.v_clin; in vt_resizex()