Searched refs:vc_resize (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/video/console/ |
D | dummycon.c | 112 vc_resize(vc, DUMMY_COLUMNS, DUMMY_ROWS); in dummycon_init()
|
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()
|
D | mdacon.c | 364 vc_resize(c, mda_num_columns, mda_num_lines); in mdacon_init()
|
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()
|
D | newport_con.c | 338 vc_resize(vc, cols, rows); in newport_init()
|
/linux-6.12.1/include/linux/ |
D | vt_kern.h | 46 static inline int vc_resize(struct vc_data *vc, unsigned int cols, in vc_resize() function
|
/linux-6.12.1/drivers/video/fbdev/core/ |
D | fbcon.c | 997 vc_resize(vc, cols, rows); in fbcon_startup() 1143 vc_resize(vc, new_cols, new_rows); in fbcon_init() 1409 vc_resize(vc, cols, rows); in fbcon_set_disp() 2445 ret = vc_resize(vc, cols, rows); in fbcon_do_set_font() 2679 vc_resize(vc, cols, rows); in fbcon_modechanged() 2722 vc_resize(vc, cols, rows); in fbcon_set_all_vcs()
|
/linux-6.12.1/drivers/tty/vt/ |
D | vt.c | 1892 vc_resize(deccolm ? 132 : 80, vc->vc_rows); in csi_DEC_hl()
|