| /bsp/allwinner/libraries/sunxi-hal/hal/test/usb/udc/ |
| A D | usb_msg.c | 15 .bLength = USB_DT_DEVICE_SIZE, 32 .bLength = USB_DT_CONFIG_SIZE, 43 .bLength = USB_DT_INTERFACE_SIZE, 55 .bLength = USB_DT_ENDPOINT_SIZE, 64 .bLength = USB_DT_ENDPOINT_SIZE, 102 config_desc_len = demo_config_desc.bLength + demo_intf_desc.bLength in usb_msg_desc_init() 103 + demo_ep_bulk_out.bLength + demo_ep_bulk_in.bLength; in usb_msg_desc_init() 110 buf += demo_config_desc.bLength; in usb_msg_desc_init() 111 memcpy(buf, &demo_intf_desc, demo_intf_desc.bLength); in usb_msg_desc_init() 112 buf += demo_intf_desc.bLength; in usb_msg_desc_init() [all …]
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/audio/Source/ |
| A D | audio_core.c | 81 .bLength = USB_DEV_DESC_LEN, 105 .bLength = sizeof(usb_desc_config), 120 .bLength = sizeof(usb_desc_itf), 256 .bLength = sizeof(usb_desc_itf), 272 .bLength = sizeof(usb_desc_itf), 349 .bLength = sizeof(usb_desc_itf), 365 .bLength = sizeof(usb_desc_itf), 443 .bLength = sizeof(usb_desc_LANGID), 455 .bLength = USB_STRING_LEN(10), 466 .bLength = USB_STRING_LEN(14), [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Include/ |
| A D | video.h | 187 __u8 bLength; member 194 __u8 bLength; member 223 __u8 bLength; member 236 __u8 bLength; member 250 __u8 bLength; member 295 __u8 bLength; member 345 __u8 bLength; member 355 __u8 bLength; member 394 __u8 bLength; member 425 __u8 bLength; member [all …]
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_usb.h | 115 uint8_t bLength; member 120 uint8_t bLength; member 137 uint8_t bLength; member 148 uint8_t bLength; member 160 uint8_t bLength; member 169 uint8_t bLength; member 182 uint8_t bLength; member 191 uint8_t bLength; member 201 uint8_t bLength; member 210 uint8_t bLength; member
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/cdc/Source/ |
| A D | cdc_acm_core.c | 47 .bLength = USB_DEV_DESC_LEN, 71 .bLength = sizeof(usb_desc_config), 86 .bLength = sizeof(usb_desc_itf), 148 .bLength = sizeof(usb_desc_ep), 161 .bLength = sizeof(usb_desc_itf), 177 .bLength = sizeof(usb_desc_ep), 190 .bLength = sizeof(usb_desc_ep), 205 .bLength = sizeof(usb_desc_LANGID), 216 .bLength = USB_STRING_LEN(10), 227 .bLength = USB_STRING_LEN(12), [all …]
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/printer/Source/ |
| A D | printer_core.c | 65 .bLength = USB_DEV_DESC_LEN, 88 .bLength = sizeof(usb_desc_config), 103 .bLength = sizeof(usb_desc_itf), 119 .bLength = sizeof(usb_desc_ep), 132 .bLength = sizeof(usb_desc_ep), 147 .bLength = sizeof(usb_desc_LANGID), 158 .bLength = USB_STRING_LEN(10U), 169 .bLength = USB_STRING_LEN(16U), 180 .bLength = USB_STRING_LEN(12U),
|
| /bsp/nxp/imx/imxrt/libraries/drivers/usb/include/ |
| A D | usb_spec.h | 218 uint8_t bLength; /* Size of this descriptor in bytes */ member 225 uint8_t bLength; /* Size of this descriptor in bytes */ member 243 uint8_t bLength; /* Descriptor size in bytes = 9U */ member 255 uint8_t bLength; member 268 uint8_t bLength; member 278 uint8_t bLength; member 287 uint8_t bLength; /* Descriptor size in bytes = 5U */ member 295 uint8_t bLength; /* Descriptor size in bytes = 7U */ member 302 uint8_t bLength; member
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/ |
| A D | usb_core_config.c | 69 buffer += h->bLength; in _find_next_desc() 70 size -= h->bLength; in _find_next_desc() 96 buffer += d->bLength; in _usb_parse_endpoint_desc() 97 size -= d->bLength; in _usb_parse_endpoint_desc() 103 else if (d->bLength >= USB_DT_ENDPOINT_SIZE) in _usb_parse_endpoint_desc() 173 buffer += interface_desc->bLength; in _usb_parse_interface_desc() 174 size -= interface_desc->bLength; in _usb_parse_interface_desc() 330 buffer += config->desc.bLength; in _usb_parse_config_desc() 331 size -= config->desc.bLength; in _usb_parse_config_desc() 347 (buffer2 += header->bLength, size2 -= header->bLength)) in _usb_parse_config_desc() [all …]
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/msc/Source/ |
| A D | usbd_msc_core.c | 67 .bLength = USB_DEV_DESC_LEN, 90 .bLength = sizeof(usb_desc_config), 104 .bLength = sizeof(usb_desc_itf), 119 .bLength = sizeof(usb_desc_ep), 131 .bLength = sizeof(usb_desc_ep), 146 .bLength = sizeof(usb_desc_LANGID), 157 .bLength = USB_STRING_LEN(10U), 168 .bLength = USB_STRING_LEN(12U), 179 .bLength = USB_STRING_LEN(12U),
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/hid/Source/ |
| A D | standard_hid_core.c | 47 .bLength = USB_DEV_DESC_LEN, 70 .bLength = sizeof(usb_desc_config), 85 .bLength = sizeof(usb_desc_itf), 101 .bLength = sizeof(usb_desc_hid), 115 .bLength = sizeof(usb_desc_ep), 130 .bLength = sizeof(usb_desc_LANGID), 141 .bLength = USB_STRING_LEN(10U), 152 .bLength = USB_STRING_LEN(14U), 163 .bLength = USB_STRING_LEN(12U),
|
| A D | custom_hid_core.c | 51 .bLength = USB_DEV_DESC_LEN, 75 .bLength = sizeof(usb_desc_config), 90 .bLength = sizeof(usb_desc_itf), 106 .bLength = sizeof(usb_desc_hid), 120 .bLength = sizeof(usb_desc_ep), 133 .bLength = sizeof(usb_desc_ep), 148 .bLength = sizeof(usb_desc_LANGID), 159 .bLength = USB_STRING_LEN(10U), 170 .bLength = USB_STRING_LEN(14U), 181 .bLength = USB_STRING_LEN(12U),
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/ |
| A D | usb_protocol.h | 366 uint8_t bLength; member 386 uint8_t bLength; member 396 uint8_t bLength; member 421 uint8_t bLength; member 435 uint8_t bLength; member 451 uint8_t bLength; member 466 uint8_t bLength; member 501 uint8_t bLength; member 516 uint8_t bLength; member 528 uint8_t bLength; member [all …]
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/ |
| A D | usb_protocol.h | 366 uint8_t bLength; member 386 uint8_t bLength; member 396 uint8_t bLength; member 421 uint8_t bLength; member 435 uint8_t bLength; member 451 uint8_t bLength; member 466 uint8_t bLength; member 501 uint8_t bLength; member 516 uint8_t bLength; member 528 uint8_t bLength; member [all …]
|
| /bsp/nxp/imx/imx6ull-smart/drivers/usb/include/ |
| A D | usb_spec.h | 213 uint8_t bLength; /* Size of this descriptor in bytes */ member 220 uint8_t bLength; /* Size of this descriptor in bytes */ member 238 uint8_t bLength; /* Descriptor size in bytes = 9U */ member 250 uint8_t bLength; member 263 uint8_t bLength; member 273 uint8_t bLength; /* Descriptor size in bytes = 5U */ member 281 uint8_t bLength; /* Descriptor size in bytes = 7U */ member
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/usb/ |
| A D | ch9.h | 271 uint8_t bLength; member 280 uint8_t bLength; member 336 uint8_t bLength; member 359 uint8_t bLength; member 373 uint8_t bLength; member 391 uint8_t bLength; member
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/iap/Source/ |
| A D | usb_iap_core.c | 49 .bLength = USB_DEV_DESC_LEN, 72 .bLength = sizeof(usb_desc_config), 87 .bLength = sizeof(usb_desc_itf), 103 .bLength = sizeof(usb_desc_hid), 117 .bLength = sizeof(usb_desc_ep), 130 .bLength = sizeof(usb_desc_ep), 145 .bLength = sizeof(usb_desc_LANGID), 156 .bLength = USB_STRING_LEN(10U), 167 .bLength = USB_STRING_LEN(12U), 178 .bLength = USB_STRING_LEN(2U),
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/ |
| A D | ch9.h | 271 uint8_t bLength; member 280 uint8_t bLength; member 336 uint8_t bLength; member 359 uint8_t bLength; member 373 uint8_t bLength; member 391 uint8_t bLength; member 409 uint8_t bLength; member
|
| /bsp/at32/libraries/usbotg_library/inc/ |
| A D | usb_std.h | 289 …uint8_t bLength; /*!< size of this descriptor… member 310 …uint8_t bLength; /*!< size of this descripto… member 331 …uint8_t bLength; /*!< size of this descripto… member 347 …uint8_t bLength; /*!< size of this descripto… member 360 …uint8_t bLength; /*!< size of this descripto… member
|
| /bsp/at32/libraries/usbd_library/inc/ |
| A D | usb_std.h | 297 …uint8_t bLength; /*!< size of this descriptor… member 318 …uint8_t bLength; /*!< size of this descripto… member 339 …uint8_t bLength; /*!< size of this descripto… member 355 …uint8_t bLength; /*!< size of this descripto… member 368 …uint8_t bLength; /*!< size of this descripto… member
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/dfu/Source/ |
| A D | dfu_core.c | 77 .bLength = USB_DEV_DESC_LEN, 101 .bLength = sizeof(usb_desc_config), 116 .bLength = sizeof(usb_desc_itf), 132 .bLength = sizeof(usb_desc_dfu_func), 146 .bLength = sizeof(usb_desc_LANGID), 157 .bLength = USB_STRING_LEN(10U), 168 .bLength = USB_STRING_LEN(12U), 179 .bLength = USB_STRING_LEN(2U), 189 .bLength = USB_STRING_LEN(15U), 199 .bLength = USB_STRING_LEN(44U),
|
| /bsp/nxp/imx/imx6ull-smart/drivers/usb/host/ |
| A D | usb_host_devices.c | 750 if ((unionDes->common.bLength == USB_DESCRIPTOR_LENGTH_CONFIGURE) && in USB_HostParseDeviceConfigurationDescriptor() 758 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostParseDeviceConfigurationDescriptor() 768 (unionDes->common.bLength == 0x00)) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor() 773 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostParseDeviceConfigurationDescriptor() 807 if (unionDes->common.bLength == 0x00) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor() 826 interfaceParse->interfaceExtensionLength += unionDes->common.bLength; in USB_HostParseDeviceConfigurationDescriptor() 861 if (unionDes->common.bLength == 0x00) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor() 880 epParse->epExtensionLength += unionDes->common.bLength; in USB_HostParseDeviceConfigurationDescriptor() 903 if (unionDes->common.bLength == 0x00) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor() 907 interfaceParse->interfaceExtensionLength += unionDes->common.bLength; in USB_HostParseDeviceConfigurationDescriptor() [all …]
|
| A D | usb_host_hci.c | 718 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting() 731 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting() 736 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting() 753 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting() 763 interface->interfaceExtensionLength += unionDes->common.bLength; in USB_HostHelperParseAlternateSetting() 764 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting() 797 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting() 807 epParse->epExtensionLength += unionDes->common.bLength; in USB_HostHelperParseAlternateSetting() 808 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/usb/host/ |
| A D | usb_host_devices.c | 822 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostParseDeviceConfigurationDescriptor() 833 (unionDes->common.bLength == 0x00U)) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor() 837 … deviceInstance->configuration.configurationExtensionLength += unionDes->common.bLength; in USB_HostParseDeviceConfigurationDescriptor() 838 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostParseDeviceConfigurationDescriptor() 878 if (unionDes->common.bLength == 0x00U) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor() 898 interfaceParse->interfaceExtensionLength += unionDes->common.bLength; in USB_HostParseDeviceConfigurationDescriptor() 936 … if (unionDes->common.bLength == 0x00U) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor() 956 epParse->epExtensionLength += unionDes->common.bLength; in USB_HostParseDeviceConfigurationDescriptor() 979 if (unionDes->common.bLength == 0x00U) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor() 983 interfaceParse->interfaceExtensionLength += unionDes->common.bLength; in USB_HostParseDeviceConfigurationDescriptor() [all …]
|
| /bsp/rm48x50/HALCoGen/include/ |
| A D | usblib.h | 312 uint8 bLength; member 336 uint8 bLength; member 476 uint8 bLength; member 538 uint8 bLength; member 609 uint8 bLength; member 669 uint8 bLength; member 760 uint8 bLength; member 791 uint8 bLength; member
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_usb.h | 541 UINT8 bLength; member 559 UINT8 bLength; member 571 UINT8 bLength; member 584 UINT8 bLength; member 614 UINT8 bLength; member
|