Lines Matching refs:fb_cmap
64 static const struct fb_cmap default_2_colors = {
67 static const struct fb_cmap default_8_colors = {
70 static const struct fb_cmap default_4_colors = {
73 static const struct fb_cmap default_16_colors = {
93 int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags) in fb_alloc_cmap_gfp()
134 int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp) in fb_alloc_cmap()
148 void fb_dealloc_cmap(struct fb_cmap *cmap) in fb_dealloc_cmap()
167 int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to) in fb_copy_cmap()
192 int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to) in fb_cmap_to_user()
232 int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *info) in fb_set_cmap()
271 struct fb_cmap umap; in fb_set_user_cmap()
276 memset(&umap, 0, sizeof(struct fb_cmap)); in fb_set_user_cmap()
308 const struct fb_cmap *fb_default_cmap(int len) in fb_default_cmap()