Home
last modified time | relevance | path

Searched refs:vrows (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/console/
Dfbcon.h35 int vrows; /* number of virtual rows */ member
229 int rows = p->vrows; in real_y()
Dfbcon.c1265 y_break = p->vrows - p->yscroll; in fbcon_clear()
1415 if (p->yscroll >= p->vrows) /* Deal with wrap */ in ywrap_up()
1416 p->yscroll -= p->vrows; in ywrap_up()
1435 p->yscroll += p->vrows; in ywrap_down()
1453 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up()
1454 ops->bmove(vc, info, p->vrows - vc->vc_rows, in ypan_up()
1456 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up()
1478 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up_redraw()
1479 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up_redraw()
1502 ops->bmove(vc, info, 0, 0, p->vrows - vc->vc_rows, in ypan_down()
[all …]