Home
last modified time | relevance | path

Searched refs:real_y (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcon.h234 static inline int real_y(struct fbcon_display *p, int ypos) in real_y() function
H A Dfbcon.c1295 ops->clear(vc, info, real_y(p, sy), sx, b, width); in fbcon_clear()
1296 ops->clear(vc, info, real_y(p, sy + b), sx, height - b, in fbcon_clear()
1299 ops->clear(vc, info, real_y(p, sy), sx, height, width); in fbcon_clear()
1310 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos, in fbcon_putcs()
1957 ops->bmove(vc, info, real_y(p, sy), sx, real_y(p, dy), dx, in fbcon_bmove_rec()
H A Dbitblit.c243 int y = real_y(ops->p, vc->state.y); in bit_cursor()
H A Dfbcon_ud.c258 int y = real_y(ops->p, vc->state.y); in ud_cursor()
H A Dfbcon_ccw.c228 int y = real_y(ops->p, vc->state.y); in ccw_cursor()
H A Dfbcon_cw.c211 int y = real_y(ops->p, vc->state.y); in cw_cursor()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcon.h232 static inline int real_y(struct fbcon_display *p, int ypos) in real_y() function
H A Dfbcon.c1267 ops->clear(vc, info, real_y(p, sy), sx, b, width); in fbcon_clear()
1268 ops->clear(vc, info, real_y(p, sy + b), sx, height - b, in fbcon_clear()
1271 ops->clear(vc, info, real_y(p, sy), sx, height, width); in fbcon_clear()
1282 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos, in fbcon_putcs()
1708 ops->bmove(vc, info, real_y(p, sy), sx, real_y(p, dy), dx, in fbcon_bmove_rec()
H A Dbitblit.c243 int y = real_y(ops->p, vc->state.y); in bit_cursor()
H A Dfbcon_ud.c258 int y = real_y(ops->p, vc->state.y); in ud_cursor()
H A Dfbcon_ccw.c228 int y = real_y(ops->p, vc->state.y); in ccw_cursor()
H A Dfbcon_cw.c211 int y = real_y(ops->p, vc->state.y); in cw_cursor()

Completed in 19 milliseconds