Searched refs:getoverlayinfo (Results 1 - 5 of 5) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/driver/video/ |
H A D | fb.c | 222 DEBUGASSERT(fb->vtable != NULL && fb->vtable->getoverlayinfo != NULL); in fb_ioctl() 223 ret = fb->vtable->getoverlayinfo(fb->vtable, arg, &oinfo); in fb_ioctl() 235 DEBUGASSERT(fb->vtable != NULL && fb->vtable->getoverlayinfo != NULL); in fb_ioctl() 236 ret = fb->vtable->getoverlayinfo(fb->vtable, oinfo->overlay, &oinfo); in fb_ioctl() 411 DEBUGASSERT(fb->vtable->getoverlayinfo != NULL); in fb_register() 412 ret = fb->vtable->getoverlayinfo(fb->vtable, 0, &oinfo); in fb_register() 414 gerr("ERROR: getoverlayinfo() failed: %d\n", ret); in fb_register()
|
H A D | fb.h | 510 int (*getoverlayinfo)(struct fb_vtable_s *vtable, int overlayno, struct fb_overlayinfo_s *oinfo); member
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtgpu.c | 759 .getoverlayinfo = FbGetOverlayInfo,
|
/device/qemu/drivers/virtio/ |
H A D | virtgpu.c | 771 .getoverlayinfo = FbGetOverlayInfo,
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/ |
H A D | hifb_main.c | 8595 info->vtable.getoverlayinfo = hifb_getoverlayinfo;
|
Completed in 16 milliseconds