Home
last modified time | relevance | path

Searched refs:fb_alloc_cmap (Results 1 – 25 of 136) sorted by relevance

123456

/drivers/video/fbdev/core/
Dfbcmap.c131 int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp) in fb_alloc_cmap() function
359 EXPORT_SYMBOL(fb_alloc_cmap);
/drivers/video/fbdev/
Dq40fb.c108 if (fb_alloc_cmap(&info->cmap, 256, 0) < 0) { in q40fb_probe()
Dmaxinefb.c160 fb_alloc_cmap(&fb_info.cmap, 256, 0); in maxinefb_init()
Dg364fb.c247 fb_alloc_cmap(&fb_info.cmap, 255, 0); in g364fb_init()
Dfm2fb.c247 if (fb_alloc_cmap(&info->cmap, 256, 0) < 0) { in fm2fb_probe()
Dsunxvr1000.c106 if (fb_alloc_cmap(&info->cmap, 256, 0)) { in gfb_set_fbinfo()
Dpmag-ba-fb.c161 if (fb_alloc_cmap(&info->cmap, 256, 0) < 0) { in pmagbafb_probe()
Dsunxvr2500.c110 if (fb_alloc_cmap(&info->cmap, 256, 0)) { in s3d_set_fbinfo()
Dclps711xfb.c288 fb_alloc_cmap(&cfb->cmap, CMAP_MAX_SIZE, 0); in clps711x_fb_probe()
Ddnfb.c244 err = fb_alloc_cmap(&info->cmap, 2, 0); in dnfb_probe()
Dskeletonfb.c798 if (fb_alloc_cmap(&info->cmap, cmap_len, 0)) in xxxfb_probe()
Defifb.c278 if ((err = fb_alloc_cmap(&info->cmap, 256, 0)) < 0) { in efifb_probe()
Dp9100.c294 if (fb_alloc_cmap(&info->cmap, 256, 0)) in p9100_probe()
Dclps711x-fb.c334 ret = fb_alloc_cmap(&info->cmap, BIT(CLPS711X_FB_BPP_MAX), 0); in clps711x_fb_probe()
Digafb.c358 fb_alloc_cmap(&info->cmap, video_cmap_len, 0); in iga_init()
/drivers/gpu/drm/armada/
Darmada_fbdev.c89 ret = fb_alloc_cmap(&info->cmap, 256, 0); in armada_fb_create()
/drivers/gpu/drm/bochs/
Dbochs_fbdev.c132 ret = fb_alloc_cmap(&info->cmap, 256, 0); in bochsfb_create()
/drivers/gpu/drm/msm/
Dmsm_fbdev.c168 ret = fb_alloc_cmap(&fbi->cmap, 256, 0); in msm_fbdev_create()
/drivers/media/platform/vivid/
Dvivid-osd.c339 if (fb_alloc_cmap(&dev->fb_info.cmap, 256, 1)) { in vivid_fb_init_vidmode()
/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c197 ret = fb_alloc_cmap(&fbi->cmap, 256, 0); in exynos_drm_fbdev_create()
/drivers/gpu/drm/mgag200/
Dmgag200_fb.c213 ret = fb_alloc_cmap(&info->cmap, 256, 0); in mgag200fb_create()
/drivers/gpu/drm/omapdrm/
Domap_fbdev.c235 ret = fb_alloc_cmap(&fbi->cmap, 256, 0); in omap_fbdev_create()
/drivers/gpu/drm/cirrus/
Dcirrus_fbdev.c246 ret = fb_alloc_cmap(&info->cmap, 256, 0); in cirrusfb_create()
/drivers/gpu/drm/ast/
Dast_fb.c243 ret = fb_alloc_cmap(&info->cmap, 256, 0); in astfb_create()
/drivers/gpu/drm/radeon/
Dradeon_fb.c276 ret = fb_alloc_cmap(&info->cmap, 256, 0); in radeonfb_create()

123456