Home
last modified time | relevance | path

Searched refs:fb_cmap (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/drivers/video/fbdev/core/
Dfbcmap.c63 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 …]
Dfbmem.c196 struct fb_cmap palette_cmap; in fb_set_logocmap()
1085 struct fb_cmap cmap_from; in do_fb_ioctl()
Dfbcon.c2719 static struct fb_cmap palette_cmap = {
/Linux-v5.4/include/linux/
Dfb.h254 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
456 struct fb_cmap cmap; /* Current cmap */
757 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);
758 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags);
759 extern void fb_dealloc_cmap(struct fb_cmap *cmap);
760 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);
761 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
762 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
764 extern const struct fb_cmap *fb_default_cmap(int len);
/Linux-v5.4/include/uapi/linux/
Dfb.h281 struct fb_cmap { struct
368 struct fb_cmap cmap; /* color map info */
/Linux-v5.4/include/drm/
Ddrm_fb_helper.h263 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
355 static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap, in drm_fb_helper_setcmap()
/Linux-v5.4/drivers/video/fbdev/
Dsbuslib.c119 struct fb_cmap cmap; in sbusfb_ioctl_helper()
163 struct fb_cmap *cmap = &info->cmap; in sbusfb_ioctl_helper()
Dsa1100fb.c480 sa1100fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
Dpm3fb.c660 struct fb_cmap cmap = info->cmap; in pm3fb_cursor()
Dtdfxfb.c1071 struct fb_cmap cmap = info->cmap; in tdfxfb_cursor()
Dpm2fb.c1296 struct fb_cmap cmap = info->cmap; in pm2vfb_cursor()
Duvesafb.c1038 static int uvesafb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in uvesafb_setcmap()
Datafb.c2673 struct fb_cmap cmap; in atafb_blank()
/Linux-v5.4/Documentation/fb/
Dinternals.rst36 - struct fb_cmap
/Linux-v5.4/drivers/gpu/drm/
Ddrm_fb_helper.c921 static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info) in setcmap_pseudo_palette()
953 static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info) in setcmap_legacy()
989 struct fb_cmap *cmap) in setcmap_new_gamma_lut()
1031 static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info) in setcmap_atomic()
1119 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) in drm_fb_helper_setcmap()
/Linux-v5.4/drivers/video/fbdev/omap/
Domapfb_main.c288 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
/Linux-v5.4/drivers/video/fbdev/aty/
Dradeon_base.c1271 static int radeonfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in radeonfb_setcmap()
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c1191 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()