Searched refs:new_rows (Results 1 – 3 of 3) sorted by relevance
/drivers/tty/vt/ |
D | vt.c | 1202 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 …]
|
/drivers/video/fbdev/core/ |
D | fbcon.c | 578 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo() argument 584 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo() argument 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()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 115 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()
|