/linux/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()
|
H A D | fb_chrdev.c | 69 struct fb_cmap_user cmap; in do_fb_ioctl() local 204 struct fb_cmap_user cmap; in fb_getput_cmap() local
|
/linux/kernel/bpf/ |
H A D | cpumap.c | 85 struct bpf_cpu_map *cmap; in cpu_map_alloc() local 506 static void __cpu_map_entry_replace(struct bpf_cpu_map *cmap, in __cpu_map_entry_replace() 520 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_delete_elem() local 534 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_update_elem() local 571 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_free() local 607 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in __cpu_map_lookup_elem() local 628 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_get_next_key() local
|
/linux/drivers/video/fbdev/ |
H A D | sbuslib.c | 120 struct fb_cmap cmap; in sbusfb_ioctl_helper() local 164 struct fb_cmap *cmap = &info->cmap; in sbusfb_ioctl_helper() local 214 struct fb_cmap cmap; in sbusfb_compat_ioctl() local 257 struct fb_cmap *cmap = &info->cmap; in sbusfb_compat_ioctl() local
|
H A D | goldfishfb.c | 45 u32 cmap[16]; member
|
H A D | bw2.c | 58 struct bt_regs cmap; member
|
H A D | cg3.c | 83 struct bt_regs cmap; member
|
H A D | pm3fb.c | 661 struct fb_cmap cmap = info->cmap; in pm3fb_cursor() local
|
H A D | pm2fb.c | 1303 struct fb_cmap cmap = info->cmap; in pm2vfb_cursor() local
|
H A D | tdfxfb.c | 1070 struct fb_cmap cmap = info->cmap; in tdfxfb_cursor() local
|
H A D | uvesafb.c | 1040 static int uvesafb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in uvesafb_setcmap()
|
/linux/fs/xfs/ |
H A D | xfs_reflink.c | 313 struct xfs_bmbt_irec *cmap, in xfs_find_trim_cow_extent() 351 struct xfs_bmbt_irec *cmap, in xfs_reflink_convert_unwritten() 384 struct xfs_bmbt_irec *cmap, in xfs_reflink_fill_cow_hole() 445 struct xfs_bmbt_irec *cmap, in xfs_reflink_fill_delalloc() 509 struct xfs_bmbt_irec *cmap, in xfs_reflink_allocate_cow()
|
H A D | xfs_iomap.c | 809 struct xfs_bmbt_irec imap, cmap; in xfs_direct_write_iomap_begin() local 1005 struct xfs_bmbt_irec imap, cmap; in xfs_buffered_write_iomap_begin() local 1365 struct xfs_bmbt_irec imap, cmap; in xfs_seek_iomap_begin() local
|
/linux/drivers/gpu/drm/ |
H A D | drm_fb_helper.c | 808 static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info) in setcmap_pseudo_palette() 840 static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info) in setcmap_legacy() 881 struct fb_cmap *cmap) in setcmap_new_gamma_lut() 923 static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info) in setcmap_atomic() 1016 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) in drm_fb_helper_setcmap()
|
/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_crtc2.h | 32 u_int32_t cmap[16]; member
|
/linux/arch/sparc/include/asm/ |
H A D | fbio.h | 65 struct fbcmap32 cmap; /* color map info */ member
|
/linux/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
|
/linux/include/drm/ |
H A D | drm_fb_helper.h | 354 static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap, in drm_fb_helper_setcmap()
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | fbio.h | 102 struct fbcmap cmap; /* color map info */ member
|
/linux/include/linux/ |
H A D | fb.h | 116 struct fb_cmap_user cmap; /* color map info */ member 470 struct fb_cmap cmap; /* Current cmap */ member
|
/linux/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 1262 static int radeonfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in radeonfb_setcmap()
|
/linux/include/video/ |
H A D | gbe.h | 56 volatile uint32_t cmap[6144]; /* color map */ member
|
/linux/include/uapi/linux/ |
H A D | fb.h | 363 struct fb_cmap cmap; /* color map info */ member
|
/linux/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()
|
/linux/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 1189 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()
|