Searched refs:con_resize (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dconsole.h64 * @con_resize: resize the @vc console to @width x @height. @from_user is true
112 int (*con_resize)(struct vc_data *vc, unsigned int width, member in struct:consw
/linux-master/drivers/video/console/
H A Dvgacon.c1206 .con_resize = vgacon_resize,
/linux-master/drivers/tty/vt/
H A Dvt.c1111 if (vc->vc_sw->con_resize)
1112 err = vc->vc_sw->con_resize(vc, width, height, from_user);
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c3135 .con_resize = fbcon_resize,

Completed in 188 milliseconds