Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_cp210x.c15 static struct usbh_cp210x g_cp210x_class[CONFIG_USBHOST_MAX_CP210X_CLASS]; variable
25 memset(&g_cp210x_class[devno], 0, sizeof(struct usbh_cp210x)); in usbh_cp210x_class_alloc()
26 g_cp210x_class[devno].minor = devno; in usbh_cp210x_class_alloc()
27 return &g_cp210x_class[devno]; in usbh_cp210x_class_alloc()

Completed in 6 milliseconds