Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/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.h113 uint8_t bDescriptorType; /*!<CS_INTERFACE descriptor type.*/ member
123 uint8_t bDescriptorType; /*!<CS_INTERFACE.*/ member
134 uint8_t bDescriptorType; /*!<CS_INTERFACE.*/ member
143 uint8_t bDescriptorType; /*!<CS_INTERFACE.*/ member
152 uint8_t bDescriptorType; /*!<CS_INTERFACE.*/ member
163 uint8_t bDescriptorType; /*!<CS_INTERFACE.*/ member
172 uint8_t bDescriptorType; /*!<CS_INTERFACE descriptor type.*/ member
183 uint8_t bDescriptorType; /*!<CS_INTERFACE.*/ member
192 uint8_t bDescriptorType; /*!<CS_INTERFACE descriptor type.*/ member
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_audio.c508 …if ((ptr1.common->bDescriptorType == 0x04U) && (ptr1.interface->bAlternateSetting == alternateSett… in USB_HostAudioStreamSetInterface()
518 if (ptr1.common->bDescriptorType == 0x24U) in USB_HostAudioStreamSetInterface()
561 if (ptr1.common->bDescriptorType == 0x05U) in USB_HostAudioStreamSetInterface()
587 if ((0x25U == ptr1.common->bDescriptorType)) in USB_HostAudioStreamSetInterface()
699 if (((interface_ptr->interfaceDesc->bDescriptorType == 0x04U) && in USB_HostAudioControlSetInterface()
701 …((ptr1.common->bDescriptorType == 0x04U) && (ptr1.interface->bAlternateSetting == alternateSetting… in USB_HostAudioControlSetInterface()
711 if (ptr1.common->bDescriptorType == 0x24U) in USB_HostAudioControlSetInterface()
Dusb_host_hid.h85 uint8_t bDescriptorType; /*!< Constant name specifying type of HID descriptor*/ member
/hal_nxp-3.5.0/mcux/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-3.5.0/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-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.c814 (unionDes->common.bDescriptorType == USB_DESCRIPTOR_TYPE_CONFIGURE)) in USB_HostParseDeviceConfigurationDescriptor()
826 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_INTERFACE)) in USB_HostParseDeviceConfigurationDescriptor()
832 if ((unionDes->common.bDescriptorType == 0x00U) || in USB_HostParseDeviceConfigurationDescriptor()
851 (unionDes->common.bDescriptorType == USB_DESCRIPTOR_TYPE_INTERFACE)) in USB_HostParseDeviceConfigurationDescriptor()
886 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_INTERFACE) && in USB_HostParseDeviceConfigurationDescriptor()
887 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT)) in USB_HostParseDeviceConfigurationDescriptor()
893 if ((unionDes->common.bDescriptorType == 0x00U) || in USB_HostParseDeviceConfigurationDescriptor()
911 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT) || in USB_HostParseDeviceConfigurationDescriptor()
923 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT)) in USB_HostParseDeviceConfigurationDescriptor()
944 … (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT) && in USB_HostParseDeviceConfigurationDescriptor()
[all …]
Dusb_host_hci.c710 if (unionDes->interface.bDescriptorType == USB_DESCRIPTOR_TYPE_INTERFACE) in USB_HostHelperParseAlternateSetting()
743 if ((unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_INTERFACE) && in USB_HostHelperParseAlternateSetting()
744 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT)) in USB_HostHelperParseAlternateSetting()
762 if ((unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT) || in USB_HostHelperParseAlternateSetting()
773 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT)) in USB_HostHelperParseAlternateSetting()
788 if ((unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT) && in USB_HostHelperParseAlternateSetting()
789 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_INTERFACE)) in USB_HostHelperParseAlternateSetting()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg.h114 uint8_t bDescriptorType; member
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/usb/otg/
Dusb_otg.h114 uint8_t bDescriptorType; member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/usb_cdc_adapter/
Dusb_device_descriptor.c393 if (ptr1->common.bDescriptorType == USB_DESCRIPTOR_TYPE_ENDPOINT) in USB_DeviceSetSpeed()