Home
last modified time | relevance | path

Searched refs:getcmap (Results 1 – 5 of 5) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/driver/video/
Dfb.c169 DEBUGASSERT(fb->vtable != NULL && fb->vtable->getcmap != NULL); in fb_ioctl()
170 ret = fb->vtable->getcmap(fb->vtable, &cmap); in fb_ioctl()
Dfb.h484 int (*getcmap)(struct fb_vtable_s *vtable, struct fb_cmap_s *cmap); member
/device/qemu/drivers/virtio/
Dvirtgpu.c767 .getcmap = (int (*)(struct fb_vtable_s *, 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,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
Dhifb_main.c8596 info->vtable.getcmap = HI_NULL;