Searched refs:fb_cmap (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/core/ |
D | fbcmap.c | 63 static const struct fb_cmap default_2_colors = { 66 static const struct fb_cmap default_8_colors = { 69 static const struct fb_cmap default_4_colors = { 72 static const struct fb_cmap default_16_colors = { 92 int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags) in fb_alloc_cmap_gfp() 131 int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp) in fb_alloc_cmap() 145 void fb_dealloc_cmap(struct fb_cmap *cmap) in fb_dealloc_cmap() 164 int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to) in fb_copy_cmap() 188 int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to) in fb_cmap_to_user() 227 int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *info) in fb_set_cmap() [all …]
|
D | fbmem.c | 201 struct fb_cmap palette_cmap; in fb_set_logocmap() 1094 struct fb_cmap cmap_from; in do_fb_ioctl()
|
/linux-4.1.27/include/linux/ |
D | fb.h | 263 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info); 460 struct fb_cmap cmap; /* Current cmap */ 755 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp); 756 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags); 757 extern void fb_dealloc_cmap(struct fb_cmap *cmap); 758 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to); 759 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to); 760 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info); 762 extern const struct fb_cmap *fb_default_cmap(int len);
|
/linux-4.1.27/include/uapi/linux/ |
D | fb.h | 280 struct fb_cmap { struct 367 struct fb_cmap cmap; /* color map info */
|
/linux-4.1.27/drivers/video/fbdev/ |
D | pmag-aa-fb.c | 273 static int aafb_get_cmap(struct fb_cmap *cmap, int kspc, int con, in aafb_get_cmap() 277 static struct fb_cmap aafb_cmap = {0, 2, color, color, color, NULL}; in aafb_get_cmap() 283 static int aafb_set_cmap(struct fb_cmap *cmap, int kspc, int con, in aafb_set_cmap()
|
D | sbuslib.c | 118 struct fb_cmap cmap; in sbusfb_ioctl_helper() 162 struct fb_cmap *cmap = &info->cmap; in sbusfb_ioctl_helper()
|
D | sa1100fb.c | 482 sa1100fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
|
D | pm3fb.c | 667 struct fb_cmap cmap = info->cmap; in pm3fb_cursor()
|
D | tdfxfb.c | 1088 struct fb_cmap cmap = info->cmap; in tdfxfb_cursor()
|
D | pm2fb.c | 1301 struct fb_cmap cmap = info->cmap; in pm2vfb_cursor()
|
D | uvesafb.c | 1051 static int uvesafb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in uvesafb_setcmap()
|
D | atafb.c | 2697 struct fb_cmap cmap; in atafb_blank()
|
/linux-4.1.27/include/drm/ |
D | drm_fb_helper.h | 144 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
|
/linux-4.1.27/Documentation/fb/ |
D | internals.txt | 30 - struct fb_cmap
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_fb_helper.c | 764 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) in drm_fb_helper_setcmap()
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
D | omapfb_main.c | 306 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | radeon_base.c | 1153 static int radeonfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in radeonfb_setcmap()
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 1201 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
|
/linux-4.1.27/drivers/video/console/ |
D | fbcon.c | 2646 static struct fb_cmap palette_cmap = {
|