Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_pl2303.c23 static struct usbh_pl2303 g_pl2303_class[CONFIG_USBHOST_MAX_PL2303_CLASS]; variable
33 memset(&g_pl2303_class[devno], 0, sizeof(struct usbh_pl2303)); in usbh_pl2303_class_alloc()
34 g_pl2303_class[devno].minor = devno; in usbh_pl2303_class_alloc()
35 return &g_pl2303_class[devno]; in usbh_pl2303_class_alloc()

Completed in 4 milliseconds