Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/console/
Dfbcon.h35 int vrows; /* number of virtual rows */ member
228 int rows = p->vrows; in real_y()
Dfbcon.c1244 y_break = p->vrows - p->yscroll; in fbcon_clear()
1393 if (p->yscroll >= p->vrows) /* Deal with wrap */ in ywrap_up()
1394 p->yscroll -= p->vrows; in ywrap_up()
1413 p->yscroll += p->vrows; in ywrap_down()
1431 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up()
1432 ops->bmove(vc, info, p->vrows - vc->vc_rows, in ypan_up()
1434 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up()
1456 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up_redraw()
1457 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up_redraw()
1480 ops->bmove(vc, info, 0, 0, p->vrows - vc->vc_rows, in ypan_down()
[all …]