Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/core/
Dfbcon.h228 static inline int real_y(struct display *p, int ypos) in real_y() function
Dfbcon.c1305 ops->clear(vc, info, real_y(p, sy), sx, b, width); in fbcon_clear()
1306 ops->clear(vc, info, real_y(p, sy + b), sx, height - b, in fbcon_clear()
1309 ops->clear(vc, info, real_y(p, sy), sx, height, width); in fbcon_clear()
1320 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos, in fbcon_putcs()
2101 ops->bmove(vc, info, real_y(p, sy), sx, real_y(p, dy), dx, in fbcon_bmove_rec()
Dfbcon_ccw.c228 int y = real_y(ops->p, vc->vc_y); in ccw_cursor()
Dfbcon_cw.c211 int y = real_y(ops->p, vc->vc_y); in cw_cursor()
Dbitblit.c243 int y = real_y(ops->p, vc->vc_y); in bit_cursor()
Dfbcon_ud.c258 int y = real_y(ops->p, vc->vc_y); in ud_cursor()