Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
A Dfbcon.h162 static inline int real_y(struct fbcon_display *p, int ypos) in real_y() function
A Dfbcon_ccw.c209 int y = real_y(ops->p, vc->state.y); in ccw_cursor()
A Dfbcon_cw.c192 int y = real_y(ops->p, vc->state.y); in cw_cursor()
A Dfbcon.c1262 ops->clear(vc, info, real_y(p, sy), sx, b, width); in fbcon_clear()
1263 ops->clear(vc, info, real_y(p, sy + b), sx, height - b, in fbcon_clear()
1266 ops->clear(vc, info, real_y(p, sy), sx, height, width); in fbcon_clear()
1277 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos, in fbcon_putcs()
A Dbitblit.c228 int y = real_y(ops->p, vc->state.y); in bit_cursor()
A Dfbcon_ud.c238 int y = real_y(ops->p, vc->state.y); in ud_cursor()

Completed in 14 milliseconds