Home
last modified time | relevance | path

Searched refs:new_rows (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/s390/char/
H A Draw3270.h61 int new_model, int new_cols, int new_rows,
H A Dcon3270.c964 int new_model, int new_rows, int new_cols, in tty3270_resize() argument
978 old_rows == new_rows) { in tty3270_resize()
991 screen = tty3270_alloc_screen(tp, new_rows, new_cols, &new_allocated); in tty3270_resize()
1004 tp->view.rows = new_rows; in tty3270_resize()
1032 tty3270_free_screen(screen, new_rows); in tty3270_resize()
/linux-6.15/drivers/tty/vt/
H A Dvt.c1148 new_rows = (lines ? lines : vc->vc_rows); in vc_do_resize()
1150 new_screen_size = new_row_size * new_rows; in vc_do_resize()
1179 new_uniscr = vc_uniscr_alloc(new_cols, new_rows); in vc_do_resize()
1192 err = resize_screen(vc, new_cols, new_rows, from_user); in vc_do_resize()
1199 vc->vc_rows = new_rows; in vc_do_resize()
1210 if (vc->state.y > new_rows) { in vc_do_resize()
1211 if (old_rows - vc->state.y < new_rows) { in vc_do_resize()
1216 first_copied_row = (old_rows - new_rows); in vc_do_resize()
1222 first_copied_row = (vc->state.y - new_rows/2); in vc_do_resize()
1229 vc_uniscr_copy_area(new_uniscr, new_cols, new_rows, in vc_do_resize()
[all …]
/linux-6.15/drivers/video/fbdev/core/
H A Dfbcon.c564 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo() argument
570 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo() argument
597 if (r != q && new_rows >= rows + logo_lines) { in fbcon_prepare_logo()
1015 int logo = 1, new_rows, new_cols, rows, cols; in fbcon_init() local
1099 new_rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_init()
1101 new_rows /= vc->vc_font.height; in fbcon_init()
1140 vc->vc_rows = new_rows; in fbcon_init()
1142 vc_resize(vc, new_cols, new_rows); in fbcon_init()
1145 fbcon_prepare_logo(vc, info, cols, rows, new_cols, new_rows); in fbcon_init()
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c115 static int seq_tab_trim(struct seq_tab *p, unsigned int new_rows) in seq_tab_trim() argument
117 if (new_rows > p->rows) in seq_tab_trim()
119 p->rows = new_rows; in seq_tab_trim()