Searched refs:vc_resize_con (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | dummycon.c | 43 vc_resize_con(DUMMY_ROWS, DUMMY_COLUMNS, conp->vc_num); in dummycon_init()
|
D | mdacon.c | 367 vc_resize_con(mda_num_lines, mda_num_columns, c->vc_num); in mdacon_init()
|
D | promcon.c | 187 vc_resize_con(ph + 1, pw + 1, conp->vc_num); in promcon_init()
|
D | fbcon.c | 740 vc_resize_con(nr_rows, nr_cols, con); in fbcon_setup() 1772 vc_resize_con( p->var.yres/h, p->var.xres/w, unit ); in fbcon_do_set_font()
|
/linux-2.4.37.9/include/linux/ |
D | vt_kern.h | 46 #define vc_resize_con(l, c, x) vc_resize(l, c, x, x) macro
|
/linux-2.4.37.9/drivers/video/sti/ |
D | sticon.c | 229 vc_resize_con(vc_rows, vc_cols, c->vc_num); in sticon_init()
|
/linux-2.4.37.9/drivers/video/sis/ |
D | sis_main.c | 1553 vc_resize_con(rows, cols, fb_display[con].conp->vc_num); 1678 vc_resize_con(rows, cols, fb_display[con].conp->vc_num); 5088 vc_resize_con(1, 1, 0);
|