Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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) in fb_alloc_cmap_gfp()
133 int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp) in fb_alloc_cmap()
147 void fb_dealloc_cmap(struct fb_cmap *cmap) in fb_dealloc_cmap()
166 int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to) in fb_copy_cmap()
191 int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to) in fb_cmap_to_user()
231 int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *info) in fb_set_cmap()
[all …]
H A Dfbmem.c197 struct fb_cmap palette_cmap; in fb_set_logocmap()
1104 struct fb_cmap cmap_from; in do_fb_ioctl()
H A Dfbcon.c2583 static struct fb_cmap palette_cmap = {
/OK3568_Linux_fs/u-boot/include/linux/
H 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);
/OK3568_Linux_fs/kernel/include/linux/
H A Dfb.h254 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
454 struct fb_cmap cmap; /* Current cmap */
756 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);
757 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags);
758 extern void fb_dealloc_cmap(struct fb_cmap *cmap);
759 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);
760 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
761 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
763 extern const struct fb_cmap *fb_default_cmap(int len);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfb.h279 struct fb_cmap { struct
366 struct fb_cmap cmap; /* color map info */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfb.h279 struct fb_cmap { struct
366 struct fb_cmap cmap; /* color map info */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfb.h282 struct fb_cmap { struct
369 struct fb_cmap cmap; /* color map info */
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_fb_helper.h259 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
342 static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap, in drm_fb_helper_setcmap()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsbuslib.c119 struct fb_cmap cmap; in sbusfb_ioctl_helper()
163 struct fb_cmap *cmap = &info->cmap; in sbusfb_ioctl_helper()
H A Dsa1100fb.c480 sa1100fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
H A Dpm3fb.c660 struct fb_cmap cmap = info->cmap; in pm3fb_cursor()
H A Dtdfxfb.c1071 struct fb_cmap cmap = info->cmap; in tdfxfb_cursor()
H A Dpm2fb.c1301 struct fb_cmap cmap = info->cmap; in pm2vfb_cursor()
H A Duvesafb.c1038 static int uvesafb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in uvesafb_setcmap()
H A Datafb.c2672 struct fb_cmap cmap; in atafb_blank()
/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A Dfbpriv.h193 struct fb_cmap { struct
H A Dfbdevhw.c775 struct fb_cmap cmap; in fbdevHWLoadPalette()
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dinternals.rst36 - struct fb_cmap
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_fb_helper.c883 static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info) in setcmap_pseudo_palette()
915 static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info) in setcmap_legacy()
956 struct fb_cmap *cmap) in setcmap_new_gamma_lut()
998 static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info) in setcmap_atomic()
1086 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) in drm_fb_helper_setcmap()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/
H A Domapfb_main.c284 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1187 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Dradeon_base.c1261 static int radeonfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in radeonfb_setcmap()