Home
last modified time | relevance | path

Searched refs:getoverlayinfo (Results 1 - 5 of 5) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H A Dfb.c222 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 Dfb.h510 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 Dvirtgpu.c759 .getoverlayinfo = FbGetOverlayInfo,
/device/qemu/drivers/virtio/
H A Dvirtgpu.c771 .getoverlayinfo = FbGetOverlayInfo,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c8595 info->vtable.getoverlayinfo = hifb_getoverlayinfo;

Completed in 16 milliseconds