Searched refs:real_y (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/video/fbdev/core/ |
D | fbcon.h | 228 static inline int real_y(struct fbcon_display *p, int ypos) in real_y() function
|
D | fbcon.c | 1338 ops->clear(vc, info, real_y(p, sy), sx, b, width); in fbcon_clear() 1339 ops->clear(vc, info, real_y(p, sy + b), sx, height - b, in fbcon_clear() 1342 ops->clear(vc, info, real_y(p, sy), sx, height, width); in fbcon_clear() 1353 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos, in fbcon_putcs() 2134 ops->bmove(vc, info, real_y(p, sy), sx, real_y(p, dy), dx, in fbcon_bmove_rec()
|
D | fbcon_ccw.c | 228 int y = real_y(ops->p, vc->vc_y); in ccw_cursor()
|
D | fbcon_cw.c | 211 int y = real_y(ops->p, vc->vc_y); in cw_cursor()
|
D | bitblit.c | 243 int y = real_y(ops->p, vc->vc_y); in bit_cursor()
|
D | fbcon_ud.c | 258 int y = real_y(ops->p, vc->vc_y); in ud_cursor()
|