Lines Matching defs:vrfb
14 struct vrfb {
28 extern int omap_vrfb_request_ctx(struct vrfb *vrfb);
29 extern void omap_vrfb_release_ctx(struct vrfb *vrfb);
34 extern void omap_vrfb_setup(struct vrfb *vrfb, unsigned long paddr,
37 extern int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot);
42 static inline int omap_vrfb_request_ctx(struct vrfb *vrfb) { return 0; }
43 static inline void omap_vrfb_release_ctx(struct vrfb *vrfb) {}
50 static inline void omap_vrfb_setup(struct vrfb *vrfb, unsigned long paddr,
52 static inline int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot)