new_rows          114 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c static int seq_tab_trim(struct seq_tab *p, unsigned int new_rows)
new_rows          116 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	if (new_rows > p->rows)
new_rows          118 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	p->rows = new_rows;
new_rows         1191 drivers/tty/vt/vt.c 	unsigned int new_cols, new_rows, new_row_size, new_screen_size;
new_rows         1208 drivers/tty/vt/vt.c 	new_rows = (lines ? lines : vc->vc_rows);
new_rows         1210 drivers/tty/vt/vt.c 	new_screen_size = new_row_size * new_rows;
new_rows         1212 drivers/tty/vt/vt.c 	if (new_cols == vc->vc_cols && new_rows == vc->vc_rows)
new_rows         1222 drivers/tty/vt/vt.c 		new_uniscr = vc_uniscr_alloc(new_cols, new_rows);
new_rows         1235 drivers/tty/vt/vt.c 	err = resize_screen(vc, new_cols, new_rows, user);
new_rows         1242 drivers/tty/vt/vt.c 	vc->vc_rows = new_rows;
new_rows         1253 drivers/tty/vt/vt.c 	if (vc->vc_y > new_rows) {
new_rows         1254 drivers/tty/vt/vt.c 		if (old_rows - vc->vc_y < new_rows) {
new_rows         1259 drivers/tty/vt/vt.c 			first_copied_row = (old_rows - new_rows);
new_rows         1265 drivers/tty/vt/vt.c 			first_copied_row = (vc->vc_y - new_rows/2);
new_rows         1270 drivers/tty/vt/vt.c 	end = old_origin + old_row_size * min(old_rows, new_rows);
new_rows         1272 drivers/tty/vt/vt.c 	vc_uniscr_copy_area(new_uniscr, new_cols, new_rows,
new_rows         1274 drivers/tty/vt/vt.c 			    min(old_rows, new_rows));
new_rows          597 drivers/video/fbdev/core/fbcon.c 			       int cols, int rows, int new_cols, int new_rows)
new_rows          603 drivers/video/fbdev/core/fbcon.c 			       int cols, int rows, int new_cols, int new_rows)
new_rows          630 drivers/video/fbdev/core/fbcon.c 	if (r != q && new_rows >= rows + logo_lines) {
new_rows         1082 drivers/video/fbdev/core/fbcon.c 	int logo = 1, new_rows, new_cols, rows, cols, charcnt = 256;
new_rows         1170 drivers/video/fbdev/core/fbcon.c 	new_rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres);
new_rows         1172 drivers/video/fbdev/core/fbcon.c 	new_rows /= vc->vc_font.height;
new_rows         1210 drivers/video/fbdev/core/fbcon.c 		vc->vc_rows = new_rows;
new_rows         1212 drivers/video/fbdev/core/fbcon.c 		vc_resize(vc, new_cols, new_rows);
new_rows         1215 drivers/video/fbdev/core/fbcon.c 		fbcon_prepare_logo(vc, info, cols, rows, new_cols, new_rows);