Home
last modified time | relevance | path

Searched refs:GETVYRES (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dfbcon_ccw.c68 u32 vyres = GETVYRES(ops->p, info); in ccw_bmove()
86 u32 vyres = GETVYRES(ops->p, info); in ccw_clear()
143 u32 vyres = GETVYRES(ops->p, info); in ccw_putcs()
232 u32 vyres = GETVYRES(ops->p, info); in ccw_cursor()
381 u32 vyres = GETVYRES(ops->p, info); in ccw_update_start()
H A Dfbcon_ud.c53 u32 vyres = GETVYRES(ops->p, info); in ud_bmove()
72 u32 vyres = GETVYRES(ops->p, info); in ud_clear()
165 u32 vyres = GETVYRES(ops->p, info); in ud_putcs()
262 u32 vyres = GETVYRES(ops->p, info); in ud_cursor()
404 u32 vyres = GETVYRES(ops->p, info); in ud_update_start()
H A Dfbcon_rotate.h14 #define GETVYRES(s,i) ({ \ macro