Home
last modified time | relevance | path

Searched refs:fb_overlayinfo_s (Results 1 - 2 of 2) sorted by relevance

/third_party/NuttX/drivers/video/
H A Dfb.c539 struct fb_overlayinfo_s oinfo; in fb_ioctl()
554 struct fb_overlayinfo_s oinfo; in fb_ioctl()
558 ret = LOS_ArchCopyFromUser(&oinfo, (const void *)arg, sizeof(struct fb_overlayinfo_s)); in fb_ioctl()
567 ret = LOS_ArchCopyToUser((void *)arg, &oinfo, sizeof(struct fb_overlayinfo_s)); in fb_ioctl()
578 struct fb_overlayinfo_s oinfo; in fb_ioctl()
582 ret = LOS_ArchCopyFromUser(&oinfo, (const void *)arg, sizeof(struct fb_overlayinfo_s)); in fb_ioctl()
594 struct fb_overlayinfo_s oinfo; in fb_ioctl()
598 ret = LOS_ArchCopyFromUser(&oinfo, (const void *)arg, sizeof(struct fb_overlayinfo_s)); in fb_ioctl()
610 struct fb_overlayinfo_s oinfo; in fb_ioctl()
614 ret = LOS_ArchCopyFromUser(&oinfo, (const void *)arg, sizeof(struct fb_overlayinfo_s)); in fb_ioctl()
[all...]
/third_party/NuttX/include/nuttx/video/
H A Dfb.h251 * fb_overlayinfo_s */
257 * fb_overlayinfo_s */
260 * fb_overlayinfo_s */
263 * fb_overlayinfo_s */
266 * fb_overlayinfo_s */
269 * fb_overlayinfo_s */
339 struct fb_overlayinfo_s struct
518 struct fb_overlayinfo_s *oinfo);
525 const struct fb_overlayinfo_s *oinfo);
532 const struct fb_overlayinfo_s *oinf
[all...]

Completed in 4 milliseconds