Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
A 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 = {
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()
231 int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *info) in fb_set_cmap()
270 struct fb_cmap umap; in fb_set_user_cmap()
275 memset(&umap, 0, sizeof(struct fb_cmap)); in fb_set_user_cmap()
[all …]
A Dfbmem.c197 struct fb_cmap palette_cmap; in fb_set_logocmap()
1094 struct fb_cmap cmap_from; in do_fb_ioctl()
1223 struct fb_cmap cmap_from; in fb_getput_cmap()
A Dfbcon.c2037 static struct fb_cmap palette_cmap = {
/linux/include/linux/
A Dfb.h255 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
455 struct fb_cmap cmap; /* Current cmap */
758 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);
759 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags);
760 extern void fb_dealloc_cmap(struct fb_cmap *cmap);
761 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);
762 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
763 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
765 extern const struct fb_cmap *fb_default_cmap(int len);
/linux/drivers/video/fbdev/
A Dsbuslib.c119 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()
A Dsa1100fb.c480 sa1100fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
A Dpm3fb.c660 struct fb_cmap cmap = info->cmap; in pm3fb_cursor()
A Dtdfxfb.c1069 struct fb_cmap cmap = info->cmap; in tdfxfb_cursor()
A Dpm2fb.c1297 struct fb_cmap cmap = info->cmap; in pm2vfb_cursor()
A Duvesafb.c1040 static int uvesafb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in uvesafb_setcmap()
A Datafb.c2664 struct fb_cmap cmap; in atafb_blank()
/linux/include/uapi/linux/
A Dfb.h282 struct fb_cmap { struct
369 struct fb_cmap cmap; /* color map info */
/linux/include/drm/
A Ddrm_fb_helper.h258 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
341 static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap, in drm_fb_helper_setcmap()
/linux/Documentation/fb/
A Dinternals.rst36 - struct fb_cmap
/linux/drivers/gpu/drm/
A Ddrm_fb_helper.c906 static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info) in setcmap_pseudo_palette()
938 static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info) in setcmap_legacy()
979 struct fb_cmap *cmap) in setcmap_new_gamma_lut()
1021 static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info) in setcmap_atomic()
1114 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) in drm_fb_helper_setcmap()
/linux/drivers/video/fbdev/omap/
A Domapfb_main.c284 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
/linux/drivers/video/fbdev/omap2/omapfb/
A Domapfb-main.c1187 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
/linux/drivers/video/fbdev/aty/
A Dradeon_base.c1261 static int radeonfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in radeonfb_setcmap()

Completed in 55 milliseconds