Home
last modified time | relevance | path

Searched refs:__vc_resize (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dvt_kern.h28 int __vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines,
49 return __vc_resize(vc, cols, lines, false); in vc_resize()
/linux/drivers/tty/vt/
H A Dvt_ioctl.c717 ret = __vc_resize(vcp, v.v_cols, v.v_rows, true); in vt_resizex()
926 __vc_resize(vc_cons[i].d, cc, ll, true); in vt_ioctl()
H A Dvt.c1279 * __vc_resize - resize a VT
1291 int __vc_resize(struct vc_data *vc, unsigned int cols, unsigned int rows, in __vc_resize() function
1296 EXPORT_SYMBOL(__vc_resize);