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

/linux-master/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);
/linux-master/drivers/tty/vt/
H A Dvt_ioctl.c717 ret = __vc_resize(vcp, v.v_cols, v.v_rows, true);
926 __vc_resize(vc_cons[i].d, cc, ll, true);
H A Dvt.c1279 * __vc_resize - resize a VT
1291 int __vc_resize(struct vc_data *vc, unsigned int cols, unsigned int rows, function
1296 EXPORT_SYMBOL(__vc_resize); variable

Completed in 198 milliseconds