Searched refs:fb_cmap (Results 1 – 19 of 19) sorted by relevance
/linux-6.12.1/drivers/video/fbdev/core/ |
D | fbcmap.c | 63 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 …]
|
D | fb_chrdev.c | 68 struct fb_cmap cmap_from; in do_fb_ioctl() 203 struct fb_cmap cmap_from; in fb_getput_cmap()
|
D | fb_logo.c | 19 struct fb_cmap palette_cmap; in fb_set_logocmap()
|
D | fbcon.c | 2574 static struct fb_cmap palette_cmap = {
|
/linux-6.12.1/include/linux/ |
D | fb.h | 273 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info); 469 struct fb_cmap cmap; /* Current cmap */ 818 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp); 819 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags); 820 extern void fb_dealloc_cmap(struct fb_cmap *cmap); 821 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to); 822 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to); 823 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info); 825 extern const struct fb_cmap *fb_default_cmap(int len);
|
/linux-6.12.1/drivers/video/fbdev/ |
D | sbuslib.c | 120 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()
|
D | sa1100fb.c | 479 sa1100fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
|
D | pm3fb.c | 661 struct fb_cmap cmap = info->cmap; in pm3fb_cursor()
|
D | tdfxfb.c | 1070 struct fb_cmap cmap = info->cmap; in tdfxfb_cursor()
|
D | pm2fb.c | 1303 struct fb_cmap cmap = info->cmap; in pm2vfb_cursor()
|
D | uvesafb.c | 1040 static int uvesafb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in uvesafb_setcmap()
|
D | atafb.c | 2605 struct fb_cmap cmap; in atafb_blank()
|
/linux-6.12.1/include/drm/ |
D | drm_fb_helper.h | 265 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info); 352 static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap, in drm_fb_helper_setcmap()
|
/linux-6.12.1/include/uapi/linux/ |
D | fb.h | 283 struct fb_cmap { struct 363 struct fb_cmap cmap; /* color map info */
|
/linux-6.12.1/Documentation/fb/ |
D | internals.rst | 36 - struct fb_cmap
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_fb_helper.c | 802 static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info) in setcmap_pseudo_palette() 834 static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info) in setcmap_legacy() 875 struct fb_cmap *cmap) in setcmap_new_gamma_lut() 917 static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info) in setcmap_atomic() 1010 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) in drm_fb_helper_setcmap()
|
/linux-6.12.1/drivers/video/fbdev/omap/ |
D | omapfb_main.c | 284 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
|
/linux-6.12.1/drivers/video/fbdev/aty/ |
D | radeon_base.c | 1262 static int radeonfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in radeonfb_setcmap()
|
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 1189 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
|