Home
last modified time | relevance | path

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

/device/qemu/riscv32_virt/liteos_m/board/driver/video/
Dfb.c160 DEBUGASSERT(fb->vtable != NULL && fb->vtable->getplaneinfo != NULL); in fb_ioctl()
161 ret = fb->vtable->getplaneinfo(fb->vtable, fb->plane, &pinfo); in fb_ioctl()
308 int getplaneinfo(struct fb_mem *fbmem, struct fb_planeinfo_s **result) in getplaneinfo() function
317 ret = fb->vtable->getplaneinfo(fb->vtable, fb->plane, &pinfo); in getplaneinfo()
395 DEBUGASSERT(fb->vtable->getplaneinfo != NULL); in fb_register()
396 ret = fb->vtable->getplaneinfo(fb->vtable, plane, &pinfo); in fb_register()
Dfb.h477 int (*getplaneinfo)(struct fb_vtable_s *vtable, int planeno, struct fb_planeinfo_s *pinfo); member
672 int getplaneinfo(struct fb_mem *fbmem, struct fb_planeinfo_s **result);
/device/qemu/drivers/virtio/
Dvirtgpu.c763 .getplaneinfo = FbGetPlaneInfo,
/device/qemu/riscv32_virt/liteos_m/board/driver/
Dvirtgpu.c751 .getplaneinfo = FbGetPlaneInfo,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
Dhifb_main.c8594 info->vtable.getplaneinfo = hifb_getplaneinfo;