Home
last modified time | relevance | path

Searched refs:uvc_probe_commit_control1_1 (Results 1 – 2 of 2) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
Df_uvc.h638 struct uvc_probe_commit_control1_1 struct
707 struct uvc_probe_commit_control1_1 probe; /* probe control structure */
708 struct uvc_probe_commit_control1_1 commit; /* probe control structure */
834 extern void fuvc_fill_streaming_control(struct uvc_dev_s *fuvc, struct uvc_probe_commit_control1_1
Df_uvc.c1479 struct uvc_probe_commit_control1_1 *target; in fuvc_streaming_set()
1480 struct uvc_probe_commit_control1_1 com; in fuvc_streaming_set()
1481 struct uvc_probe_commit_control1_1 *pcom; in fuvc_streaming_set()
1510 pcom = (struct uvc_probe_commit_control1_1 *)(req->buf); in fuvc_streaming_set()
1771 struct uvc_probe_commit_control1_1 *ctrl, in fuvc_fill_streaming_control()
1809 (void)memset_s(ctrl, sizeof(struct uvc_probe_commit_control1_1), in fuvc_fill_streaming_control()
1810 0, sizeof(struct uvc_probe_commit_control1_1)); in fuvc_fill_streaming_control()
1839 struct uvc_probe_commit_control1_1 *ctrl, uint32_t fint) in fuvc_get_default_streaming_ctrl()
2058 struct uvc_probe_commit_control1_1 commit1_1; in fuvc_handle_streaming_probe()
2081 … &fuvc->probe, SKB_DATA_ALIGN(sizeof(struct uvc_probe_commit_control1_1))); in fuvc_handle_streaming_probe()
[all …]