| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | fbcmap.c | 63 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 D | fbmem.c | 197 struct fb_cmap palette_cmap; in fb_set_logocmap() 1104 struct fb_cmap cmap_from; in do_fb_ioctl()
|
| H A D | fbcon.c | 2583 static struct fb_cmap palette_cmap = {
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | fb.h | 143 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 D | fb.h | 254 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 D | fb.h | 279 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 D | fb.h | 279 struct fb_cmap { struct 366 struct fb_cmap cmap; /* color map info */
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fb.h | 282 struct fb_cmap { struct 369 struct fb_cmap cmap; /* color map info */
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_fb_helper.h | 259 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 D | sbuslib.c | 119 struct fb_cmap cmap; in sbusfb_ioctl_helper() 163 struct fb_cmap *cmap = &info->cmap; in sbusfb_ioctl_helper()
|
| H A D | sa1100fb.c | 480 sa1100fb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
|
| H A D | pm3fb.c | 660 struct fb_cmap cmap = info->cmap; in pm3fb_cursor()
|
| H A D | tdfxfb.c | 1071 struct fb_cmap cmap = info->cmap; in tdfxfb_cursor()
|
| H A D | pm2fb.c | 1301 struct fb_cmap cmap = info->cmap; in pm2vfb_cursor()
|
| H A D | uvesafb.c | 1038 static int uvesafb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in uvesafb_setcmap()
|
| H A D | atafb.c | 2672 struct fb_cmap cmap; in atafb_blank()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/ |
| H A D | fbpriv.h | 193 struct fb_cmap { struct
|
| H A D | fbdevhw.c | 775 struct fb_cmap cmap; in fbdevHWLoadPalette()
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | internals.rst | 36 - struct fb_cmap
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_fb_helper.c | 883 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 D | omapfb_main.c | 284 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 D | omapfb-main.c | 1187 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 D | radeon_base.c | 1261 static int radeonfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in radeonfb_setcmap()
|