Home
last modified time | relevance | path

Searched defs:cmap (Results 1 – 20 of 20) sorted by relevance

/linux/kernel/bpf/
H A Dcpumap.c88 struct bpf_cpu_map *cmap; in cpu_map_alloc() local
556 static void __cpu_map_entry_replace(struct bpf_cpu_map *cmap, in __cpu_map_entry_replace()
570 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_delete_elem() local
584 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_update_elem() local
621 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_free() local
657 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in __cpu_map_lookup_elem() local
678 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_get_next_key() local
/linux/drivers/gpu/drm/
H A Ddrm_fb_helper.c644 static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info) in setcmap_pseudo_palette() argument
676 setcmap_legacy(struct fb_cmap * cmap,struct fb_info * info) setcmap_legacy() argument
717 setcmap_new_gamma_lut(struct drm_crtc * crtc,struct fb_cmap * cmap) setcmap_new_gamma_lut() argument
759 setcmap_atomic(struct fb_cmap * cmap,struct fb_info * info) setcmap_atomic() argument
852 drm_fb_helper_setcmap(struct fb_cmap * cmap,struct fb_info * info) drm_fb_helper_setcmap() argument
[all...]
/linux/fs/xfs/
H A Dxfs_reflink.c364 struct xfs_bmbt_irec *cmap, in xfs_find_trim_cow_extent() argument
402 struct xfs_bmbt_irec *cmap, in xfs_reflink_convert_unwritten() argument
435 xfs_reflink_fill_cow_hole(struct xfs_inode * ip,struct xfs_bmbt_irec * imap,struct xfs_bmbt_irec * cmap,bool * shared,uint * lockmode,bool convert_now) xfs_reflink_fill_cow_hole() argument
502 xfs_reflink_fill_delalloc(struct xfs_inode * ip,struct xfs_bmbt_irec * imap,struct xfs_bmbt_irec * cmap,bool * shared,uint * lockmode,bool convert_now) xfs_reflink_fill_delalloc() argument
566 xfs_reflink_allocate_cow(struct xfs_inode * ip,struct xfs_bmbt_irec * imap,struct xfs_bmbt_irec * cmap,bool * shared,uint * lockmode,bool convert_now) xfs_reflink_allocate_cow() argument
[all...]
H A Dxfs_buf.c458 struct xfs_buf_map *cmap, in xfs_buf_find_insert() argument
542 struct xfs_buf_map cmap = { .bm_bn = map[0].bm_bn }; in xfs_buf_get_map() local
/linux/drivers/video/fbdev/core/
H A Dfb_chrdev.c69 struct fb_cmap_user cmap; in do_fb_ioctl() local
204 struct fb_cmap_user cmap; fb_getput_cmap() local
[all...]
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.h32 u_int32_t cmap[16]; member
H A Dmatroxfb_base.h493 u_int32_t cmap[16]; member
/linux/arch/sparc/include/asm/
H A Dfbio.h65 struct fbcmap32 cmap; /* color map info */ member
/linux/arch/m68k/include/asm/
H A Dfbio.h105 struct fbcmap cmap; /* color map info */ member
321 struct fbcmap32 cmap; /* color map info */ member
/linux/drivers/video/fbdev/
H A Dbw2.c58 struct bt_regs cmap; member
H A Dcg3.c83 struct bt_regs cmap; member
H A Dpm3fb.c661 struct fb_cmap cmap = info->cmap; in pm3fb_cursor() local
[all...]
H A Dpm2fb.c1303 struct fb_cmap cmap = info->cmap; in pm2vfb_cursor() local
[all...]
H A Duvesafb.c1038 static int uvesafb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in uvesafb_setcmap() argument
[all...]
H A Datafb.c2605 struct fb_cmap cmap; in atafb_blank() local
/linux/arch/sparc/include/uapi/asm/
H A Dfbio.h102 struct fbcmap cmap; /* color map info */ member
/linux/drivers/video/fbdev/aty/
H A Dradeon_base.c1262 static int radeonfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in radeonfb_setcmap() argument
[all...]
/linux/include/video/
H A Dgbe.h56 volatile uint32_t cmap[6144]; /* color map */ member
/linux/include/uapi/linux/
H A Dfb.h363 struct fb_cmap cmap; /* color map info */ member
/linux/drivers/video/fbdev/omap/
H A Domapfb_main.c286 static int omapfb_setcmap(struct fb_cmap *cmap, struct fb_info *info) in omapfb_setcmap()