vrows            1338 drivers/video/fbdev/core/fbcon.c 	y_break = p->vrows - p->yscroll;
vrows            1488 drivers/video/fbdev/core/fbcon.c 	if (p->yscroll >= p->vrows)	/* Deal with wrap */
vrows            1489 drivers/video/fbdev/core/fbcon.c 		p->yscroll -= p->vrows;
vrows            1508 drivers/video/fbdev/core/fbcon.c 		p->yscroll += p->vrows;
vrows            1526 drivers/video/fbdev/core/fbcon.c 	if (p->yscroll > p->vrows - vc->vc_rows) {
vrows            1527 drivers/video/fbdev/core/fbcon.c 		ops->bmove(vc, info, p->vrows - vc->vc_rows,
vrows            1529 drivers/video/fbdev/core/fbcon.c 		p->yscroll -= p->vrows - vc->vc_rows;
vrows            1551 drivers/video/fbdev/core/fbcon.c 	if (p->yscroll > p->vrows - vc->vc_rows) {
vrows            1552 drivers/video/fbdev/core/fbcon.c 		p->yscroll -= p->vrows - vc->vc_rows;
vrows            1575 drivers/video/fbdev/core/fbcon.c 		ops->bmove(vc, info, 0, 0, p->vrows - vc->vc_rows,
vrows            1577 drivers/video/fbdev/core/fbcon.c 		p->yscroll += p->vrows - vc->vc_rows;
vrows            1600 drivers/video/fbdev/core/fbcon.c 		p->yscroll += p->vrows - vc->vc_rows;
vrows            1931 drivers/video/fbdev/core/fbcon.c 			     2 * (p->vrows - vc->vc_rows))
vrows            1949 drivers/video/fbdev/core/fbcon.c 			     2 * (p->vrows - vc->vc_rows))
vrows            2021 drivers/video/fbdev/core/fbcon.c 			if ((count - p->yscroll <= p->vrows - vc->vc_rows)
vrows            2043 drivers/video/fbdev/core/fbcon.c 			if ((count - p->yscroll <= p->vrows - vc->vc_rows)
vrows            2096 drivers/video/fbdev/core/fbcon.c 			p->vrows - p->yscroll);
vrows            2167 drivers/video/fbdev/core/fbcon.c 	p->vrows = vyres/fh;
vrows            2169 drivers/video/fbdev/core/fbcon.c 		p->vrows -= (yres - (fh * vc->vc_rows)) / fh;
vrows            2171 drivers/video/fbdev/core/fbcon.c 		p->vrows--;
vrows            2335 drivers/video/fbdev/core/fbcon.c 		scrollback_phys_max = p->vrows - vc->vc_rows;
vrows            2339 drivers/video/fbdev/core/fbcon.c 		scrollback_phys_max = p->vrows - 2 * vc->vc_rows;
vrows            2904 drivers/video/fbdev/core/fbcon.c 	limit = disp->vrows;
vrows              35 drivers/video/fbdev/core/fbcon.h     int vrows;                      /* number of virtual rows */
vrows             230 drivers/video/fbdev/core/fbcon.h 	int rows = p->vrows;