Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_video.h147 uint8_t bDescriptorType; member
169 uint8_t bDescriptorType; member
189 uint8_t bDescriptorType; member
211 uint8_t bDescriptorType; member
240 uint8_t bDescriptorType; member
255 uint8_t bDescriptorType; member
276 uint8_t bDescriptorType; member
306 uint8_t bDescriptorType; member
328 uint8_t bDescriptorType; member
356 uint8_t bDescriptorType; member
[all …]
Dusb_host_cdc.h119 uint8_t bDescriptorType; /*!<CS_INTERFACE descriptor type.*/ member
129 uint8_t bDescriptorType; /*!<CS_INTERFACE.*/ member
140 uint8_t bDescriptorType; /*!<CS_INTERFACE.*/ member
149 uint8_t bDescriptorType; /*!<CS_INTERFACE.*/ member
158 uint8_t bDescriptorType; /*!<CS_INTERFACE.*/ member
169 uint8_t bDescriptorType; /*!<CS_INTERFACE.*/ member
178 uint8_t bDescriptorType; /*!<CS_INTERFACE descriptor type.*/ member
189 uint8_t bDescriptorType; /*!<CS_INTERFACE.*/ member
197 uint8_t bDescriptorType; /*! @brief CS_INTERFACE */ member
213 uint8_t bDescriptorType; /*!<CS_INTERFACE descriptor type.*/ member
Dusb_host_audio.c514 …if ((ptr1.common->bDescriptorType == 0x04U) && (ptr1.interface->bAlternateSetting == alternateSett… in USB_HostAudioStreamSetInterface()
524 if (ptr1.common->bDescriptorType == 0x24U) in USB_HostAudioStreamSetInterface()
567 if (ptr1.common->bDescriptorType == 0x05U) in USB_HostAudioStreamSetInterface()
593 if ((0x25U == ptr1.common->bDescriptorType)) in USB_HostAudioStreamSetInterface()
617 if (ctrl_ptr.common->bDescriptorType == 0x24U) in USB_HostAudioStreamSetInterface()
652 if (ctrl_ptr.common->bDescriptorType == 0x24U) in USB_HostAudioStreamSetInterface()
695 if (ctrl_ptr.common->bDescriptorType == 0x24U) in USB_HostAudioStreamSetInterface()
721 if (ctrl_ptr.common->bDescriptorType == 0x24U) in USB_HostAudioStreamSetInterface()
745 if (ctrl_ptr.common->bDescriptorType == 0x24U) in USB_HostAudioStreamSetInterface()
767 if (ctrl_ptr.common->bDescriptorType == 0x24U) in USB_HostAudioStreamSetInterface()
[all …]
Dusb_host_video.c476 if (descUnion.common->bDescriptorType == USB_HOST_DESC_CS_INTERFACE) in USB_HostVideoStreamSetInterface()
495 if ((descUnion.common->bDescriptorType == USB_DESCRIPTOR_TYPE_INTERFACE) && in USB_HostVideoStreamSetInterface()
507 if (descUnion.common->bDescriptorType == USB_DESCRIPTOR_TYPE_ENDPOINT) in USB_HostVideoStreamSetInterface()
514 if (USB_HOST_DESC_CS_ENDPOINT == descUnion.common->bDescriptorType) in USB_HostVideoStreamSetInterface()
628 if (((interface_ptr->interfaceDesc->bDescriptorType == USB_DESCRIPTOR_TYPE_INTERFACE) && in USB_HostVideoControlSetInterface()
630 ((desc.common->bDescriptorType == USB_DESCRIPTOR_TYPE_INTERFACE) && in USB_HostVideoControlSetInterface()
640 if (desc.common->bDescriptorType == USB_HOST_DESC_CS_INTERFACE) in USB_HostVideoControlSetInterface()
939 if (descUnion.common->bDescriptorType == USB_HOST_DESC_CS_INTERFACE) in USB_HostVideoStreamGetFormatDescriptor()
984 if ((formatDesc == NULL) || (formatDesc->bDescriptorType != USB_HOST_DESC_CS_INTERFACE)) in USB_HostVideoStreamGetFrameDescriptor()
995 if ((desc.video_frame_common->bDescriptorType == USB_HOST_DESC_CS_INTERFACE) && in USB_HostVideoStreamGetFrameDescriptor()
Dusb_host_cdc.c662 if (ifBuffer->common.bDescriptorType == USB_DESCRIPTOR_TYPE_INTERFACE && in USB_HostCdcSetDataInterface()
674 if (ifBuffer->common.bDescriptorType == USB_DESCRIPTOR_TYPE_ENDPOINT) in USB_HostCdcSetDataInterface()
1351 if (ifBuffer->common.bDescriptorType == 0x24U) in USB_HostCdcGetEcmDescriptor()
Dusb_host_hid.h85 uint8_t bDescriptorType; /*!< Constant name specifying type of HID descriptor*/ member
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/include/
Dusb_spec.h197 uint8_t bDescriptorType; /* DEVICE Descriptor Type */ member
204 uint8_t bDescriptorType; /* DEVICE Descriptor Type */ member
222 uint8_t bDescriptorType; /* CONFIGURATION type = 2U or 7U */ member
234 uint8_t bDescriptorType; member
247 uint8_t bDescriptorType; member
257 uint8_t bDescriptorType; member
266 uint8_t bDescriptorType; /* BOS Descriptor type = 0FU*/ member
274 uint8_t bDescriptorType; /* DEVICE CAPABILITY Descriptor type = 0x10U*/ member
281 uint8_t bDescriptorType; member
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.c816 (unionDes->common.bDescriptorType == USB_DESCRIPTOR_TYPE_CONFIGURE)) in USB_HostParseDeviceConfigurationDescriptor()
828 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_INTERFACE)) in USB_HostParseDeviceConfigurationDescriptor()
834 if ((unionDes->common.bDescriptorType == 0x00U) || in USB_HostParseDeviceConfigurationDescriptor()
853 (unionDes->common.bDescriptorType == USB_DESCRIPTOR_TYPE_INTERFACE)) in USB_HostParseDeviceConfigurationDescriptor()
888 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_INTERFACE) && in USB_HostParseDeviceConfigurationDescriptor()
889 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT)) in USB_HostParseDeviceConfigurationDescriptor()
895 if ((unionDes->common.bDescriptorType == 0x00U) || in USB_HostParseDeviceConfigurationDescriptor()
913 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT) || in USB_HostParseDeviceConfigurationDescriptor()
925 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT)) in USB_HostParseDeviceConfigurationDescriptor()
946 … (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT) && in USB_HostParseDeviceConfigurationDescriptor()
[all …]
Dusb_host_hci.c682 if (unionDes->interface.bDescriptorType == USB_DESCRIPTOR_TYPE_INTERFACE) in USB_HostHelperParseAlternateSetting()
715 if ((unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_INTERFACE) && in USB_HostHelperParseAlternateSetting()
716 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT)) in USB_HostHelperParseAlternateSetting()
734 if ((unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT) || in USB_HostHelperParseAlternateSetting()
745 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT)) in USB_HostHelperParseAlternateSetting()
760 if ((unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT) && in USB_HostHelperParseAlternateSetting()
761 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_INTERFACE)) in USB_HostHelperParseAlternateSetting()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg.h114 uint8_t bDescriptorType; member
/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/usb_cdc_adapter/
Dusb_device_descriptor.c393 if (ptr1->common.bDescriptorType == USB_DESCRIPTOR_TYPE_ENDPOINT) in USB_DeviceSetSpeed()