Home
last modified time | relevance | path

Searched refs:fb_cmap_s (Results 1 – 8 of 8) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/driver/video/
Dfb.h395 struct fb_cmap_s { struct
484 int (*getcmap)(struct fb_vtable_s *vtable, struct fb_cmap_s *cmap);
485 int (*putcmap)(struct fb_vtable_s *vtable, const struct fb_cmap_s *cmap);
Dfb.c168 struct fb_cmap_s *cmap = (struct fb_cmap_s *)((uintptr_t)arg); in fb_ioctl()
176 struct fb_cmap_s *cmap = (struct fb_cmap_s *)((uintptr_t)arg); in fb_ioctl()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhifb.h383 struct fb_cmap_s cmap; /* Current camp */
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhifb.h378 struct fb_cmap_s cmap; /* Current camp */
/device/qemu/drivers/virtio/
Dvirtgpu.c767 .getcmap = (int (*)(struct fb_vtable_s *, struct fb_cmap_s *))FbDummy,
768 .putcmap = (int (*)(struct fb_vtable_s *, const struct fb_cmap_s *))FbDummy,
/device/qemu/riscv32_virt/liteos_m/board/driver/
Dvirtgpu.c755 .getcmap = (int (*)(struct fb_vtable_s *, struct fb_cmap_s *))FbDummy,
756 .putcmap = (int (*)(struct fb_vtable_s *, const struct fb_cmap_s *))FbDummy,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
Dhifb.h403 struct fb_cmap_s cmap; /* Current camp */
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
Dhifb_main.c8306 static hi_s32 hifb_setcmap(struct fb_cmap_s *cmap, struct fb_info *info)
8372 static hi_s32 copy_rgb_to_cmap(hi_u8 *cmap_start, const struct fb_cmap_s *src, struct fb_cmap_s *ds…
8404 static int fb_copy_cmap(const struct fb_cmap_s *src, struct fb_cmap_s *dst)
8453 int fb_set_cmap(struct fb_cmap_s *cmap, struct hifb_info *info)