Searched refs:real_y (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon.h226 static inline int real_y(struct display *p, int ypos) function
H A Dbitblit.c244 int y = real_y(ops->p, vc->vc_y);
H A Dfbcon_ccw.c229 int y = real_y(ops->p, vc->vc_y);
H A Dfbcon_cw.c213 int y = real_y(ops->p, vc->vc_y);
H A Dfbcon_ud.c259 int y = real_y(ops->p, vc->vc_y);
H A Dfbcon.c1248 ops->clear(vc, info, real_y(p, sy), sx, b, width);
1249 ops->clear(vc, info, real_y(p, sy + b), sx, height - b,
1252 ops->clear(vc, info, real_y(p, sy), sx, height, width);
1263 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos,
2043 ops->bmove(vc, info, real_y(p, sy), sx, real_y(p, dy), dx,

Completed in 135 milliseconds