Searched refs:fb_alloc_cmap (Results 1 – 25 of 131) sorted by relevance
123456
/drivers/video/ |
D | fbcmap.c | 131 int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp) in fb_alloc_cmap() function 362 EXPORT_SYMBOL(fb_alloc_cmap);
|
D | maxinefb.c | 160 fb_alloc_cmap(&fb_info.cmap, 256, 0); in maxinefb_init()
|
D | q40fb.c | 108 if (fb_alloc_cmap(&info->cmap, 256, 0) < 0) { in q40fb_probe()
|
D | g364fb.c | 247 fb_alloc_cmap(&fb_info.cmap, 255, 0); in g364fb_init()
|
D | fm2fb.c | 247 if (fb_alloc_cmap(&info->cmap, 256, 0) < 0) { in fm2fb_probe()
|
D | sunxvr1000.c | 106 if (fb_alloc_cmap(&info->cmap, 256, 0)) { in gfb_set_fbinfo()
|
D | clps711xfb.c | 288 fb_alloc_cmap(&cfb->cmap, CMAP_MAX_SIZE, 0); in clps711x_fb_probe()
|
D | pmag-ba-fb.c | 161 if (fb_alloc_cmap(&info->cmap, 256, 0) < 0) { in pmagbafb_probe()
|
D | sunxvr2500.c | 110 if (fb_alloc_cmap(&info->cmap, 256, 0)) { in s3d_set_fbinfo()
|
D | dnfb.c | 244 err = fb_alloc_cmap(&info->cmap, 2, 0); in dnfb_probe()
|
D | skeletonfb.c | 798 if (fb_alloc_cmap(&info->cmap, cmap_len, 0)) in xxxfb_probe()
|
D | p9100.c | 294 if (fb_alloc_cmap(&info->cmap, 256, 0)) in p9100_probe()
|
D | chipsfb.c | 345 fb_alloc_cmap(&p->cmap, 256, 0); in init_chips()
|
D | cg3.c | 401 err = fb_alloc_cmap(&info->cmap, 256, 0); in cg3_probe()
|
D | xilinxfb.c | 312 rc = fb_alloc_cmap(&drvdata->info.cmap, PALETTE_ENTRIES_NO, 0); in xilinxfb_assign()
|
D | hpfb.c | 293 ret = fb_alloc_cmap(&fb_info.cmap, 1 << hpfb_defined.bits_per_pixel, 0); in hpfb_init_one()
|
/drivers/gpu/drm/i915/ |
D | intel_fb.c | 127 ret = fb_alloc_cmap(&info->cmap, 256, 0); in intelfb_create()
|
/drivers/gpu/drm/mgag200/ |
D | mgag200_fb.c | 211 ret = fb_alloc_cmap(&info->cmap, 256, 0); in mgag200fb_create()
|
/drivers/gpu/drm/exynos/ |
D | exynos_drm_fbdev.c | 197 ret = fb_alloc_cmap(&fbi->cmap, 256, 0); in exynos_drm_fbdev_create()
|
/drivers/gpu/drm/omapdrm/ |
D | omap_fbdev.c | 235 ret = fb_alloc_cmap(&fbi->cmap, 256, 0); in omap_fbdev_create()
|
/drivers/gpu/drm/ast/ |
D | ast_fb.c | 241 ret = fb_alloc_cmap(&info->cmap, 256, 0); in astfb_create()
|
/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 276 ret = fb_alloc_cmap(&info->cmap, 256, 0); in radeonfb_create()
|
/drivers/gpu/host1x/drm/ |
D | fb.c | 219 err = fb_alloc_cmap(&info->cmap, 256, 0); in tegra_fbdev_probe()
|
/drivers/gpu/drm/cirrus/ |
D | cirrus_fbdev.c | 241 ret = fb_alloc_cmap(&info->cmap, 256, 0); in cirrusfb_create()
|
/drivers/gpu/drm/ |
D | drm_fb_cma_helper.c | 301 ret = fb_alloc_cmap(&fbi->cmap, 256, 0); in drm_fbdev_cma_create()
|
123456