Searched refs:bfin_lq035_fb (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
H A Dbf537-lq035.c425 static struct fb_info bfin_lq035_fb; variable in typeref:struct:fb_info
674 if (!fi || (fi == &bfin_lq035_fb)) bfin_lcd_check_fb()
726 bfin_lq035_fb.screen_base = (void *)fb_buffer; bfin_lq035_probe()
736 bfin_lq035_fb.screen_base += ACTIVE_VIDEO_MEM_OFFSET; bfin_lq035_probe()
756 bfin_lq035_fb.fbops = &bfin_lq035_fb_ops; bfin_lq035_probe()
757 bfin_lq035_fb.var = bfin_lq035_fb_defined; bfin_lq035_probe()
759 bfin_lq035_fb.fix = bfin_lq035_fb_fix; bfin_lq035_probe()
760 bfin_lq035_fb.flags = FBINFO_DEFAULT; bfin_lq035_probe()
763 bfin_lq035_fb.pseudo_palette = devm_kzalloc(&pdev->dev, bfin_lq035_probe()
766 if (bfin_lq035_fb.pseudo_palette == NULL) { bfin_lq035_probe()
772 if (fb_alloc_cmap(&bfin_lq035_fb.cmap, NBR_PALETTE, 0) < 0) { bfin_lq035_probe()
779 if (register_framebuffer(&bfin_lq035_fb) < 0) { bfin_lq035_probe()
806 unregister_framebuffer(&bfin_lq035_fb); bfin_lq035_probe()
808 fb_dealloc_cmap(&bfin_lq035_fb.cmap); bfin_lq035_probe()
836 fb_dealloc_cmap(&bfin_lq035_fb.cmap); bfin_lq035_remove()
842 unregister_framebuffer(&bfin_lq035_fb); bfin_lq035_remove()

Completed in 48 milliseconds