Home
last modified time | relevance | path

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

/include/linux/
A Dfb.h143 struct fb_cmap { struct
229 struct fb_cmap cmap; /* color map info */
501 struct fb_cmap cmap; /* Current cmap */
587 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);
588 extern void fb_dealloc_cmap(struct fb_cmap *cmap);
589 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);
590 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
591 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
593 extern const struct fb_cmap *fb_default_cmap(int len);

Completed in 7 milliseconds