Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_ftdi.c15 static struct usbh_ftdi g_ftdi_class[CONFIG_USBHOST_MAX_FTDI_CLASS]; variable
44 memset(&g_ftdi_class[devno], 0, sizeof(struct usbh_ftdi)); in usbh_ftdi_class_alloc()
45 g_ftdi_class[devno].minor = devno; in usbh_ftdi_class_alloc()
46 return &g_ftdi_class[devno]; in usbh_ftdi_class_alloc()

Completed in 3 milliseconds