Home
last modified time | relevance | path

Searched refs:bLength (Results 1 – 25 of 38) sorted by relevance

12

/bsp/allwinner/libraries/sunxi-hal/hal/test/usb/udc/
A Dusb_msg.c15 .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 Daudio_core.c81 .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 Dvideo.h187 __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 DSWM341_usb.h115 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 Dcdc_acm_core.c47 .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 Dprinter_core.c65 .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 Dusb_spec.h218 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 Dusb_core_config.c69 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 Dusbd_msc_core.c67 .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 Dstandard_hid_core.c47 .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 Dcustom_hid_core.c51 .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 Dusb_protocol.h366 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 Dusb_protocol.h366 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 Dusb_spec.h213 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 Dch9.h271 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 Dusb_iap_core.c49 .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 Dch9.h271 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 Dusb_std.h289 …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 Dusb_std.h297 …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 Ddfu_core.c77 .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 Dusb_host_devices.c750 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 Dusb_host_hci.c718 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 Dusb_host_devices.c822 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 Dusblib.h312 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 Dch32v10x_usb.h541 UINT8 bLength; member
559 UINT8 bLength; member
571 UINT8 bLength; member
584 UINT8 bLength; member
614 UINT8 bLength; member

Completed in 89 milliseconds

12