Lines Matching defs:fbi
66 static void draw_pixel(struct fb_info *fbi, int x, int y, unsigned color) in draw_pixel()
101 static void fill_fb(struct fb_info *fbi) in fill_fb()
501 static int setup_vrfb_rotation(struct fb_info *fbi) in setup_vrfb_rotation()
601 void set_fb_fix(struct fb_info *fbi) in set_fb_fix()
665 int check_fb_var(struct fb_info *fbi, struct fb_var_screeninfo *var) in check_fb_var()
757 static int omapfb_open(struct fb_info *fbi, int user) in omapfb_open()
762 static int omapfb_release(struct fb_info *fbi, int user) in omapfb_release()
838 int omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl, in omapfb_setup_overlay()
932 int omapfb_apply_changes(struct fb_info *fbi, int init) in omapfb_apply_changes()
1004 static int omapfb_check_var(struct fb_var_screeninfo *var, struct fb_info *fbi) in omapfb_check_var()
1021 static int omapfb_set_par(struct fb_info *fbi) in omapfb_set_par()
1045 struct fb_info *fbi) in omapfb_pan_display()
1095 static int omapfb_mmap(struct fb_info *fbi, struct vm_area_struct *vma) in omapfb_mmap()
1153 static int _setcolreg(struct fb_info *fbi, u_int regno, u_int red, u_int green, in _setcolreg()
1239 static int omapfb_blank(int blank, struct fb_info *fbi) in omapfb_blank()
1325 static void omapfb_free_fbmem(struct fb_info *fbi) in omapfb_free_fbmem()
1357 static void clear_fb_info(struct fb_info *fbi) in clear_fb_info()
1371 struct fb_info *fbi = fbdev->fbs[i]; in omapfb_free_all_fbmem() local
1379 static int omapfb_alloc_fbmem(struct fb_info *fbi, unsigned long size, in omapfb_alloc_fbmem()
1443 static int omapfb_alloc_fbmem_display(struct fb_info *fbi, unsigned long size, in omapfb_alloc_fbmem_display()
1661 int omapfb_realloc_fbmem(struct fb_info *fbi, unsigned long size, int type) in omapfb_realloc_fbmem()
1810 static int omapfb_fb_init(struct omapfb2_device *fbdev, struct fb_info *fbi) in omapfb_fb_init()
1916 static void fbinfo_cleanup(struct omapfb2_device *fbdev, struct fb_info *fbi) in fbinfo_cleanup()
1974 struct fb_info *fbi; in omapfb_create_framebuffers() local
2027 struct fb_info *fbi = fbdev->fbs[i]; in omapfb_create_framebuffers() local
2054 struct fb_info *fbi = fbdev->fbs[i]; in omapfb_create_framebuffers() local
2094 struct fb_info *fbi; in omapfb_mode_to_timings() local