Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcon_cw.c53 u32 vxres = GETVXRES(ops->p, info); in cw_bmove()
71 u32 vxres = GETVXRES(ops->p, info); in cw_clear()
128 u32 vxres = GETVXRES(ops->p, info); in cw_putcs()
215 u32 vxres = GETVXRES(ops->p, info); in cw_cursor()
363 u32 vxres = GETVXRES(ops->p, info); in cw_update_start()
H A Dfbcon_ud.c54 u32 vxres = GETVXRES(ops->p, info); in ud_bmove()
73 u32 vxres = GETVXRES(ops->p, info); in ud_clear()
166 u32 vxres = GETVXRES(ops->p, info); in ud_putcs()
263 u32 vxres = GETVXRES(ops->p, info); in ud_cursor()
405 u32 vxres = GETVXRES(ops->p, info); in ud_update_start()
H A Dfbcon_rotate.h18 #define GETVXRES(s,i) ({ \ macro