Home
last modified time | relevance | path

Searched refs:setcolor (Results 1 – 4 of 4) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/driver/video/
Dfb.c259 DEBUGASSERT(fb->vtable != NULL && fb->vtable->setcolor != NULL); in fb_ioctl()
260 ret = fb->vtable->setcolor(fb->vtable, &oinfo); in fb_ioctl()
Dfb.h528 int (*setcolor)(struct fb_vtable_s *vtable, const struct fb_overlayinfo_s *oinfo); member
/device/qemu/drivers/virtio/
Dvirtgpu.c774 .setcolor = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy,
/device/qemu/riscv32_virt/liteos_m/board/driver/
Dvirtgpu.c762 .setcolor = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy,