/openbmc/linux/drivers/video/fbdev/core/ |
H A 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() 133 int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp) in fb_alloc_cmap() 147 void fb_dealloc_cmap(struct fb_cmap *cmap) in fb_dealloc_cmap() 166 int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to) in fb_copy_cmap() 191 int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to) in fb_cmap_to_user() 231 int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *info) in fb_set_cmap() [all …]
|
H A D | fb_chrdev.c | 68 struct fb_cmap cmap_from; in do_fb_ioctl() 203 struct fb_cmap cmap_from; in fb_getput_cmap()
|
H A D | fbmem.c | 197 struct fb_cmap palette_cmap; in fb_set_logocmap()
|
H A D | fbcon.c | 2558 static struct fb_cmap palette_cmap = {
|
/openbmc/u-boot/include/linux/ |
H A D | fb.h | 143 struct fb_cmap { struct 230 struct fb_cmap cmap; /* color map info */ 502 struct fb_cmap cmap; /* Current cmap */ 589 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp); 590 extern void fb_dealloc_cmap(struct fb_cmap *cmap); 591 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to); 592 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to); 593 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info); 595 extern const struct fb_cmap *fb_default_cmap(int len);
|
/openbmc/linux/include/linux/ |
H A D | fb.h | 264 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info); 460 struct fb_cmap cmap; /* Current cmap */ 802 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp); 803 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags); 804 extern void fb_dealloc_cmap(struct fb_cmap *cmap); 805 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to); 806 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to); 807 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info); 809 extern const struct fb_cmap *fb_default_cmap(int len);
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | sbuslib.c | 119 struct fb_cmap cmap; in sbusfb_ioctl_helper() 163 struct fb_cmap *cmap = &info->cmap; in sbusfb_ioctl_helper() 213 struct fb_cmap cmap; in sbusfb_compat_ioctl() 256 struct fb_cmap *cmap = &info->cmap; in sbusfb_compat_ioctl()
|
H A D | sa1100fb.c | 479 sa1100fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
|
H A D | pm3fb.c | 661 struct fb_cmap cmap = info->cmap; in pm3fb_cursor()
|
H A D | tdfxfb.c | 1070 struct fb_cmap cmap = info->cmap; in tdfxfb_cursor()
|
H A D | pm2fb.c | 1303 struct fb_cmap cmap = info->cmap; in pm2vfb_cursor()
|
H A D | uvesafb.c | 1040 static int uvesafb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in uvesafb_setcmap()
|
H A D | atafb.c | 2605 struct fb_cmap cmap; in atafb_blank()
|
/openbmc/linux/include/drm/ |
H A D | drm_fb_helper.h | 265 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info); 354 static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap, in drm_fb_helper_setcmap()
|
/openbmc/linux/include/uapi/linux/ |
H A D | fb.h | 282 struct fb_cmap { struct 369 struct fb_cmap cmap; /* color map info */
|
/openbmc/linux/Documentation/fb/ |
H A D | internals.rst | 36 - struct fb_cmap
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_fb_helper.c | 815 static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info) in setcmap_pseudo_palette() 847 static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info) in setcmap_legacy() 888 struct fb_cmap *cmap) in setcmap_new_gamma_lut() 930 static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info) in setcmap_atomic() 1023 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) in drm_fb_helper_setcmap()
|
/openbmc/qemu/linux-user/ |
H A D | syscall_types.h | 262 STRUCT(fb_cmap,
|
/openbmc/linux/drivers/video/fbdev/omap/ |
H A D | omapfb_main.c | 284 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 1187 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 1262 static int radeonfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in radeonfb_setcmap()
|