Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/core/
H 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 …]
H A Dfb_chrdev.c68 struct fb_cmap cmap_from; in do_fb_ioctl()
203 struct fb_cmap cmap_from; in fb_getput_cmap()
H A Dfb_logo.c19 struct fb_cmap palette_cmap; in fb_set_logocmap()
H A Dfbcon.c2575 static struct fb_cmap palette_cmap = {
/linux-6.15/include/linux/
H A Dfb.h275 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
471 struct fb_cmap cmap; /* Current cmap */
832 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);
833 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags);
834 extern void fb_dealloc_cmap(struct fb_cmap *cmap);
835 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);
836 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
837 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
839 extern const struct fb_cmap *fb_default_cmap(int len);
/linux-6.15/drivers/video/fbdev/
H A Dsbuslib.c120 struct fb_cmap cmap; in sbusfb_ioctl_helper()
164 struct fb_cmap *cmap = &info->cmap; in sbusfb_ioctl_helper()
214 struct fb_cmap cmap; in sbusfb_compat_ioctl()
257 struct fb_cmap *cmap = &info->cmap; in sbusfb_compat_ioctl()
H A Dsa1100fb.c479 sa1100fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
H A Dpm3fb.c661 struct fb_cmap cmap = info->cmap; in pm3fb_cursor()
H A Dtdfxfb.c1070 struct fb_cmap cmap = info->cmap; in tdfxfb_cursor()
H A Dpm2fb.c1303 struct fb_cmap cmap = info->cmap; in pm2vfb_cursor()
H A Duvesafb.c1040 static int uvesafb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in uvesafb_setcmap()
H A Datafb.c2605 struct fb_cmap cmap; in atafb_blank()
/linux-6.15/include/drm/
H A Ddrm_fb_helper.h277 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
364 static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap, in drm_fb_helper_setcmap()
/linux-6.15/include/uapi/linux/
H A Dfb.h283 struct fb_cmap { struct
363 struct fb_cmap cmap; /* color map info */
/linux-6.15/Documentation/fb/
H A Dinternals.rst36 - struct fb_cmap
/linux-6.15/drivers/gpu/drm/
H A Ddrm_fb_helper.c816 static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info) in setcmap_pseudo_palette()
848 static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info) in setcmap_legacy()
889 struct fb_cmap *cmap) in setcmap_new_gamma_lut()
931 static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info) in setcmap_atomic()
1024 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) in drm_fb_helper_setcmap()
/linux-6.15/drivers/video/fbdev/omap/
H A Domapfb_main.c284 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
/linux-6.15/drivers/video/fbdev/aty/
H A Dradeon_base.c1262 static int radeonfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in radeonfb_setcmap()
/linux-6.15/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1189 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()