Home
last modified time | relevance | path

Searched refs:uvc_handle (Results 1 – 3 of 3) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
Dusbd_video.c62 static struct uvc_handle *volatile g_uvc = (struct uvc_handle *)UVC_INVALID_HANDLE;
68 static int uvc_copy_continue(struct uvc_handle *uvc, struct uvc_isoc_transfer *tran);
69 static int uvc_nocp_continue(struct uvc_handle *uvc, struct uvc_isoc_transfer *tran);
89 return (g_uvc == (struct uvc_handle *)UVC_INVALID_HANDLE) ? false : true; in uvc_is_running()
99 struct uvc_handle *uvc; in uvc_check_handle()
118 if (uvc == (struct uvc_handle *)UVC_INVALID_HANDLE || in uvc_check_handle()
186 struct uvc_handle *uvc; in uvc_wait_host_sub()
194 uvc = (struct uvc_handle *)hdl; in uvc_wait_host_sub()
252 struct uvc_handle *uvc; in uvc_open_device()
287 if (uvc != (struct uvc_handle *)UVC_INVALID_HANDLE) in uvc_open_device()
[all …]
Df_uvc.h722 void *uvc_handle; /* UVC transmission handle */ member
769 struct uvc_handle struct
Df_uvc.c2331 uvc_dev->uvc_handle = (void *)UVC_INVALID_HANDLE; in usbclass_uvc_bind()