Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dvt.h57 unsigned short v_clin; /* number of pixel rows per character */ member
/openbmc/linux/drivers/tty/vt/
H A 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()