Home
last modified time | relevance | path

Searched defs:uvc_dev_s (Results 1 – 1 of 1) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
Df_uvc.h702 struct uvc_dev_s struct
704 …8_t *descs; /* pointer to the concatenated descriptors */
705 uint32_t desl; /* length of all descriptors */
706 …int32_t control; /* Class-specific control request value */
707 struct uvc_probe_commit_control1_1 probe; /* probe control structure */
708 struct uvc_probe_commit_control1_1 commit; /* probe control structure */
709 struct usbdev_ep_s *ctrl_ep; /* control transfer endpoint */
710 struct usbdev_ep_s *vs_ep; /* Video Streaming endpoint */
712 struct usbdev_req_s ctrlreq; /* control request */
713 struct usbdev_req_s vc_ctrlreq; /* Video Control request */
[all …]