Searched refs:real_y (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/video/fbdev/core/ |
| H A D | fbcon.h | 196 static inline int real_y(struct fbcon_display *p, int ypos) in real_y() function
|
| H A D | fbcon.c | 1288 ops->clear(vc, info, real_y(p, sy), sx, b, width, fg, bg); in __fbcon_clear() 1289 ops->clear(vc, info, real_y(p, sy + b), sx, height - b, in __fbcon_clear() 1292 ops->clear(vc, info, real_y(p, sy), sx, height, width, fg, bg); in __fbcon_clear() 1309 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos, in fbcon_putcs() 1727 ops->bmove(vc, info, real_y(p, sy), sx, real_y(p, dy), dx, in fbcon_bmove_rec()
|
| H A D | bitblit.c | 242 int y = real_y(ops->p, vc->state.y); in bit_cursor()
|
| H A D | fbcon_ccw.c | 227 int y = real_y(ops->p, vc->state.y); in ccw_cursor()
|
| H A D | fbcon_cw.c | 210 int y = real_y(ops->p, vc->state.y); in cw_cursor()
|
| H A D | fbcon_ud.c | 257 int y = real_y(ops->p, vc->state.y); in ud_cursor()
|