• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/omapfb/

Lines Matching refs:fb_info

57 static int omapfb_fb_init(struct omapfb2_device *fbdev, struct fb_info *fbi);
62 static void draw_pixel(struct fb_info *fbi, int x, int y, unsigned color)
97 static void fill_fb(struct fb_info *fbi)
496 static int setup_vrfb_rotation(struct fb_info *fbi)
595 void set_fb_fix(struct fb_info *fbi)
659 int check_fb_var(struct fb_info *fbi, struct fb_var_screeninfo *var)
743 static int omapfb_open(struct fb_info *fbi, int user)
748 static int omapfb_release(struct fb_info *fbi, int user)
830 int omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl,
927 int omapfb_apply_changes(struct fb_info *fbi, int init)
995 static int omapfb_check_var(struct fb_var_screeninfo *var, struct fb_info *fbi)
1012 static int omapfb_set_par(struct fb_info *fbi)
1036 struct fb_info *fbi)
1086 static int omapfb_mmap(struct fb_info *fbi, struct vm_area_struct *vma)
1144 static int _setcolreg(struct fb_info *fbi, u_int regno, u_int red, u_int green,
1197 u_int transp, struct fb_info *info)
1204 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info)
1230 static int omapfb_blank(int blank, struct fb_info *fbi)
1308 static void omapfb_free_fbmem(struct fb_info *fbi)
1340 static void clear_fb_info(struct fb_info *fbi)
1354 struct fb_info *fbi = fbdev->fbs[i];
1362 static int omapfb_alloc_fbmem(struct fb_info *fbi, unsigned long size,
1426 static int omapfb_alloc_fbmem_display(struct fb_info *fbi, unsigned long size,
1644 int omapfb_realloc_fbmem(struct fb_info *fbi, unsigned long size, int type)
1720 /* initialize fb_info, var, fix to something sane based on the display */
1721 static int omapfb_fb_init(struct omapfb2_device *fbdev, struct fb_info *fbi)
1827 static void fbinfo_cleanup(struct omapfb2_device *fbdev, struct fb_info *fbi)
1874 struct fb_info *fbi;
1927 struct fb_info *fbi = fbdev->fbs[i];
1935 dev_err(fbdev->dev, "failed to setup fb_info\n");
1954 struct fb_info *fbi = fbdev->fbs[i];
1992 struct fb_info fbi;
2010 * that we need fb_info and var, so we create dummy ones */