Home
last modified time | relevance | path

Searched refs:g_uvc (Results 1 - 5 of 5) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbd_video.c62 static struct uvc_handle *volatile g_uvc = (struct uvc_handle *)UVC_INVALID_HANDLE; variable
89 return (g_uvc == (struct uvc_handle *)UVC_INVALID_HANDLE) ? false : true; in uvc_is_running()
117 uvc = g_uvc; in uvc_check_handle()
286 uvc = g_uvc; in uvc_open_device()
325 g_uvc = uvc; in uvc_open_device()
418 g_uvc = (struct uvc_handle *)UVC_INVALID_HANDLE; in uvc_close_device()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Duvc_v4l2.c13 #include <linux/usb/g_uvc.h>
70 strlcpy(cap->driver, "g_uvc", sizeof(cap->driver)); in uvc_v4l2_querycap()
H A Df_uvc.c19 #include <linux/usb/g_uvc.h>
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Duvc_v4l2.c13 #include <linux/usb/g_uvc.h>
209 strscpy(cap->driver, "g_uvc", sizeof(cap->driver)); in uvc_v4l2_querycap()
H A Df_uvc.c19 #include <linux/usb/g_uvc.h>

Completed in 5 milliseconds