| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | fbcmap.c | 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() 231 int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *info) in fb_set_cmap() 267 int fb_set_user_cmap(struct fb_cmap_user *cmap, struct fb_info *info) in fb_set_user_cmap()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | cpumap.c | 59 struct bpf_cpu_map *cmap; member 85 struct bpf_cpu_map *cmap; in cpu_map_alloc() local 520 static void __cpu_map_entry_replace(struct bpf_cpu_map *cmap, in __cpu_map_entry_replace() 535 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_delete_elem() local 549 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_update_elem() local 587 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_free() local 621 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in __cpu_map_lookup_elem() local 641 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_get_next_key() local
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | bmp_helper.c | 18 static void draw_unencoded_bitmap(uint16_t **dst, uint8_t *bmap, uint16_t *cmap, in draw_unencoded_bitmap() 51 static void decode_rle8_bitmap(void *psrc, void *pdst, uint16_t *cmap, in decode_rle8_bitmap() 151 uint16_t *cmap; in bmpdecoder() local
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiXprocs.c | 60 PanoramiXRes *cmap = NULL; in PanoramiXCreateWindow() local 168 PanoramiXRes *cmap = NULL; in PanoramiXChangeWindowAttributes() local 2317 PanoramiXRes *cmap; in PanoramiXFreeColormap() local 2347 PanoramiXRes *cmap, *newCmap; in PanoramiXCopyColormapAndFree() local 2389 PanoramiXRes *cmap; in PanoramiXInstallColormap() local 2414 PanoramiXRes *cmap; in PanoramiXUninstallColormap() local 2438 PanoramiXRes *cmap; in PanoramiXAllocColor() local 2464 PanoramiXRes *cmap; in PanoramiXAllocNamedColor() local 2490 PanoramiXRes *cmap; in PanoramiXAllocColorCells() local 2516 PanoramiXRes *cmap; in PanoramiXAllocColorPlanes() local [all …]
|
| H A D | saver.c | 751 Colormap cmap; in ScreenSaverSetAttributes() local 1102 PanoramiXRes *cmap = NULL; in ProcScreenSaverSetAttributes() local
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | video_bmp.c | 21 static void draw_unencoded_bitmap(ushort **fbp, uchar *bmap, ushort *cmap, in draw_unencoded_bitmap() 42 struct bmp_image *bmp, ushort *cmap, in video_display_rle8_bitmap() 180 ushort *cmap = priv->cmap; in video_set_cmap() local
|
| H A D | atmel_lcdfb.c | 74 uint *cmap = (uint *)configuration_get_cmap(); in lcd_logo_set_cmap() local
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lcd.c | 340 ushort *cmap = configuration_get_cmap(); in lcd_logo_set_cmap() local 418 static void draw_unencoded_bitmap(ushort **fbp, uchar *bmap, ushort *cmap, in draw_unencoded_bitmap() 454 static void lcd_display_rle8_bitmap(struct bmp_image *bmp, ushort *cmap, in lcd_display_rle8_bitmap() 558 ushort *cmap = configuration_get_cmap(); in lcd_set_cmap() local
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86sbusBus.c | 642 sbusCmapPtr cmap; in xf86SbusCmapLoadPalette() local 674 sbusCmapPtr cmap; in xf86SbusCmapCloseScreen() local 694 sbusCmapPtr cmap; in xf86SbusHandleColormaps() local
|
| H A D | xf86cmap.c | 73 ColormapPtr cmap; member 322 CMapDestroyColormap(ColormapPtr cmap) in CMapDestroyColormap()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | sbuslib.c | 119 struct fb_cmap cmap; in sbusfb_ioctl_helper() local 163 struct fb_cmap *cmap = &info->cmap; in sbusfb_ioctl_helper() local
|
| H A D | goldfishfb.c | 45 u32 cmap[16]; member
|
| H A D | bw2.c | 64 struct bt_regs cmap; member
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxcmap.h | 44 Colormap cmap; member
|
| H A D | dmxwindow.h | 49 Colormap cmap; member
|
| /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/fs/xfs/ |
| H A D | xfs_iomap.c | 737 struct xfs_bmbt_irec imap, cmap; in xfs_direct_write_iomap_begin() local 866 struct xfs_bmbt_irec imap, cmap; in xfs_buffered_write_iomap_begin() local 1200 struct xfs_bmbt_irec imap, cmap; in xfs_seek_iomap_begin() local
|
| H A D | xfs_reflink.c | 309 struct xfs_bmbt_irec *cmap, in xfs_find_trim_cow_extent() 348 struct xfs_bmbt_irec *cmap, in xfs_reflink_allocate_cow()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_crtc2.h | 32 u_int32_t cmap[16]; member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | video.h | 90 ushort *cmap; member
|
| H A D | lcd.h | 56 ushort *cmap; /* Pointer to the colormap */ member
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | fbio.h | 65 struct fbcmap32 cmap; /* color map info */ member
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr.h | 86 unsigned long cmap[256]; member
|
| /OK3568_Linux_fs/kernel/include/linux/amba/ |
| H A D | clcd.h | 139 u32 cmap[16]; member
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | fbio.h | 105 struct fbcmap cmap; /* color map info */ member 321 struct fbcmap32 cmap; /* color map info */ member
|