Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/core/
Dfbcon.h35 int vrows; /* number of virtual rows */ member
223 int rows = p->vrows; in real_y()
Dfbcon.c1288 y_break = p->vrows - p->yscroll; in fbcon_clear()
1427 if (p->yscroll >= p->vrows) /* Deal with wrap */ in ywrap_up()
1428 p->yscroll -= p->vrows; in ywrap_up()
1447 p->yscroll += p->vrows; in ywrap_down()
1465 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up()
1466 ops->bmove(vc, info, p->vrows - vc->vc_rows, in ypan_up()
1468 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up()
1490 if (p->yscroll > p->vrows - vc->vc_rows) { in ypan_up_redraw()
1491 p->yscroll -= p->vrows - vc->vc_rows; in ypan_up_redraw()
1514 ops->bmove(vc, info, 0, 0, p->vrows - vc->vc_rows, in ypan_down()
[all …]