real_y            243 drivers/video/fbdev/core/bitblit.c 	int y = real_y(ops->p, vc->vc_y);
real_y           1341 drivers/video/fbdev/core/fbcon.c 		ops->clear(vc, info, real_y(p, sy), sx, b, width);
real_y           1342 drivers/video/fbdev/core/fbcon.c 		ops->clear(vc, info, real_y(p, sy + b), sx, height - b,
real_y           1345 drivers/video/fbdev/core/fbcon.c 		ops->clear(vc, info, real_y(p, sy), sx, height, width);
real_y           1356 drivers/video/fbdev/core/fbcon.c 		ops->putcs(vc, info, s, count, real_y(p, ypos), xpos,
real_y           2137 drivers/video/fbdev/core/fbcon.c 	ops->bmove(vc, info, real_y(p, sy), sx, real_y(p, dy), dx,
real_y            228 drivers/video/fbdev/core/fbcon_ccw.c 	int y = real_y(ops->p, vc->vc_y);
real_y            211 drivers/video/fbdev/core/fbcon_cw.c 	int y = real_y(ops->p, vc->vc_y);
real_y            258 drivers/video/fbdev/core/fbcon_ud.c 	int y = real_y(ops->p, vc->vc_y);