Searched refs:vc_resize (Results 1 – 7 of 7) 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 | 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 | 1014 vc_resize(vc, cols, rows); in fbcon_startup() 1160 vc_resize(vc, new_cols, new_rows); in fbcon_init() 1430 ret = vc_resize(vc, cols, rows); in fbcon_set_disp() 2465 ret = vc_resize(vc, cols, rows); in fbcon_do_set_font() 2699 vc_resize(vc, cols, rows); in fbcon_modechanged() 2742 vc_resize(vc, cols, rows); in fbcon_set_all_vcs()
|
/linux/drivers/tty/vt/ |
H A D | vt.c | 1909 vc_resize(deccolm ? 132 : 80, vc->vc_rows); in csi_DEC_hl()
|