Home
last modified time | relevance | path

Searched full:vc_resize (Results 1 – 9 of 9) sorted by relevance

/linux-6.8/drivers/video/console/
Ddummycon.c108 vc_resize(vc, DUMMY_COLUMNS, DUMMY_ROWS); in dummycon_init()
Dsticon.c254 vc_resize(vc, vc_cols, vc_rows); in sticon_set_font()
290 vc_resize(c, vc_cols, vc_rows); in sticon_init()
Dvgacon.c348 * 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()
Dmdacon.c364 vc_resize(c, mda_num_columns, mda_num_lines); in mdacon_init()
Dnewport_con.c338 vc_resize(vc, cols, rows); in newport_init()
/linux-6.8/include/linux/
Dvt_kern.h28 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines);
/linux-6.8/drivers/video/fbdev/core/
Dfbcon.c978 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/
Dvt_ioctl.c718 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()
Dvt.c1298 * 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()