Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/vt/
H A Dvt.c1144 static int vc_do_resize(struct tty_struct *tty, struct vc_data *vc, in vc_do_resize() function
1311 return vc_do_resize(vc->port.tty, vc, cols, rows); in vc_resize()
1333 ret = vc_do_resize(tty, vc, ws->ws_col, ws->ws_row); in vt_resize()