Searched refs:epParse (Results 1 – 2 of 2) sorted by relevance
660 usb_host_ep_t *epParse; in USB_HostHelperParseAlternateSetting() local752 epParse = (usb_host_ep_t *)&interface->epList[interface->epCount]; in USB_HostHelperParseAlternateSetting()754 epParse->epDesc = (usb_descriptor_endpoint_t *)temp; in USB_HostHelperParseAlternateSetting()755 epParse->epExtensionLength = 0; in USB_HostHelperParseAlternateSetting()756 epParse->epExtension = NULL; in USB_HostHelperParseAlternateSetting()763 if (epParse->epExtension == NULL) in USB_HostHelperParseAlternateSetting()765 epParse->epExtension = (uint8_t *)unionDes; in USB_HostHelperParseAlternateSetting()767 epParse->epExtensionLength += unionDes->common.bLength; in USB_HostHelperParseAlternateSetting()
789 usb_host_ep_t *epParse; in USB_HostParseDeviceConfigurationDescriptor() local933 epParse = (usb_host_ep_t *)temp; in USB_HostParseDeviceConfigurationDescriptor()935 epParse->epDesc = (usb_descriptor_endpoint_t *)temp; in USB_HostParseDeviceConfigurationDescriptor()936 epParse->epExtensionLength = 0U; in USB_HostParseDeviceConfigurationDescriptor()937 epParse->epExtension = NULL; in USB_HostParseDeviceConfigurationDescriptor()949 if (epParse->epExtension == NULL) in USB_HostParseDeviceConfigurationDescriptor()951 epParse->epExtension = (uint8_t *)unionDes; in USB_HostParseDeviceConfigurationDescriptor()958 epParse->epExtensionLength += unionDes->common.bLength; in USB_HostParseDeviceConfigurationDescriptor()