Home
last modified time | relevance | path

Searched refs:v_cols (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvt.h48 unsigned short v_cols; /* number of columns */ member
55 unsigned short v_cols; /* number of columns */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvt.h48 unsigned short v_cols; /* number of columns */ member
55 unsigned short v_cols; /* number of columns */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvt.h48 unsigned short v_cols; /* number of columns */ member
55 unsigned short v_cols; /* number of columns */ member
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dvt_ioctl.c691 if (v.v_cols != cols) { in vt_resizex()
692 if (v.v_cols) in vt_resizex()
694 v.v_cols = cols; in vt_resizex()
718 ret = vc_resize(vcp, v.v_cols, v.v_rows); in vt_resizex()
916 get_user(cc, &vtsizes->v_cols)) in vt_ioctl()