Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/core/
H A Dfbcon.c1423 p->yscroll += count; in ywrap_up()
1425 p->yscroll -= p->vrows; in ywrap_up()
1442 p->yscroll -= count; in ywrap_down()
1444 p->yscroll += p->vrows; in ywrap_down()
1461 p->yscroll += count; in ypan_up()
1485 p->yscroll += count; in ypan_up_redraw()
1509 p->yscroll -= count; in ypan_down()
1510 if (p->yscroll < 0) { in ypan_down()
1533 p->yscroll -= count; in ypan_down_redraw()
1535 if (p->yscroll < 0) { in ypan_down_redraw()
[all …]
H A Dfbcon.h34 short yscroll; /* Hardware scrolling */ member
200 ypos += p->yscroll; in real_y()