Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcmap.c92 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 Dfb_chrdev.c69 struct fb_cmap_user cmap; in do_fb_ioctl() local
204 struct fb_cmap_user cmap; in fb_getput_cmap() local
/openbmc/linux/drivers/video/fbdev/
H A Dsbuslib.c119 struct fb_cmap cmap; in sbusfb_ioctl_helper() local
163 struct fb_cmap *cmap = &info->cmap; in sbusfb_ioctl_helper() local
213 struct fb_cmap cmap; in sbusfb_compat_ioctl() local
256 struct fb_cmap *cmap = &info->cmap; in sbusfb_compat_ioctl() local
H A Dgoldfishfb.c45 u32 cmap[16]; member
H A Dbw2.c65 struct bt_regs cmap; member
H A Dcg3.c90 struct bt_regs cmap; member
H A Dpm3fb.c661 struct fb_cmap cmap = info->cmap; in pm3fb_cursor() local
/openbmc/linux/kernel/bpf/
H A Dcpumap.c86 struct bpf_cpu_map *cmap; in cpu_map_alloc() local
501 static void __cpu_map_entry_replace(struct bpf_cpu_map *cmap, in __cpu_map_entry_replace()
515 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_delete_elem() local
529 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_update_elem() local
566 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_free() local
602 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in __cpu_map_lookup_elem() local
623 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_get_next_key() local
/openbmc/u-boot/drivers/video/
H A Dvideo_bmp.c21 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()
178 ushort *cmap = priv->cmap; in video_set_cmap() local
H A Datmel_lcdfb.c73 uint *cmap = (uint *)configuration_get_cmap(); in lcd_logo_set_cmap() local
/openbmc/u-boot/common/
H A Dlcd.c331 ushort *cmap = configuration_get_cmap(); in lcd_logo_set_cmap() local
408 static void draw_unencoded_bitmap(ushort **fbp, uchar *bmap, ushort *cmap, in draw_unencoded_bitmap()
444 static void lcd_display_rle8_bitmap(struct bmp_image *bmp, ushort *cmap, in lcd_display_rle8_bitmap()
548 ushort *cmap = configuration_get_cmap(); in lcd_set_cmap() local
/openbmc/linux/fs/xfs/
H A Dxfs_reflink.c312 struct xfs_bmbt_irec *cmap, in xfs_find_trim_cow_extent()
350 struct xfs_bmbt_irec *cmap, in xfs_reflink_convert_unwritten()
383 struct xfs_bmbt_irec *cmap, in xfs_reflink_fill_cow_hole()
451 struct xfs_bmbt_irec *cmap, in xfs_reflink_fill_delalloc()
522 struct xfs_bmbt_irec *cmap, in xfs_reflink_allocate_cow()
H A Dxfs_iomap.c784 struct xfs_bmbt_irec imap, cmap; in xfs_direct_write_iomap_begin() local
960 struct xfs_bmbt_irec imap, cmap; in xfs_buffered_write_iomap_begin() local
1289 struct xfs_bmbt_irec imap, cmap; in xfs_seek_iomap_begin() local
H A Dxfs_buf.c611 struct xfs_buf_map *cmap, in xfs_buf_find_insert()
686 struct xfs_buf_map cmap = { .bm_bn = map[0].bm_bn }; in xfs_buf_get_map() local
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_fb_helper.c815 static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info) in setcmap_pseudo_palette()
847 static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info) in setcmap_legacy()
888 struct fb_cmap *cmap) in setcmap_new_gamma_lut()
930 static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info) in setcmap_atomic()
1023 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) in drm_fb_helper_setcmap()
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.h32 u_int32_t cmap[16]; member
/openbmc/u-boot/include/
H A Dvideo.h93 ushort *cmap; member
H A Dlcd.h55 ushort *cmap; /* Pointer to the colormap */ member
/openbmc/linux/arch/sparc/include/asm/
H A Dfbio.h65 struct fbcmap32 cmap; /* color map info */ member
/openbmc/linux/include/linux/amba/
H A Dclcd.h139 u32 cmap[16]; member
/openbmc/linux/arch/m68k/include/asm/
H A Dfbio.h105 struct fbcmap cmap; /* color map info */ member
321 struct fbcmap32 cmap; /* color map info */ member
/openbmc/linux/include/drm/
H A Ddrm_fb_helper.h354 static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap, in drm_fb_helper_setcmap()
/openbmc/u-boot/include/linux/
H A Dfb.h230 struct fb_cmap cmap; /* color map info */ member
355 struct fb_cmap_user cmap; /* color map info */ member
502 struct fb_cmap cmap; /* Current cmap */ member
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfbio.h102 struct fbcmap cmap; /* color map info */ member
/openbmc/linux/include/linux/
H A Dfb.h113 struct fb_cmap_user cmap; /* color map info */ member
460 struct fb_cmap cmap; /* Current cmap */ member

12