Home
last modified time | relevance | path

Searched defs:vrfb (Results 1 – 1 of 1) sorted by relevance

/include/video/
Domapvrfb.h14 struct vrfb { struct
28 extern int omap_vrfb_request_ctx(struct vrfb *vrfb); argument
42 static inline int omap_vrfb_request_ctx(struct vrfb *vrfb) { return 0; } in omap_vrfb_request_ctx()
43 static inline void omap_vrfb_release_ctx(struct vrfb *vrfb) {} in omap_vrfb_release_ctx()
50 static inline void omap_vrfb_setup(struct vrfb *vrfb, unsigned long paddr, in omap_vrfb_setup()
52 static inline int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot) in omap_vrfb_map_angle()