Home
last modified time | relevance | path

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

123456

/drivers/video/
Dfbcmap.c131 int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp) in fb_alloc_cmap() function
362 EXPORT_SYMBOL(fb_alloc_cmap);
Dmaxinefb.c160 fb_alloc_cmap(&fb_info.cmap, 256, 0); in maxinefb_init()
Dq40fb.c108 if (fb_alloc_cmap(&info->cmap, 256, 0) < 0) { in q40fb_probe()
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()
Dclps711xfb.c288 fb_alloc_cmap(&cfb->cmap, CMAP_MAX_SIZE, 0); in clps711x_fb_probe()
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()
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()
Dp9100.c294 if (fb_alloc_cmap(&info->cmap, 256, 0)) in p9100_probe()
Dchipsfb.c345 fb_alloc_cmap(&p->cmap, 256, 0); in init_chips()
Dcg3.c401 err = fb_alloc_cmap(&info->cmap, 256, 0); in cg3_probe()
Dxilinxfb.c312 rc = fb_alloc_cmap(&drvdata->info.cmap, PALETTE_ENTRIES_NO, 0); in xilinxfb_assign()
Dhpfb.c293 ret = fb_alloc_cmap(&fb_info.cmap, 1 << hpfb_defined.bits_per_pixel, 0); in hpfb_init_one()
/drivers/gpu/drm/i915/
Dintel_fb.c127 ret = fb_alloc_cmap(&info->cmap, 256, 0); in intelfb_create()
/drivers/gpu/drm/mgag200/
Dmgag200_fb.c211 ret = fb_alloc_cmap(&info->cmap, 256, 0); in mgag200fb_create()
/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c197 ret = fb_alloc_cmap(&fbi->cmap, 256, 0); in exynos_drm_fbdev_create()
/drivers/gpu/drm/omapdrm/
Domap_fbdev.c235 ret = fb_alloc_cmap(&fbi->cmap, 256, 0); in omap_fbdev_create()
/drivers/gpu/drm/ast/
Dast_fb.c241 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()
/drivers/gpu/host1x/drm/
Dfb.c219 err = fb_alloc_cmap(&info->cmap, 256, 0); in tegra_fbdev_probe()
/drivers/gpu/drm/cirrus/
Dcirrus_fbdev.c241 ret = fb_alloc_cmap(&info->cmap, 256, 0); in cirrusfb_create()
/drivers/gpu/drm/
Ddrm_fb_cma_helper.c301 ret = fb_alloc_cmap(&fbi->cmap, 256, 0); in drm_fbdev_cma_create()

123456