Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/hid/
A Dusbh_hid.c25 static struct usbh_hid g_hid_class[CONFIG_USBHOST_MAX_HID_CLASS]; variable
35 memset(&g_hid_class[devno], 0, sizeof(struct usbh_hid)); in usbh_hid_class_alloc()
36 g_hid_class[devno].minor = devno; in usbh_hid_class_alloc()
37 return &g_hid_class[devno]; in usbh_hid_class_alloc()

Completed in 2 milliseconds