Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.c32 static struct usbh_video g_video_class[CONFIG_USBHOST_MAX_VIDEO_CLASS]; variable
42 memset(&g_video_class[devno], 0, sizeof(struct usbh_video)); in usbh_video_class_alloc()
43 g_video_class[devno].minor = devno; in usbh_video_class_alloc()
44 return &g_video_class[devno]; in usbh_video_class_alloc()

Completed in 3 milliseconds