Searched refs:fb_cmap (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/drivers/video/fbdev/core/ |
A 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 = { 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 D | fbmem.c | 200 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 D | fbcon.c | 2559 static struct fb_cmap palette_cmap = {
|
/linux-6.3-rc2/include/linux/ |
A D | fb.h | 262 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 D | sbuslib.c | 119 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 D | sa1100fb.c | 479 sa1100fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
|
A D | pm3fb.c | 661 struct fb_cmap cmap = info->cmap; in pm3fb_cursor()
|
A D | tdfxfb.c | 1070 struct fb_cmap cmap = info->cmap; in tdfxfb_cursor()
|
A D | pm2fb.c | 1303 struct fb_cmap cmap = info->cmap; in pm2vfb_cursor()
|
A D | uvesafb.c | 1040 static int uvesafb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in uvesafb_setcmap()
|
A D | atafb.c | 2605 struct fb_cmap cmap; in atafb_blank()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | fb.h | 282 struct fb_cmap { struct 369 struct fb_cmap cmap; /* color map info */
|
/linux-6.3-rc2/include/drm/ |
A D | drm_fb_helper.h | 294 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 D | internals.rst | 36 - struct fb_cmap
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_fb_helper.c | 1131 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 D | omapfb_main.c | 284 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
|
/linux-6.3-rc2/drivers/video/fbdev/aty/ |
A D | radeon_base.c | 1262 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 D | omapfb-main.c | 1187 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
|
Completed in 50 milliseconds