Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dfb.h143 struct fb_cmap { struct
230 struct fb_cmap cmap; /* color map info */
502 struct fb_cmap cmap; /* Current cmap */
589 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);
590 extern void fb_dealloc_cmap(struct fb_cmap *cmap);
591 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);
592 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
593 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
595 extern const struct fb_cmap *fb_default_cmap(int len);

Completed in 5 milliseconds