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

/linux-master/drivers/video/fbdev/core/
H A Dfbcmap.c63 static const struct fb_cmap default_2_colors = {
66 static const struct fb_cmap default_8_colors = {
69 static const struct fb_cmap default_4_colors = {
72 static const struct fb_cmap default_16_colors = {
92 int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags)
133 int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp)
147 void fb_dealloc_cmap(struct fb_cmap *cmap)
166 int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to)
191 int fb_cmap_to_user(const struct fb_cmap *fro
[all...]
H A Dfb_chrdev.c68 struct fb_cmap cmap_from;
203 struct fb_cmap cmap_from;
H A Dfb_logo.c19 struct fb_cmap palette_cmap;
H A Dfbcon.c2554 static struct fb_cmap palette_cmap = {
/linux-master/include/drm/
H A Ddrm_fb_helper.h265 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
354 static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap,
/linux-master/drivers/video/fbdev/
H A Dsbuslib.c120 struct fb_cmap cmap;
164 struct fb_cmap *cmap = &info->cmap;
214 struct fb_cmap cmap;
257 struct fb_cmap *cmap = &info->cmap;
H A Dsa1100fb.c479 sa1100fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
H A Dpm2fb.c1303 struct fb_cmap cmap = info->cmap;
H A Dpm3fb.c661 struct fb_cmap cmap = info->cmap;
H A Dtdfxfb.c1070 struct fb_cmap cmap = info->cmap;
H A Duvesafb.c1040 static int uvesafb_setcmap(struct fb_cmap *cmap, struct fb_info *info)
H A Datafb.c263 * int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
2605 struct fb_cmap cmap;
/linux-master/include/linux/
H A Dfb.h272 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
468 struct fb_cmap cmap; /* Current cmap */
802 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);
803 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags);
804 extern void fb_dealloc_cmap(struct fb_cmap *cmap);
805 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);
806 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
807 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
809 extern const struct fb_cmap *fb_default_cma
[all...]
/linux-master/include/uapi/linux/
H A Dfb.h283 struct fb_cmap { struct
363 struct fb_cmap cmap; /* color map info */
/linux-master/drivers/gpu/drm/
H A Ddrm_fb_helper.c801 static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info)
833 static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info)
874 struct fb_cmap *cmap)
916 static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info)
1009 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info)
/linux-master/drivers/video/fbdev/omap/
H A Domapfb_main.c284 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info)
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_base.c1262 static int radeonfb_setcmap(struct fb_cmap *cmap, struct fb_info *info)
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1189 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info)

Completed in 296 milliseconds