Home
last modified time | relevance | path

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

/Linux-v4.19/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()
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()
189 int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to) in fb_cmap_to_user()
229 int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *info) in fb_set_cmap()
[all …]
Dfbmem.c203 struct fb_cmap palette_cmap; in fb_set_logocmap()
1084 struct fb_cmap cmap_from; in do_fb_ioctl()
Dfbcon.c2697 static struct fb_cmap palette_cmap = {
/Linux-v4.19/include/linux/
Dfb.h282 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
481 struct fb_cmap cmap; /* Current cmap */
778 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);
779 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags);
780 extern void fb_dealloc_cmap(struct fb_cmap *cmap);
781 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);
782 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
783 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
785 extern const struct fb_cmap *fb_default_cmap(int len);
/Linux-v4.19/include/uapi/linux/
Dfb.h281 struct fb_cmap { struct
368 struct fb_cmap cmap; /* color map info */
/Linux-v4.19/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.c1070 struct fb_cmap cmap = info->cmap; in tdfxfb_cursor()
Dpm2fb.c1296 struct fb_cmap cmap = info->cmap; in pm2vfb_cursor()
Duvesafb.c1037 static int uvesafb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in uvesafb_setcmap()
Datafb.c2694 struct fb_cmap cmap; in atafb_blank()
/Linux-v4.19/include/drm/
Ddrm_fb_helper.h325 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
431 static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap, in drm_fb_helper_setcmap()
/Linux-v4.19/Documentation/fb/
Dinternals.txt30 - struct fb_cmap
/Linux-v4.19/drivers/gpu/drm/
Ddrm_fb_helper.c1291 static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info) in setcmap_pseudo_palette()
1323 static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info) in setcmap_legacy()
1358 struct fb_cmap *cmap) in setcmap_new_gamma_lut()
1400 static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info) in setcmap_atomic()
1487 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) in drm_fb_helper_setcmap()
/Linux-v4.19/drivers/video/fbdev/omap/
Domapfb_main.c301 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
/Linux-v4.19/drivers/video/fbdev/aty/
Dradeon_base.c1271 static int radeonfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in radeonfb_setcmap()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c1202 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()