Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/ustd/class/hid/
A Dusb_hid.h69 uint16_t wDescriptorLength; /*!< length of the associated HID report descriptor, in bytes */ member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/hid/Include/
A DHidSpec.h58 unsigned short wDescriptorLength; /* Total length of report descriptor */ member
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/hid/Source/
A Dstandard_hid_core.c108 .wDescriptorLength = USB_HID_REPORT_DESC_LEN,
A Dcustom_hid_core.c113 .wDescriptorLength = DESC_LEN_REPORT,
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/class/hid/Source/
A Dusbh_hid_core.c423 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()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/iap/Source/
A Dusb_iap_core.c110 .wDescriptorLength = USB_DESC_LEN_IAP_REPORT,
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/hid/Class/
A DHid.c602 HidDev->ReportSize = le16_to_cpu(HidDesc->desc[i].wDescriptorLength); in HidDevScan()

Completed in 13 milliseconds