Searched refs:fb_cmap_s (Results 1 - 8 of 8) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/driver/video/ |
H A D | fb.h | 236 * fb_cmap_s */ 239 * fb_cmap_s */ 395 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);
|
H A D | fb.c | 168 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/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtgpu.c | 755 .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/qemu/drivers/virtio/ |
H A D | virtgpu.c | 767 .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/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/ |
H A D | hifb.h | 403 struct fb_cmap_s cmap; /* Current camp */
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hifb.h | 378 struct fb_cmap_s cmap; /* Current camp */
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hifb.h | 383 struct fb_cmap_s cmap; /* Current camp */
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/ |
H A D | hifb_main.c | 8306 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 *dst) 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)
|
Completed in 19 milliseconds