Searched refs:vc_resize (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/video/console/ |
| 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 | dummycon.c | 125 vc_resize(vc, DUMMY_COLUMNS, DUMMY_ROWS); in dummycon_init()
|
| H A D | mdacon.c | 364 vc_resize(c, mda_num_columns, mda_num_lines); in mdacon_init()
|
| 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()
|
| H A D | newport_con.c | 338 vc_resize(vc, cols, rows); in newport_init()
|
| /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/video/fbdev/core/ |
| H A D | fbcon.c | 1030 vc_resize(vc, cols, rows); in fbcon_startup() 1177 vc_resize(vc, new_cols, new_rows); in fbcon_init() 1447 ret = vc_resize(vc, cols, rows); in fbcon_set_disp() 2447 ret = vc_resize(vc, cols, rows); in fbcon_do_set_font() 2688 vc_resize(vc, cols, rows); in fbcon_modechanged() 2731 vc_resize(vc, cols, rows); in fbcon_set_all_vcs()
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 1969 vc_resize(deccolm ? 132 : 80, vc->vc_rows); in csi_DEC_hl()
|