Searched refs:vc_resize (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/video/console/ |
| H A D | dummycon.c | 125 vc_resize(vc, DUMMY_COLUMNS, DUMMY_ROWS); in dummycon_init()
|
| H A D | sticon.c | 240 vc_resize(vc, vc_cols, vc_rows); in sticon_set_font() 277 vc_resize(c, vc_cols, vc_rows); in sticon_init()
|
| H A D | mdacon.c | |
| H A D | vgacon.c | 392 vc_resize(c, vga_video_num_columns, vga_video_num_lines); in vgacon_init() 1036 vc_resize(c, 0, rows); /* Adjust console size */ in vgacon_adjust_height()
|
| /linux/include/linux/ |
| H A D | vt_kern.h | 46 static inline int vc_resize(struct vc_data *vc, unsigned int cols, in vc_resize() function
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 2002 vc_resize(deccolm ? 132 : 80, vc->vc_rows); in csi_DEC_hl()
|