Searched refs:wDescriptorLength (Results 1 – 7 of 7) sorted by relevance
69 uint16_t wDescriptorLength; /*!< length of the associated HID report descriptor, in bytes */ member
58 unsigned short wDescriptorLength; /* Total length of report descriptor */ member
108 .wDescriptorLength = USB_HID_REPORT_DESC_LEN,
113 .wDescriptorLength = DESC_LEN_REPORT,
423 if (USBH_OK == usbh_hid_reportdesc_get(puhost, hid->hid_desc.wDescriptorLength)) { in usbh_hid_class_req()674 hid_desc->wDescriptorLength = BYTE_SWAP(buf + 7U); in usbh_hiddesc_parse()
110 .wDescriptorLength = USB_DESC_LEN_IAP_REPORT,
602 HidDev->ReportSize = le16_to_cpu(HidDesc->desc[i].wDescriptorLength); in HidDevScan()
Completed in 13 milliseconds