Searched refs:vc_resize (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/video/console/ |
H A D | dummycon.c | 107 vc_resize(vc, DUMMY_COLUMNS, DUMMY_ROWS); in dummycon_init()
|
H A 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()
|
H A D | mdacon.c | 364 vc_resize(c, mda_num_columns, mda_num_lines); in mdacon_init()
|
H A D | vgacon.c | 357 vc_resize(c, vga_video_num_columns, vga_video_num_lines); in vgacon_init() 1007 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()
|
/openbmc/linux/include/linux/ |
H A D | vt_kern.h | 28 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines);
|
/openbmc/linux/drivers/tty/vt/ |
H A 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()
|
H A D | vt.c | 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()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | 979 vc_resize(vc, cols, rows); in fbcon_startup() 1125 vc_resize(vc, new_cols, new_rows); in fbcon_init() 1393 vc_resize(vc, cols, rows); in fbcon_set_disp() 2430 ret = vc_resize(vc, cols, rows); in fbcon_do_set_font() 2692 vc_resize(vc, cols, rows); in fbcon_modechanged() 2735 vc_resize(vc, cols, rows); in fbcon_set_all_vcs()
|