Searched refs:epParse (Results 1 – 2 of 2) sorted by relevance
688 usb_host_ep_t *epParse; in USB_HostHelperParseAlternateSetting() local780 epParse = (usb_host_ep_t *)&interface->epList[interface->epCount]; in USB_HostHelperParseAlternateSetting()782 epParse->epDesc = (usb_descriptor_endpoint_t *)temp; in USB_HostHelperParseAlternateSetting()783 epParse->epExtensionLength = 0; in USB_HostHelperParseAlternateSetting()784 epParse->epExtension = NULL; in USB_HostHelperParseAlternateSetting()791 if (epParse->epExtension == NULL) in USB_HostHelperParseAlternateSetting()793 epParse->epExtension = (uint8_t *)unionDes; in USB_HostHelperParseAlternateSetting()795 epParse->epExtensionLength += unionDes->common.bLength; in USB_HostHelperParseAlternateSetting()
787 usb_host_ep_t *epParse; in USB_HostParseDeviceConfigurationDescriptor() local931 epParse = (usb_host_ep_t *)temp; in USB_HostParseDeviceConfigurationDescriptor()933 epParse->epDesc = (usb_descriptor_endpoint_t *)temp; in USB_HostParseDeviceConfigurationDescriptor()934 epParse->epExtensionLength = 0U; in USB_HostParseDeviceConfigurationDescriptor()935 epParse->epExtension = NULL; in USB_HostParseDeviceConfigurationDescriptor()947 if (epParse->epExtension == NULL) in USB_HostParseDeviceConfigurationDescriptor()949 epParse->epExtension = (uint8_t *)unionDes; in USB_HostParseDeviceConfigurationDescriptor()956 epParse->epExtensionLength += unionDes->common.bLength; in USB_HostParseDeviceConfigurationDescriptor()