Lines Matching refs:omapfb2_device

49 static int omapfb_fb_init(struct omapfb2_device *fbdev, struct fb_info *fbi);
50 static int omapfb_get_recommended_bpp(struct omapfb2_device *fbdev,
1218 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_blank()
1301 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_free_fbmem()
1338 static int omapfb_free_all_fbmem(struct omapfb2_device *fbdev) in omapfb_free_all_fbmem()
1357 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_alloc_fbmem()
1421 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_alloc_fbmem_display()
1523 static int omapfb_allocate_all_fbs(struct omapfb2_device *fbdev) in omapfb_allocate_all_fbs()
1584 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_realloc_fbmem()
1662 struct omapfb2_device *fbdev; in omapfb_auto_update_work()
1687 void omapfb_start_auto_update(struct omapfb2_device *fbdev, in omapfb_start_auto_update()
1715 void omapfb_stop_auto_update(struct omapfb2_device *fbdev, in omapfb_stop_auto_update()
1728 static int omapfb_fb_init(struct omapfb2_device *fbdev, struct fb_info *fbi) in omapfb_fb_init()
1807 static void fbinfo_cleanup(struct omapfb2_device *fbdev, struct fb_info *fbi) in fbinfo_cleanup()
1813 static void omapfb_free_resources(struct omapfb2_device *fbdev) in omapfb_free_resources()
1864 static int omapfb_create_framebuffers(struct omapfb2_device *fbdev) in omapfb_create_framebuffers()
2098 static int omapfb_set_def_mode(struct omapfb2_device *fbdev, in omapfb_set_def_mode()
2134 static int omapfb_get_recommended_bpp(struct omapfb2_device *fbdev, in omapfb_get_recommended_bpp()
2149 static int omapfb_parse_def_modes(struct omapfb2_device *fbdev) in omapfb_parse_def_modes()
2302 static int omapfb_init_display(struct omapfb2_device *fbdev, in omapfb_init_display()
2352 static int omapfb_init_connections(struct omapfb2_device *fbdev, in omapfb_init_connections()
2401 omapfb_find_default_display(struct omapfb2_device *fbdev) in omapfb_find_default_display()
2451 struct omapfb2_device *fbdev = NULL; in omapfb_probe()
2468 fbdev = devm_kzalloc(&pdev->dev, sizeof(struct omapfb2_device), in omapfb_probe()
2604 struct omapfb2_device *fbdev = platform_get_drvdata(pdev); in omapfb_remove()