fb_cmap
static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info)
static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info)
struct fb_cmap *cmap)
static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info)
int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info)
struct fb_cmap cmap;
static int radeonfb_setcmap(struct fb_cmap *cmap, struct fb_info *info)
struct fb_cmap cmap_from;
struct fb_cmap cmap_from;
struct fb_cmap palette_cmap;
int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp)
void fb_dealloc_cmap(struct fb_cmap *cmap)
int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to)
int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to)
int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *info)
struct fb_cmap umap;
memset(&umap, 0, sizeof(struct fb_cmap));
const struct fb_cmap *fb_default_cmap(int len)
static const struct fb_cmap default_2_colors = {
static const struct fb_cmap default_8_colors = {
static const struct fb_cmap default_4_colors = {
static const struct fb_cmap default_16_colors = {
int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags)
static struct fb_cmap palette_cmap = {
static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info)
static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info)
struct fb_cmap cmap = info->cmap;
struct fb_cmap cmap = info->cmap;
sa1100fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
struct fb_cmap cmap;
struct fb_cmap *cmap = &info->cmap;
struct fb_cmap cmap;
struct fb_cmap *cmap = &info->cmap;
struct fb_cmap cmap = info->cmap;
static int uvesafb_setcmap(struct fb_cmap *cmap, struct fb_info *info)
int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap,
int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
struct fb_cmap cmap; /* Current cmap */
extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);
extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags);
extern void fb_dealloc_cmap(struct fb_cmap *cmap);
extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);
extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
extern const struct fb_cmap *fb_default_cmap(int len);
struct fb_cmap cmap; /* color map info */