Symbol: fb_cmap
drivers/gpu/drm/drm_fb_helper.c
658
static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info)
drivers/gpu/drm/drm_fb_helper.c
690
static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info)
drivers/gpu/drm/drm_fb_helper.c
731
struct fb_cmap *cmap)
drivers/gpu/drm/drm_fb_helper.c
773
static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info)
drivers/gpu/drm/drm_fb_helper.c
866
int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info)
drivers/video/fbdev/atafb.c
2605
struct fb_cmap cmap;
drivers/video/fbdev/aty/radeon_base.c
1262
static int radeonfb_setcmap(struct fb_cmap *cmap, struct fb_info *info)
drivers/video/fbdev/core/fb_chrdev.c
203
struct fb_cmap cmap_from;
drivers/video/fbdev/core/fb_chrdev.c
68
struct fb_cmap cmap_from;
drivers/video/fbdev/core/fb_logo.c
19
struct fb_cmap palette_cmap;
drivers/video/fbdev/core/fbcmap.c
134
int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp)
drivers/video/fbdev/core/fbcmap.c
148
void fb_dealloc_cmap(struct fb_cmap *cmap)
drivers/video/fbdev/core/fbcmap.c
167
int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to)
drivers/video/fbdev/core/fbcmap.c
192
int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to)
drivers/video/fbdev/core/fbcmap.c
232
int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *info)
drivers/video/fbdev/core/fbcmap.c
271
struct fb_cmap umap;
drivers/video/fbdev/core/fbcmap.c
276
memset(&umap, 0, sizeof(struct fb_cmap));
drivers/video/fbdev/core/fbcmap.c
308
const struct fb_cmap *fb_default_cmap(int len)
drivers/video/fbdev/core/fbcmap.c
64
static const struct fb_cmap default_2_colors = {
drivers/video/fbdev/core/fbcmap.c
67
static const struct fb_cmap default_8_colors = {
drivers/video/fbdev/core/fbcmap.c
70
static const struct fb_cmap default_4_colors = {
drivers/video/fbdev/core/fbcmap.c
73
static const struct fb_cmap default_16_colors = {
drivers/video/fbdev/core/fbcmap.c
93
int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags)
drivers/video/fbdev/core/fbcon.c
2583
static struct fb_cmap palette_cmap = {
drivers/video/fbdev/omap/omapfb_main.c
286
static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info)
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1189
static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info)
drivers/video/fbdev/pm2fb.c
1303
struct fb_cmap cmap = info->cmap;
drivers/video/fbdev/pm3fb.c
661
struct fb_cmap cmap = info->cmap;
drivers/video/fbdev/sa1100fb.c
479
sa1100fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
drivers/video/fbdev/sbuslib.c
121
struct fb_cmap cmap;
drivers/video/fbdev/sbuslib.c
165
struct fb_cmap *cmap = &info->cmap;
drivers/video/fbdev/sbuslib.c
215
struct fb_cmap cmap;
drivers/video/fbdev/sbuslib.c
258
struct fb_cmap *cmap = &info->cmap;
drivers/video/fbdev/tdfxfb.c
1070
struct fb_cmap cmap = info->cmap;
drivers/video/fbdev/uvesafb.c
1038
static int uvesafb_setcmap(struct fb_cmap *cmap, struct fb_info *info)
include/drm/drm_fb_helper.h
267
int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
include/drm/drm_fb_helper.h
341
static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap,
include/linux/fb.h
270
int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
include/linux/fb.h
462
struct fb_cmap cmap; /* Current cmap */
include/linux/fb.h
837
extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);
include/linux/fb.h
838
extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags);
include/linux/fb.h
839
extern void fb_dealloc_cmap(struct fb_cmap *cmap);
include/linux/fb.h
840
extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);
include/linux/fb.h
841
extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
include/linux/fb.h
842
extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
include/linux/fb.h
844
extern const struct fb_cmap *fb_default_cmap(int len);
include/uapi/linux/fb.h
363
struct fb_cmap cmap; /* color map info */