Home
last modified time | relevance | path

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

/hal_nxp-latest/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_audio.c519 ptr1.bufr += ptr1.common->bLength; in USB_HostAudioStreamSetInterface()
520 length += ptr1.common->bLength; in USB_HostAudioStreamSetInterface()
590 descLength = ptr1.common->bLength; in USB_HostAudioStreamSetInterface()
591 ptr1.bufr += ptr1.common->bLength; in USB_HostAudioStreamSetInterface()
596 interface_ptr->epList[ep].epExtensionLength = ptr1.common->bLength; in USB_HostAudioStreamSetInterface()
604 ptr1.bufr += ptr1.common->bLength; in USB_HostAudioStreamSetInterface()
642 ctrl_ptr.bufr += ctrl_ptr.common->bLength; in USB_HostAudioStreamSetInterface()
643 length += ctrl_ptr.common->bLength; in USB_HostAudioStreamSetInterface()
684 ctrl_ptr.bufr += ctrl_ptr.common->bLength; in USB_HostAudioStreamSetInterface()
685 length += ctrl_ptr.common->bLength; in USB_HostAudioStreamSetInterface()
[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_cdc.c659 extIndex += ifBuffer->common.bLength, in USB_HostCdcSetDataInterface()
660 ifBuffer = (usb_descriptor_union_t *)((uint8_t *)ifBuffer + ifBuffer->common.bLength)) in USB_HostCdcSetDataInterface()
671 extIndex += ifBuffer->common.bLength, in USB_HostCdcSetDataInterface()
672 … ifBuffer = (usb_descriptor_union_t *)((uint8_t *)ifBuffer + ifBuffer->common.bLength)) in USB_HostCdcSetDataInterface()
1322 temp = (void *)((uint8_t *)ptr1 + ptr1->common.bLength); in USB_HostCdcGetAcmDescriptor()
1348 …t ifIndex = 0; ifIndex < ifPointer->interfaceExtensionLength; ifIndex += ifBuffer->common.bLength, in USB_HostCdcGetEcmDescriptor()
1349 … ifBuffer = (usb_descriptor_union_t *)((uint8_t *)ifBuffer + ifBuffer->common.bLength)) in USB_HostCdcGetEcmDescriptor()
Dusb_host_hid.h84 uint8_t bLength; /*!< Total size of the HID descriptor*/ member
/hal_nxp-latest/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-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.c815 …if (((((uint32_t)unionDes) + 1U) < endPos) && (unionDes->common.bLength == USB_DESCRIPTOR_LENGTH_C… in USB_HostParseDeviceConfigurationDescriptor()
824 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostParseDeviceConfigurationDescriptor()
835 (unionDes->common.bLength == 0x00U)) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor()
839 … deviceInstance->configuration.configurationExtensionLength += unionDes->common.bLength; in USB_HostParseDeviceConfigurationDescriptor()
840 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostParseDeviceConfigurationDescriptor()
880 if (unionDes->common.bLength == 0x00U) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor()
884 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostParseDeviceConfigurationDescriptor()
896 … (unionDes->common.bLength == 0x00U)) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor()
900 interfaceParse->interfaceExtensionLength += unionDes->common.bLength; in USB_HostParseDeviceConfigurationDescriptor()
901 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostParseDeviceConfigurationDescriptor()
[all …]
Dusb_host_hci.c690 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting()
695 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting()
712 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting()
722 interface->interfaceExtensionLength += unionDes->common.bLength; in USB_HostHelperParseAlternateSetting()
723 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting()
757 …nDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting()
767 epParse->epExtensionLength += unionDes->common.bLength; in USB_HostHelperParseAlternateSetting()
768 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg.h112 uint8_t bLength; member
/hal_nxp-latest/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()