Searched refs:epExtension (Results 1 – 6 of 6) sorted by relevance
796 epParse->epExtension = NULL; in USB_HostHelperParseAlternateSetting()803 if (epParse->epExtension == NULL) in USB_HostHelperParseAlternateSetting()805 epParse->epExtension = (uint8_t *)unionDes; in USB_HostHelperParseAlternateSetting()
155 uint8_t *epExtension; /*!< Endpoint extended descriptor pointer*/ member
860 epParse->epExtension = NULL; in USB_HostParseDeviceConfigurationDescriptor()871 if (epParse->epExtension == NULL) in USB_HostParseDeviceConfigurationDescriptor()873 epParse->epExtension = (uint8_t *)unionDes; in USB_HostParseDeviceConfigurationDescriptor()
783 epParse->epExtension = NULL; in USB_HostHelperParseAlternateSetting()790 if (epParse->epExtension == NULL) in USB_HostHelperParseAlternateSetting()792 epParse->epExtension = (uint8_t *)unionDes; in USB_HostHelperParseAlternateSetting()
196 uint8_t *epExtension; /*!< Endpoint extended descriptor pointer*/ member
935 epParse->epExtension = NULL; in USB_HostParseDeviceConfigurationDescriptor()947 if (epParse->epExtension == NULL) in USB_HostParseDeviceConfigurationDescriptor()949 epParse->epExtension = (uint8_t *)unionDes; in USB_HostParseDeviceConfigurationDescriptor()
Completed in 17 milliseconds