Home
last modified time | relevance | path

Searched refs:new_rows (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/s390/char/
H A Draw3270.h61 int new_model, int new_cols, int new_rows,
H A Dcon3270.c963 int new_model, int new_rows, int new_cols, in tty3270_resize()
977 old_rows == new_rows) { in tty3270_resize()
990 screen = tty3270_alloc_screen(tp, new_rows, new_cols, &new_allocated); in tty3270_resize()
1003 tp->view.rows = new_rows; in tty3270_resize()
1031 tty3270_free_screen(screen, new_rows); in tty3270_resize()
962 tty3270_resize(struct raw3270_view *view, int new_model, int new_rows, int new_cols, int old_model, int old_rows, int old_cols) tty3270_resize() argument
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dvt.c1202 unsigned int new_cols, new_rows, new_row_size, new_screen_size; in vc_do_resize() local
1219 new_rows = (lines ? lines : vc->vc_rows); in vc_do_resize()
1221 new_screen_size = new_row_size * new_rows; in vc_do_resize()
1223 if (new_cols == vc->vc_cols && new_rows == vc->vc_rows) { in vc_do_resize()
1240 return resize_screen(vc, new_cols, new_rows, user); in vc_do_resize()
1250 new_uniscr = vc_uniscr_alloc(new_cols, new_rows); in vc_do_resize()
1263 err = resize_screen(vc, new_cols, new_rows, user); in vc_do_resize()
1270 vc->vc_rows = new_rows; in vc_do_resize()
1281 if (vc->state.y > new_rows) { in vc_do_resize()
1282 if (old_rows - vc->state.y < new_rows) { in vc_do_resize()
[all...]
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dvt.c1150 unsigned int new_cols, new_rows, new_row_size, new_screen_size; in vc_do_resize() local
1167 new_rows = (lines ? lines : vc->vc_rows); in vc_do_resize()
1169 new_screen_size = new_row_size * new_rows; in vc_do_resize()
1171 if (new_cols == vc->vc_cols && new_rows == vc->vc_rows) { in vc_do_resize()
1188 return resize_screen(vc, new_cols, new_rows, user); in vc_do_resize()
1198 new_uniscr = vc_uniscr_alloc(new_cols, new_rows); in vc_do_resize()
1211 err = resize_screen(vc, new_cols, new_rows, user); in vc_do_resize()
1218 vc->vc_rows = new_rows; in vc_do_resize()
1229 if (vc->state.y > new_rows) { in vc_do_resize()
1230 if (old_rows - vc->state.y < new_rows) { in vc_do_resize()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcon.c578 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo()
584 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo()
611 if (r != q && new_rows >= rows + logo_lines) { in fbcon_prepare_logo()
1037 int logo = 1, new_rows, new_cols, rows, cols, charcnt = 256; in fbcon_init() local
1125 new_rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_init()
1127 new_rows /= vc->vc_font.height; in fbcon_init()
1167 vc->vc_rows = new_rows; in fbcon_init()
1169 vc_resize(vc, new_cols, new_rows); in fbcon_init()
1172 fbcon_prepare_logo(vc, info, cols, rows, new_cols, new_rows); in fbcon_init()
577 fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, int cols, int rows, int new_cols, int new_rows) fbcon_prepare_logo() argument
583 fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, int cols, int rows, int new_cols, int new_rows) fbcon_prepare_logo() argument
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcon.c546 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo()
552 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo()
579 if (r != q && new_rows >= rows + logo_lines) { in fbcon_prepare_logo()
996 int logo = 1, new_rows, new_cols, rows, cols; in fbcon_init() local
1080 new_rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_init()
1082 new_rows /= vc->vc_font.height; in fbcon_init()
1121 vc->vc_rows = new_rows; in fbcon_init()
1123 vc_resize(vc, new_cols, new_rows); in fbcon_init()
1126 fbcon_prepare_logo(vc, info, cols, rows, new_cols, new_rows); in fbcon_init()
545 fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, int cols, int rows, int new_cols, int new_rows) fbcon_prepare_logo() argument
551 fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, int cols, int rows, int new_cols, int new_rows) fbcon_prepare_logo() argument
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 28 milliseconds