Lines Matching refs:omapfb2_device
60 static int omapfb_fb_init(struct omapfb2_device *fbdev, struct fb_info *fbi);
61 static int omapfb_get_recommended_bpp(struct omapfb2_device *fbdev,
1230 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_blank()
1314 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_free_fbmem()
1351 static int omapfb_free_all_fbmem(struct omapfb2_device *fbdev) in omapfb_free_all_fbmem()
1370 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_alloc_fbmem()
1434 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_alloc_fbmem_display()
1536 static int omapfb_allocate_all_fbs(struct omapfb2_device *fbdev) in omapfb_allocate_all_fbs()
1597 struct omapfb2_device *fbdev = ofbi->fbdev; in omapfb_realloc_fbmem()
1675 struct omapfb2_device *fbdev; in omapfb_auto_update_work()
1700 void omapfb_start_auto_update(struct omapfb2_device *fbdev, in omapfb_start_auto_update()
1728 void omapfb_stop_auto_update(struct omapfb2_device *fbdev, in omapfb_stop_auto_update()
1741 static int omapfb_fb_init(struct omapfb2_device *fbdev, struct fb_info *fbi) in omapfb_fb_init()
1821 static void fbinfo_cleanup(struct omapfb2_device *fbdev, struct fb_info *fbi) in fbinfo_cleanup()
1827 static void omapfb_free_resources(struct omapfb2_device *fbdev) in omapfb_free_resources()
1879 static int omapfb_create_framebuffers(struct omapfb2_device *fbdev) in omapfb_create_framebuffers()
2117 static int omapfb_set_def_mode(struct omapfb2_device *fbdev, in omapfb_set_def_mode()
2153 static int omapfb_get_recommended_bpp(struct omapfb2_device *fbdev, in omapfb_get_recommended_bpp()
2168 static int omapfb_parse_def_modes(struct omapfb2_device *fbdev) in omapfb_parse_def_modes()
2321 static int omapfb_init_display(struct omapfb2_device *fbdev, in omapfb_init_display()
2371 static int omapfb_init_connections(struct omapfb2_device *fbdev, in omapfb_init_connections()
2420 omapfb_find_default_display(struct omapfb2_device *fbdev) in omapfb_find_default_display()
2470 struct omapfb2_device *fbdev = NULL; in omapfb_probe()
2487 fbdev = devm_kzalloc(&pdev->dev, sizeof(struct omapfb2_device), in omapfb_probe()
2623 struct omapfb2_device *fbdev = platform_get_drvdata(pdev); in omapfb_remove()