Home
last modified time | relevance | path

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

/linux-3.3/arch/arm/plat-omap/include/plat/
Dvrfb.h26 struct vrfb { struct
39 extern int omap_vrfb_request_ctx(struct vrfb *vrfb); argument
52 static inline int omap_vrfb_request_ctx(struct vrfb *vrfb) { return 0; } in omap_vrfb_request_ctx()
53 static inline void omap_vrfb_release_ctx(struct vrfb *vrfb) {} in omap_vrfb_release_ctx()
60 static inline void omap_vrfb_setup(struct vrfb *vrfb, unsigned long paddr, in omap_vrfb_setup()
62 static inline int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot) in omap_vrfb_map_angle()
/linux-3.3/drivers/video/omap2/
Dvrfb.c158 void omap_vrfb_setup(struct vrfb *vrfb, unsigned long paddr, in omap_vrfb_setup()
218 int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot) in omap_vrfb_map_angle()
236 void omap_vrfb_release_ctx(struct vrfb *vrfb) in omap_vrfb_release_ctx()
265 int omap_vrfb_request_ctx(struct vrfb *vrfb) in omap_vrfb_request_ctx()
/linux-3.3/drivers/video/omap2/omapfb/
Domapfb.h54 struct vrfb vrfb; member
Domapfb-main.c164 const struct vrfb *vrfb = &ofbi->region->vrfb; in omapfb_get_vrfb_offset() local
505 struct vrfb *vrfb = &rg->vrfb; in setup_vrfb_rotation() local