Searched refs:fb_cmap (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | fb.h | 262 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info); 459 struct fb_cmap cmap; /* Current cmap */ 752 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp); 753 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags); 754 extern void fb_dealloc_cmap(struct fb_cmap *cmap); 755 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to); 756 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to); 757 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info); 759 extern const struct fb_cmap *fb_default_cmap(int len);
|
/include/drm/ |
D | drm_fb_helper.h | 117 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
|
/include/uapi/linux/ |
D | fb.h | 280 struct fb_cmap { struct 367 struct fb_cmap cmap; /* color map info */
|