Searched refs:new_cols (Results 1 - 4 of 4) sorted by relevance

/linux-master/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,
976 old_cols == new_cols &&
984 new_input = kzalloc(tty3270_input_size(new_cols), GFP_KERNEL | GFP_DMA);
987 new_prompt = kzalloc(tty3270_input_size(new_cols), GFP_KERNEL);
990 screen = tty3270_alloc_screen(tp, new_rows, new_cols, &new_allocated);
993 new_rcl_lines = tty3270_alloc_recall(new_cols);
1004 tp->view.cols = new_cols;
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) argument
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c547 int cols, int rows, int new_cols, int new_rows)
553 int cols, int rows, int new_cols, int new_rows)
581 save = kmalloc(array3_size(logo_lines, new_cols, 2),
584 int i = min(cols, new_cols);
585 scr_memsetw(save, erase, array3_size(logo_lines, new_cols, 2));
588 scr_memcpyw(save + cnt * new_cols, r, 2 * i);
622 scr_memcpyw(q, save, array3_size(logo_lines, new_cols, 2));
996 int logo = 1, new_rows, new_cols, rows, cols; local
1079 new_cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres);
1081 new_cols /
546 fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, int cols, int rows, int new_cols, int new_rows) argument
552 fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, int cols, int rows, int new_cols, int new_rows) argument
[all...]
/linux-master/drivers/tty/vt/
H A Dvt.c1138 unsigned int new_cols, new_rows, new_row_size, new_screen_size; local
1147 new_cols = (cols ? cols : vc->vc_cols);
1149 new_row_size = new_cols << 1;
1152 if (new_cols == vc->vc_cols && new_rows == vc->vc_rows) {
1169 return resize_screen(vc, new_cols, new_rows, from_user);
1179 new_uniscr = vc_uniscr_alloc(new_cols, new_rows);
1192 err = resize_screen(vc, new_cols, new_rows, from_user);
1200 vc->vc_cols = new_cols;
1229 vc_uniscr_copy_area(new_uniscr, new_cols, new_rows,

Completed in 189 milliseconds