Searched refs:yscroll (Results 1 – 2 of 2) sorted by relevance
1264 y_break = p->vrows - p->yscroll; in fbcon_clear()1404 p->yscroll += count; in ywrap_up()1405 if (p->yscroll >= p->vrows) /* Deal with wrap */ in ywrap_up()1406 p->yscroll -= p->vrows; in ywrap_up()1408 ops->var.yoffset = p->yscroll * vc->vc_font.height; in ywrap_up()1423 p->yscroll -= count; in ywrap_down()1424 if (p->yscroll < 0) /* Deal with wrap */ in ywrap_down()1425 p->yscroll += p->vrows; in ywrap_down()1427 ops->var.yoffset = p->yscroll * vc->vc_font.height; in ywrap_down()1442 p->yscroll += count; in ypan_up()[all …]
34 short yscroll; /* Hardware scrolling */ member236 ypos += p->yscroll; in real_y()