Lines Matching refs:fb_info

192 static int ctrl_change_mode(struct fb_info *fbi)  in ctrl_change_mode()
233 static int omapfb_open(struct fb_info *info, int user) in omapfb_open()
238 static void omapfb_sync(struct fb_info *info);
242 static int omapfb_release(struct fb_info *info, int user) in omapfb_release()
252 static int _setcolreg(struct fb_info *info, u_int regno, u_int red, u_int green, in _setcolreg()
296 u_int transp, struct fb_info *info) in omapfb_setcolreg()
301 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
325 static int omapfb_update_full_screen(struct fb_info *fbi);
327 static int omapfb_blank(int blank, struct fb_info *fbi) in omapfb_blank()
366 static void omapfb_sync(struct fb_info *fbi) in omapfb_sync()
381 static void set_fb_fix(struct fb_info *fbi, int from_init) in set_fb_fix()
476 static int set_fb_var(struct fb_info *fbi, in set_fb_var()
598 static void omapfb_rotate(struct fb_info *fbi, int rotate) in omapfb_rotate()
623 struct fb_info *fbi) in omapfb_pan_display()
650 static int omapfb_mirror(struct fb_info *fbi, int mirror) in omapfb_mirror()
673 static int omapfb_check_var(struct fb_var_screeninfo *var, struct fb_info *fbi) in omapfb_check_var()
692 static int omapfb_set_par(struct fb_info *fbi) in omapfb_set_par()
706 int omapfb_update_window_async(struct fb_info *fbi, in omapfb_update_window_async()
754 static int omapfb_update_win(struct fb_info *fbi, in omapfb_update_win()
767 static int omapfb_update_full_screen(struct fb_info *fbi) in omapfb_update_full_screen()
795 static int omapfb_setup_plane(struct fb_info *fbi, struct omapfb_plane_info *pi) in omapfb_setup_plane()
835 static int omapfb_query_plane(struct fb_info *fbi, struct omapfb_plane_info *pi) in omapfb_query_plane()
843 static int omapfb_setup_mem(struct fb_info *fbi, struct omapfb_mem_info *mi) in omapfb_setup_mem()
919 static int omapfb_query_mem(struct fb_info *fbi, struct omapfb_mem_info *mi) in omapfb_query_mem()
1022 fbdev->fb_info[i]); in omapfb_notify_clients()
1070 fbdev->ctrl->update_window(fbdev->fb_info[0], &win, NULL, NULL); in omapfb_write_first_pixel()
1080 static int omapfb_ioctl(struct fb_info *fbi, unsigned int cmd, in omapfb_ioctl()
1229 static int omapfb_mmap(struct fb_info *info, struct vm_area_struct *vma) in omapfb_mmap()
1477 static int fbinfo_init(struct omapfb_device *fbdev, struct fb_info *info) in fbinfo_init()
1509 static void fbinfo_cleanup(struct omapfb_device *fbdev, struct fb_info *fbi) in fbinfo_cleanup()
1519 if (fbdev->fb_info[i] == NULL) in planes_cleanup()
1521 fbinfo_cleanup(fbdev, fbdev->fb_info[i]); in planes_cleanup()
1522 framebuffer_release(fbdev->fb_info[i]); in planes_cleanup()
1528 struct fb_info *fbi; in planes_init()
1546 fbdev->fb_info[i] = fbi; in planes_init()
1570 unregister_framebuffer(fbdev->fb_info[i]); in omapfb_free_resources()
1735 r = ctrl_change_mode(fbdev->fb_info[0]); in omapfb_do_probe()
1762 r = register_framebuffer(fbdev->fb_info[i]); in omapfb_do_probe()
1846 omapfb_blank(FB_BLANK_POWERDOWN, fbdev->fb_info[0]); in omapfb_suspend()
1856 omapfb_blank(FB_BLANK_UNBLANK, fbdev->fb_info[0]); in omapfb_resume()