Searched refs:yscroll (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dfbcon.c579 p->var.xoffset = p->var.yoffset = p->yscroll = 0; /* reset wrap/pan */
802 ypos += p->yscroll;
829 y_break = p->vrows-p->yscroll;
965 p->yscroll += count;
966 if (p->yscroll >= p->vrows) /* Deal with wrap */
967 p->yscroll -= p->vrows;
969 p->var.yoffset = p->yscroll*fontheight(p);
982 p->yscroll -= count;
983 if (p->yscroll < 0) /* Deal with wrap */
984 p->yscroll
[all...]
H A Dfbcon-iplan2p2.c425 offset = ((p->yscroll + conp->vc_rows) * bytes) << fontheightlog(p);
428 offset = (p->yscroll + conp->vc_rows) * bytes * fontheight(p);
H A Dfbcon-iplan2p4.c445 offset = ((p->yscroll + conp->vc_rows) * bytes) << fontheightlog(p);
448 offset = (p->yscroll + conp->vc_rows) * bytes * fontheight(p);
H A Dfbcon-mfb.c165 bottom = conp->vc_rows + p->yscroll;
H A Dfbcon-iplan2p8.c481 offset = ((p->yscroll + conp->vc_rows) * bytes) << fontheightlog(p);
484 offset = (p->yscroll + conp->vc_rows) * bytes * fontheight(p);
H A Dfbcon-sti.c270 bottom = conp->vc_rows + p->yscroll;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/video/
H A Dfbcon.h90 short yscroll; /* Hardware scrolling */ member in struct:display
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/video/
H A Dfbcon.h90 short yscroll; /* Hardware scrolling */ member in struct:display
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/aty/
H A Datyfb_base.c2823 sy = (conp->vc_rows + p->yscroll) * fontheight(p);

Completed in 106 milliseconds