Home
last modified time | relevance | path

Searched defs:vt_consize (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
Dvt.h53 struct vt_consize { struct
54 unsigned short v_rows; /* number of rows */
55 unsigned short v_cols; /* number of columns */
56 unsigned short v_vlin; /* number of pixel rows on screen */
57 unsigned short v_clin; /* number of pixel rows per character */
58 unsigned short v_vcol; /* number of pixel columns on screen */
59 unsigned short v_ccol; /* number of pixel columns per character */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dvt.h53 struct vt_consize { struct
54 unsigned short v_rows;
55 unsigned short v_cols;
56 unsigned short v_vlin;
57 unsigned short v_clin;
58 unsigned short v_vcol;
59 unsigned short v_ccol;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dvt.h41 struct vt_consize { struct
42 unsigned short v_rows;
43 unsigned short v_cols;
44 unsigned short v_vlin;
45 unsigned short v_clin;
46 unsigned short v_vcol;
47 unsigned short v_ccol;