Searched refs:yscroll (Results 1 – 2 of 2) sorted by relevance
1320 y_break = p->vrows - p->yscroll; in __fbcon_clear()1459 p->yscroll += count; in ywrap_up()1460 if (p->yscroll >= p->vrows) /* Deal with wrap */ in ywrap_up()1461 p->yscroll -= p->vrows; in ywrap_up()1463 par->var.yoffset = p->yscroll * vc->vc_font.height; in ywrap_up()1478 p->yscroll -= count; in ywrap_down()1479 if (p->yscroll < 0) /* Deal with wrap */ in ywrap_down()1480 p->yscroll += p->vrows; in ywrap_down()1482 par->var.yoffset = p->yscroll * vc->vc_font.height; in ywrap_down()1497 p->yscroll += count; in ypan_up()[all …]
33 short yscroll; /* Hardware scrolling */ member203 ypos += p->yscroll; in real_y()