Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_video.h145 uint8_t bLength; member
167 uint8_t bLength; member
187 uint8_t bLength; member
209 uint8_t bLength; member
238 uint8_t bLength; member
253 uint8_t bLength; member
274 uint8_t bLength; member
304 uint8_t bLength; member
326 uint8_t bLength; member
354 uint8_t bLength; member
[all …]
Dusb_host_video.c485 length += descUnion.common->bLength; in USB_HostVideoStreamSetInterface()
486 descUnion.bufr += descUnion.common->bLength; in USB_HostVideoStreamSetInterface()
501 length += descUnion.common->bLength; in USB_HostVideoStreamSetInterface()
502 descUnion.bufr += descUnion.common->bLength; in USB_HostVideoStreamSetInterface()
511 descLength = descUnion.common->bLength; in USB_HostVideoStreamSetInterface()
512 descUnion.bufr += descUnion.common->bLength; in USB_HostVideoStreamSetInterface()
517 interface_ptr->epList[ep].epExtensionLength = descUnion.common->bLength; in USB_HostVideoStreamSetInterface()
525 descUnion.bufr += descUnion.common->bLength; in USB_HostVideoStreamSetInterface()
635 length += desc.common->bLength; in USB_HostVideoControlSetInterface()
636 desc.bufr += desc.common->bLength; in USB_HostVideoControlSetInterface()
[all …]
Dusb_host_phdc.h56 uint8_t bLength; /*!< Class function descriptor length */ member
66 uint8_t bLength; /*!< Function extension descriptor length */ member
76 uint8_t bLength; /*!< QoS descriptor length */ member
85 uint8_t bLength; /*!< Metadata descriptor length */ member
Dusb_host_audio.c513 ptr1.bufr += ptr1.common->bLength; in USB_HostAudioStreamSetInterface()
514 length += ptr1.common->bLength; in USB_HostAudioStreamSetInterface()
584 descLength = ptr1.common->bLength; in USB_HostAudioStreamSetInterface()
585 ptr1.bufr += ptr1.common->bLength; in USB_HostAudioStreamSetInterface()
590 interface_ptr->epList[ep].epExtensionLength = ptr1.common->bLength; in USB_HostAudioStreamSetInterface()
598 ptr1.bufr += ptr1.common->bLength; in USB_HostAudioStreamSetInterface()
706 ptr1.bufr += ptr1.common->bLength; in USB_HostAudioControlSetInterface()
707 length += ptr1.common->bLength; in USB_HostAudioControlSetInterface()
754 ptr1.bufr += ptr1.common->bLength; in USB_HostAudioControlSetInterface()
755 length += ptr1.common->bLength; in USB_HostAudioControlSetInterface()
Dusb_host_hid.h84 uint8_t bLength; /*!< Total size of the HID descriptor*/ member
Dusb_host_cdc.c1293 temp = (void *)((uint8_t *)ptr1 + ptr1->common.bLength); in USB_HostCdcGetAcmDescriptor()
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/usb/include/
Dusb_spec.h196 uint8_t bLength; /* Size of this descriptor in bytes */ member
203 uint8_t bLength; /* Size of this descriptor in bytes */ member
221 uint8_t bLength; /* Descriptor size in bytes = 9U */ member
233 uint8_t bLength; member
246 uint8_t bLength; member
256 uint8_t bLength; member
265 uint8_t bLength; /* Descriptor size in bytes = 5U */ member
273 uint8_t bLength; /* Descriptor size in bytes = 7U */ member
280 uint8_t bLength; member
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/include/
Dusb_spec.h196 uint8_t bLength; /* Size of this descriptor in bytes */ member
203 uint8_t bLength; /* Size of this descriptor in bytes */ member
221 uint8_t bLength; /* Descriptor size in bytes = 9U */ member
233 uint8_t bLength; member
246 uint8_t bLength; member
256 uint8_t bLength; member
265 uint8_t bLength; /* Descriptor size in bytes = 5U */ member
273 uint8_t bLength; /* Descriptor size in bytes = 7U */ member
280 uint8_t bLength; member
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.c813 …if (((((uint32_t)unionDes) + 1U) < endPos) && (unionDes->common.bLength == USB_DESCRIPTOR_LENGTH_C… in USB_HostParseDeviceConfigurationDescriptor()
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()
882 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostParseDeviceConfigurationDescriptor()
894 … (unionDes->common.bLength == 0x00U)) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor()
898 interfaceParse->interfaceExtensionLength += unionDes->common.bLength; in USB_HostParseDeviceConfigurationDescriptor()
899 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostParseDeviceConfigurationDescriptor()
[all …]
Dusb_host_hci.c718 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting()
723 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting()
740 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting()
750 interface->interfaceExtensionLength += unionDes->common.bLength; in USB_HostHelperParseAlternateSetting()
751 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting()
785 …nDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting()
795 epParse->epExtensionLength += unionDes->common.bLength; in USB_HostHelperParseAlternateSetting()
796 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg.h112 uint8_t bLength; member
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/usb/otg/
Dusb_otg.h112 uint8_t bLength; member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/usb_cdc_adapter/
Dusb_device_descriptor.c456 ptr1 = (usb_descriptor_union_t *)(void *)((uint8_t *)ptr1 + ptr1->common.bLength); in USB_DeviceSetSpeed()