Searched refs:oinfo (Results 1 - 6 of 6) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/driver/video/ |
H A D | fb.c | 221 struct fb_overlayinfo_s oinfo; in fb_ioctl() local 223 ret = fb->vtable->getoverlayinfo(fb->vtable, arg, &oinfo); in fb_ioctl() 225 fb->fbmem = oinfo.fbmem; in fb_ioctl() 226 fb->fblen = oinfo.fblen; in fb_ioctl() 227 fb->bpp = oinfo.bpp; in fb_ioctl() 234 struct fb_overlayinfo_s *oinfo = (struct fb_overlayinfo_s *)((uintptr_t)arg); in fb_ioctl() local 236 ret = fb->vtable->getoverlayinfo(fb->vtable, oinfo->overlay, &oinfo); in fb_ioctl() 242 struct fb_overlayinfo_s *oinfo = (struct fb_overlayinfo_s *)((uintptr_t)arg); in fb_ioctl() local 244 ret = fb->vtable->settransp(fb->vtable, &oinfo); in fb_ioctl() 250 struct fb_overlayinfo_s *oinfo = (struct fb_overlayinfo_s *)((uintptr_t)arg); fb_ioctl() local 258 struct fb_overlayinfo_s *oinfo = (struct fb_overlayinfo_s *)((uintptr_t)arg); fb_ioctl() local 266 struct fb_overlayinfo_s *oinfo = (struct fb_overlayinfo_s *)((uintptr_t)arg); fb_ioctl() local 274 struct fb_overlayinfo_s *oinfo = (struct fb_overlayinfo_s *)((uintptr_t)arg); fb_ioctl() local 354 struct fb_overlayinfo_s oinfo; fb_register() local [all...] |
H A D | fb.h | 510 int (*getoverlayinfo)(struct fb_vtable_s *vtable, int overlayno, struct fb_overlayinfo_s *oinfo); 516 int (*settransp)(struct fb_vtable_s *vtable, const struct fb_overlayinfo_s *oinfo); 522 int (*setchromakey)(struct fb_vtable_s *vtable, const struct fb_overlayinfo_s *oinfo); 528 int (*setcolor)(struct fb_vtable_s *vtable, const struct fb_overlayinfo_s *oinfo); 532 int (*setblank)(struct fb_vtable_s *vtable, const struct fb_overlayinfo_s *oinfo); 538 int (*setarea)(struct fb_vtable_s *vtable, const struct fb_overlayinfo_s *oinfo); 557 int (*fb_pan_display)(struct fb_vtable_s *vtable, struct fb_overlayinfo_s *oinfo);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/ |
H A D | hifb_main.c | 136 static hi_s32 hifb_pan_display(struct fb_vtable_s *vtable, struct fb_overlayinfo_s *oinfo); 542 return (hi_ulong)(uintptr_t)info->oinfo.fbmem; in hifb_get_smem_start() 547 return (hi_s8 *)info->oinfo.fbmem; in hifb_get_screen_base() 562 return (hi_u32)info->oinfo.sarea.w; in hifb_get_xres_virtual() 567 return (hi_u32)info->oinfo.sarea.h; in hifb_get_yres_virtual() 572 return (hi_u32)info->oinfo.fblen; in hifb_get_smem_len() 577 return (hi_u32)info->oinfo.stride; in hifb_get_line_length() 582 return (hi_u32)info->oinfo.bpp; in hifb_get_bits_per_pixel() 587 return (hi_u32)info->oinfo.sarea.y; in hifb_get_yoffset() 592 return (hi_u32)info->oinfo in hifb_get_xoffset() 3006 struct fb_overlayinfo_s oinfo; flip_surface_pan_display() local 3476 struct fb_overlayinfo_s *oinfo = (struct fb_overlayinfo_s *)(hi_uintptr_t)arg; hifb_ioctl_liteos_standard_io() local 5241 hifb_pan_display(struct fb_vtable_s *vtable, struct fb_overlayinfo_s *oinfo) global() argument [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/ |
H A D | hifb.h | 401 struct fb_overlayinfo_s oinfo; /* This structure descrides one overlay */
member
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hifb.h | 376 struct fb_overlayinfo_s oinfo; /* This structure descrides one overlay */
member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hifb.h | 381 struct fb_overlayinfo_s oinfo; /* This structure descrides one overlay */
member
|
Completed in 12 milliseconds