Home
last modified time | relevance | path

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

/linux/drivers/tty/vt/
H A Dvt.c1118 * vc_do_resize - resizing method for the tty
1132 static int vc_do_resize(struct tty_struct *tty, struct vc_data *vc, in vc_do_resize() function
1286 * common vc_do_resize() method to update the structures.
1294 return vc_do_resize(vc->port.tty, vc, cols, rows, from_user); in __vc_resize()
1315 ret = vc_do_resize(tty, vc, ws->ws_col, ws->ws_row, false); in vt_resize()