Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/core/
Dfbcon.h35 int vrows; /* number of virtual rows */ member
230 int rows = p->vrows; in real_y()
Dfbcon.c1302 y_break = p->vrows - p->yscroll; in fbcon_clear()
1452 if (p->yscroll >= p->vrows) /* Deal with wrap */ in ywrap_up()
1453 p->yscroll -= p->vrows; in ywrap_up()
1472 p->yscroll += p->vrows; in ywrap_down()
1490 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up()
1491 ops->bmove(vc, info, p->vrows - vc->vc_rows, in ypan_up()
1493 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up()
1515 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up_redraw()
1516 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up_redraw()
1539 ops->bmove(vc, info, 0, 0, p->vrows - vc->vc_rows, in ypan_down()
[all …]