Home
last modified time | relevance | path

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

/third_party/NuttX/include/nuttx/video/
H A Dfb.h222 * fb_cmap_s */
225 * fb_cmap_s */
389 struct fb_cmap_s struct
488 struct fb_cmap_s *cmap);
490 const struct fb_cmap_s *cmap);
/third_party/NuttX/drivers/video/
H A Dfb.c438 struct fb_cmap_s cmap = { 0 }; in fb_ioctl()
445 ret = LOS_ArchCopyToUser((void *)arg, &cmap, sizeof(struct fb_cmap_s)); in fb_ioctl()
456 struct fb_cmap_s cmap; in fb_ioctl()
460 ret = LOS_ArchCopyFromUser(&cmap, (const void *)arg, sizeof(struct fb_cmap_s)); in fb_ioctl()

Completed in 4 milliseconds