Lines Matching refs:fb_info
47 #define FB2OFB(fb_info) ((struct omapfb_info *)(fb_info->par)) argument
99 struct fb_info *fbs[10];
122 void set_fb_fix(struct fb_info *fbi);
123 int check_fb_var(struct fb_info *fbi, struct fb_var_screeninfo *var);
124 int omapfb_realloc_fbmem(struct fb_info *fbi, unsigned long size, int type);
125 int omapfb_apply_changes(struct fb_info *fbi, int init);
130 int omapfb_ioctl(struct fb_info *fbi, unsigned int cmd, unsigned long arg);
135 int omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl,
142 int omapfb_get_update_mode(struct fb_info *fbi, enum omapfb_update_mode *mode);
143 int omapfb_set_update_mode(struct fb_info *fbi, enum omapfb_update_mode mode);
146 static inline struct omap_dss_device *fb2display(struct fb_info *fbi) in fb2display()