Searched full:vc_resize (Results 1 – 9 of 9) sorted by relevance
/linux-6.8/drivers/video/console/ |
D | dummycon.c | 108 vc_resize(vc, DUMMY_COLUMNS, DUMMY_ROWS); in dummycon_init()
|
D | sticon.c | 254 vc_resize(vc, vc_cols, vc_rows); in sticon_set_font() 290 vc_resize(c, vc_cols, vc_rows); in sticon_init()
|
D | vgacon.c | 348 * ultimately called by vc_resize. Any subsequent calls to in vgacon_init() 355 /* set dimensions manually if init != 0 since vc_resize() will fail */ in vgacon_init() 360 vc_resize(c, vga_video_num_columns, vga_video_num_lines); in vgacon_init() 1010 vc_resize(c, 0, rows); /* Adjust console size */ in vgacon_adjust_height()
|
D | mdacon.c | 364 vc_resize(c, mda_num_columns, mda_num_lines); in mdacon_init()
|
D | newport_con.c | 338 vc_resize(vc, cols, rows); in newport_init()
|
/linux-6.8/include/linux/ |
D | vt_kern.h | 28 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines);
|
/linux-6.8/drivers/video/fbdev/core/ |
D | fbcon.c | 978 vc_resize(vc, cols, rows); in fbcon_startup() 1124 vc_resize(vc, new_cols, new_rows); in fbcon_init() 1392 vc_resize(vc, cols, rows); in fbcon_set_disp() 2429 ret = vc_resize(vc, cols, rows); in fbcon_do_set_font() 2691 vc_resize(vc, cols, rows); in fbcon_modechanged() 2734 vc_resize(vc, cols, rows); in fbcon_set_all_vcs()
|
/linux-6.8/drivers/tty/vt/ |
D | vt_ioctl.c | 718 ret = vc_resize(vcp, v.v_cols, v.v_rows); in vt_resizex() 928 vc_resize(vc_cons[i].d, cc, ll); in vt_ioctl()
|
D | vt.c | 1298 * vc_resize - resize a VT 1309 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int rows) in vc_resize() function 1313 EXPORT_SYMBOL(vc_resize); 1851 vc_resize(deccolm ? 132 : 80, vc->vc_rows); in set_mode()
|