Lines Matching defs:vtable
668 static int FbGetVideoInfo(struct fb_vtable_s *vtable, struct fb_videoinfo_s *vinfo)
670 (void)vtable;
679 static int FbGetPlaneInfo(struct fb_vtable_s *vtable, int planeno, struct fb_planeinfo_s *pinfo)
684 (void)vtable;
714 static int FbOpen(struct fb_vtable_s *vtable)
716 (void)vtable;
720 static int FbRelease(struct fb_vtable_s *vtable)
722 (void)vtable;
726 static ssize_t FbMmap(struct fb_vtable_s *vtable, LosVmMapRegion *region)
728 (void)vtable;