Home
last modified time | relevance | path

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

/linux-6.3-rc2/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.c200 struct fb_cmap palette_cmap; in fb_set_logocmap()
1103 struct fb_cmap cmap_from; in do_fb_ioctl()
1236 struct fb_cmap cmap_from; in fb_getput_cmap()
A Dfbcon.c2559 static struct fb_cmap palette_cmap = {
/linux-6.3-rc2/include/linux/
A Dfb.h262 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
459 struct fb_cmap cmap; /* Current cmap */
734 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);
735 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags);
736 extern void fb_dealloc_cmap(struct fb_cmap *cmap);
737 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);
738 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
739 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
741 extern const struct fb_cmap *fb_default_cmap(int len);
/linux-6.3-rc2/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.c479 sa1100fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
A Dpm3fb.c661 struct fb_cmap cmap = info->cmap; in pm3fb_cursor()
A Dtdfxfb.c1070 struct fb_cmap cmap = info->cmap; in tdfxfb_cursor()
A Dpm2fb.c1303 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.c2605 struct fb_cmap cmap; in atafb_blank()
/linux-6.3-rc2/include/uapi/linux/
A Dfb.h282 struct fb_cmap { struct
369 struct fb_cmap cmap; /* color map info */
/linux-6.3-rc2/include/drm/
A Ddrm_fb_helper.h294 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
379 static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap, in drm_fb_helper_setcmap()
/linux-6.3-rc2/Documentation/fb/
A Dinternals.rst36 - struct fb_cmap
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_fb_helper.c1131 static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info) in setcmap_pseudo_palette()
1163 static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info) in setcmap_legacy()
1204 struct fb_cmap *cmap) in setcmap_new_gamma_lut()
1246 static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info) in setcmap_atomic()
1339 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) in drm_fb_helper_setcmap()
/linux-6.3-rc2/drivers/video/fbdev/omap/
A Domapfb_main.c284 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
/linux-6.3-rc2/drivers/video/fbdev/aty/
A Dradeon_base.c1262 static int radeonfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in radeonfb_setcmap()
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/
A Domapfb-main.c1187 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()

Completed in 53 milliseconds