Lines Matching refs:omapfb_device

56 static struct omapfb_device	*omapfb_dev;
131 static void omapfb_rqueue_lock(struct omapfb_device *fbdev) in omapfb_rqueue_lock()
136 static void omapfb_rqueue_unlock(struct omapfb_device *fbdev) in omapfb_rqueue_unlock()
161 static int ctrl_init(struct omapfb_device *fbdev) in ctrl_init()
210 static void ctrl_cleanup(struct omapfb_device *fbdev) in ctrl_cleanup()
221 struct omapfb_device *fbdev = plane->fbdev; in ctrl_change_mode()
280 struct omapfb_device *fbdev = plane->fbdev; in _setcolreg()
359 struct omapfb_device *fbdev = plane->fbdev; in omapfb_blank()
398 struct omapfb_device *fbdev = plane->fbdev; in omapfb_sync()
514 struct omapfb_device *fbdev = plane->fbdev; in set_fb_var()
630 struct omapfb_device *fbdev = plane->fbdev; in omapfb_rotate()
655 struct omapfb_device *fbdev = plane->fbdev; in omapfb_pan_display()
682 struct omapfb_device *fbdev = plane->fbdev; in omapfb_mirror()
705 struct omapfb_device *fbdev = plane->fbdev; in omapfb_check_var()
724 struct omapfb_device *fbdev = plane->fbdev; in omapfb_set_par()
742 struct omapfb_device *fbdev = plane->fbdev; in omapfb_update_window_async()
799 struct omapfb_device *fbdev = plane->fbdev; in omapfb_update_full_screen()
827 struct omapfb_device *fbdev = plane->fbdev; in omapfb_setup_plane()
875 struct omapfb_device *fbdev = plane->fbdev; in omapfb_setup_mem()
951 struct omapfb_device *fbdev = plane->fbdev; in omapfb_query_mem()
962 static int omapfb_set_color_key(struct omapfb_device *fbdev, in omapfb_set_color_key()
977 static int omapfb_get_color_key(struct omapfb_device *fbdev, in omapfb_get_color_key()
1041 void omapfb_notify_clients(struct omapfb_device *fbdev, unsigned long event) in omapfb_notify_clients()
1055 static int omapfb_set_update_mode(struct omapfb_device *fbdev, in omapfb_set_update_mode()
1067 static enum omapfb_update_mode omapfb_get_update_mode(struct omapfb_device *fbdev) in omapfb_get_update_mode()
1078 static void omapfb_get_caps(struct omapfb_device *fbdev, int plane, in omapfb_get_caps()
1087 void omapfb_write_first_pixel(struct omapfb_device *fbdev, u16 pixval) in omapfb_write_first_pixel()
1113 struct omapfb_device *fbdev = plane->fbdev; in omapfb_ioctl()
1261 struct omapfb_device *fbdev = plane->fbdev; in omapfb_mmap()
1301 struct omapfb_device *fbdev = dev_get_drvdata(dev); in omapfb_show_caps_num()
1321 struct omapfb_device *fbdev = dev_get_drvdata(dev); in omapfb_show_caps_text()
1368 struct omapfb_device *fbdev = dev_get_drvdata(dev); in omapfb_show_panel_name()
1377 struct omapfb_device *fbdev = dev_get_drvdata(dev); in omapfb_show_bklight_level()
1392 struct omapfb_device *fbdev = dev_get_drvdata(dev); in omapfb_store_bklight_level()
1411 struct omapfb_device *fbdev = dev_get_drvdata(dev); in omapfb_show_bklight_max()
1444 struct omapfb_device *fbdev = dev_get_drvdata(dev); in omapfb_show_ctrl_name()
1462 static int omapfb_register_sysfs(struct omapfb_device *fbdev) in omapfb_register_sysfs()
1490 static void omapfb_unregister_sysfs(struct omapfb_device *fbdev) in omapfb_unregister_sysfs()
1506 static int fbinfo_init(struct omapfb_device *fbdev, struct fb_info *info) in fbinfo_init()
1538 static void fbinfo_cleanup(struct omapfb_device *fbdev, struct fb_info *fbi) in fbinfo_cleanup()
1543 static void planes_cleanup(struct omapfb_device *fbdev) in planes_cleanup()
1555 static int planes_init(struct omapfb_device *fbdev) in planes_init()
1592 static void omapfb_free_resources(struct omapfb_device *fbdev, int state) in omapfb_free_resources()
1623 static int omapfb_find_ctrl(struct omapfb_device *fbdev) in omapfb_find_ctrl()
1657 static void check_required_callbacks(struct omapfb_device *fbdev) in check_required_callbacks()
1686 struct omapfb_device *fbdev = NULL; in omapfb_do_probe()
1707 fbdev = kzalloc(sizeof(struct omapfb_device), GFP_KERNEL); in omapfb_do_probe()
1862 struct omapfb_device *fbdev = platform_get_drvdata(pdev); in omapfb_remove()
1879 struct omapfb_device *fbdev = platform_get_drvdata(pdev); in omapfb_suspend()
1889 struct omapfb_device *fbdev = platform_get_drvdata(pdev); in omapfb_resume()