Lines Matching defs:fbi

217 static int ctrl_change_mode(struct fb_info *fbi)  in ctrl_change_mode()
357 static int omapfb_blank(int blank, struct fb_info *fbi) in omapfb_blank()
396 static void omapfb_sync(struct fb_info *fbi) in omapfb_sync()
411 static void set_fb_fix(struct fb_info *fbi, int from_init) in set_fb_fix()
506 static int set_fb_var(struct fb_info *fbi, in set_fb_var()
628 static void omapfb_rotate(struct fb_info *fbi, int rotate) in omapfb_rotate()
653 struct fb_info *fbi) in omapfb_pan_display()
680 static int omapfb_mirror(struct fb_info *fbi, int mirror) in omapfb_mirror()
703 static int omapfb_check_var(struct fb_var_screeninfo *var, struct fb_info *fbi) in omapfb_check_var()
722 static int omapfb_set_par(struct fb_info *fbi) in omapfb_set_par()
736 int omapfb_update_window_async(struct fb_info *fbi, in omapfb_update_window_async()
784 static int omapfb_update_win(struct fb_info *fbi, in omapfb_update_win()
797 static int omapfb_update_full_screen(struct fb_info *fbi) in omapfb_update_full_screen()
825 static int omapfb_setup_plane(struct fb_info *fbi, struct omapfb_plane_info *pi) in omapfb_setup_plane()
865 static int omapfb_query_plane(struct fb_info *fbi, struct omapfb_plane_info *pi) in omapfb_query_plane()
873 static int omapfb_setup_mem(struct fb_info *fbi, struct omapfb_mem_info *mi) in omapfb_setup_mem()
949 static int omapfb_query_mem(struct fb_info *fbi, struct omapfb_mem_info *mi) in omapfb_query_mem()
1110 static int omapfb_ioctl(struct fb_info *fbi, unsigned int cmd, in omapfb_ioctl()
1539 static void fbinfo_cleanup(struct omapfb_device *fbdev, struct fb_info *fbi) in fbinfo_cleanup()
1558 struct fb_info *fbi; in planes_init() local