Searched refs:epDesc (Results 1 – 11 of 11) sorted by relevance
222 … USB_SHORT_TO_LITTLE_ENDIAN(phdcInstance->bulkInEndpointInformation.epDesc->bEndpointAddress))) in USB_HostPhdcSetClearFeatureEndpointHaltCallback()228 …featureParam.interfaceOrEndpoint = phdcInstance->bulkInEndpointInformation.epDesc->bEndpointAddres… in USB_HostPhdcSetClearFeatureEndpointHaltCallback()243 … USB_SHORT_TO_LITTLE_ENDIAN(phdcInstance->bulkInEndpointInformation.epDesc->bEndpointAddress))) in USB_HostPhdcSetClearFeatureEndpointHaltCallback()367 phdcInstance->bulkInEndpointInformation.epDesc->bEndpointAddress; in USB_HostPhdcBulkInPipeCallback()443 usb_descriptor_endpoint_t *epDesc = NULL; in USB_HostPhdcOpenInterface() local491 epDesc = interface->epList[epIndex].epDesc; in USB_HostPhdcOpenInterface()492 if (((epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_MASK) == in USB_HostPhdcOpenInterface()494 … ((epDesc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_INTERRUPT)) in USB_HostPhdcOpenInterface()500 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK… in USB_HostPhdcOpenInterface()501 pipeInit.interval = epDesc->bInterval; in USB_HostPhdcOpenInterface()[all …]
246 usb_descriptor_endpoint_t *epDesc = NULL; in USB_HostPrinterOpenInterface() local278 epDesc = interfacePointer->epList[epIndex].epDesc; in USB_HostPrinterOpenInterface()279 if (((epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_MASK) == in USB_HostPrinterOpenInterface()281 … ((epDesc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_BULK)) in USB_HostPrinterOpenInterface()286 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK… in USB_HostPrinterOpenInterface()287 pipeInit.interval = epDesc->bInterval; in USB_HostPrinterOpenInterface()288 …pipeInit.maxPacketSize = (uint16_t)((USB_SHORT_FROM_LITTLE_ENDIAN_ADDRESS(epDesc->wMaxPacketSize… in USB_HostPrinterOpenInterface()290 …pipeInit.numberPerUframe = (uint8_t)((USB_SHORT_FROM_LITTLE_ENDIAN_ADDRESS(epDesc->wMaxPacketSize)… in USB_HostPrinterOpenInterface()305 else if (((epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_MASK) == in USB_HostPrinterOpenInterface()307 … ((epDesc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_BULK)) in USB_HostPrinterOpenInterface()[all …]
245 usb_descriptor_endpoint_t *epDesc = NULL; in USB_HostHidOpenInterface() local277 epDesc = interfacePointer->epList[epIndex].epDesc; in USB_HostHidOpenInterface()278 if (((epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_MASK) == in USB_HostHidOpenInterface()280 … ((epDesc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_INTERRUPT)) in USB_HostHidOpenInterface()285 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK… in USB_HostHidOpenInterface()286 pipeInit.interval = epDesc->bInterval; in USB_HostHidOpenInterface()287 …pipeInit.maxPacketSize = (uint16_t)((USB_SHORT_FROM_LITTLE_ENDIAN_ADDRESS(epDesc->wMaxPacketSize… in USB_HostHidOpenInterface()289 …pipeInit.numberPerUframe = (uint8_t)((USB_SHORT_FROM_LITTLE_ENDIAN_ADDRESS(epDesc->wMaxPacketSize)… in USB_HostHidOpenInterface()304 else if (((epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_MASK) == in USB_HostHidOpenInterface()306 … ((epDesc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_INTERRUPT)) in USB_HostHidOpenInterface()[all …]
218 usb_descriptor_endpoint_t *epDesc = NULL; in USB_HostHubSetInterface() local259 epDesc = interface->epList[epIndex].epDesc; in USB_HostHubSetInterface()260 if (((epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_MASK) == in USB_HostHubSetInterface()262 … ((epDesc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_INTERRUPT)) in USB_HostHubSetInterface()268 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK… in USB_HostHubSetInterface()269 pipeInit.interval = epDesc->bInterval; in USB_HostHubSetInterface()270 …pipeInit.maxPacketSize = (uint16_t)((USB_SHORT_FROM_LITTLE_ENDIAN_ADDRESS(epDesc->wMaxPacketSize… in USB_HostHubSetInterface()272 …pipeInit.numberPerUframe = (uint8_t)((USB_SHORT_FROM_LITTLE_ENDIAN_ADDRESS(epDesc->wMaxPacketSize)… in USB_HostHubSetInterface()
791 usb_descriptor_endpoint_t *epDesc = NULL; in USB_HostMsdOpenInterface() local821 epDesc = interfacePointer->epList[epIndex].epDesc; in USB_HostMsdOpenInterface()822 if (((epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_MASK) == in USB_HostMsdOpenInterface()824 … ((epDesc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_BULK)) in USB_HostMsdOpenInterface()829 …pipeInit.endpointAddress = (epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_NUMBER_MASK… in USB_HostMsdOpenInterface()830 pipeInit.interval = epDesc->bInterval; in USB_HostMsdOpenInterface()831 …pipeInit.maxPacketSize = (uint16_t)((USB_SHORT_FROM_LITTLE_ENDIAN_ADDRESS(epDesc->wMaxPacketSize… in USB_HostMsdOpenInterface()833 …pipeInit.numberPerUframe = (uint8_t)((USB_SHORT_FROM_LITTLE_ENDIAN_ADDRESS(epDesc->wMaxPacketSize)… in USB_HostMsdOpenInterface()846 else if (((epDesc->bEndpointAddress & USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_MASK) == in USB_HostMsdOpenInterface()848 … ((epDesc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_BULK)) in USB_HostMsdOpenInterface()[all …]
136 ep_desc = interface_ptr->epList[ep_index].epDesc; in USB_HostVideoControlOpenInterface()205 ep_desc = interface_ptr->epList[ep_index].epDesc; in USB_HostVideoStreamOpenInterface()510 interface_ptr->epList[ep].epDesc = (usb_descriptor_endpoint_t *)temp; in USB_HostVideoStreamSetInterface()
370 ep_desc = interface_ptr->epList[ep_index].epDesc; in _USB_HostAudioOpenInterface()572 interface_ptr->epList[ep].epDesc = (usb_descriptor_endpoint_t *)temp; in USB_HostAudioStreamSetInterface()1774 ep_desc = interface_ptr->epList[ep_index].epDesc; in USB_HostAudioSetStreamOutDataInterval()
271 ep_desc = interfaceHandle->epList[ep_index].epDesc; in USB_HostCdcOpenDataInterface()401 ep_desc = interfaceHandle->epList[ep_index].epDesc; in USB_HostCdcOpenControlInterface()
195 usb_descriptor_endpoint_t *epDesc; /*!< Endpoint descriptor pointer*/ member
782 epParse->epDesc = (usb_descriptor_endpoint_t *)temp; in USB_HostHelperParseAlternateSetting()
933 epParse->epDesc = (usb_descriptor_endpoint_t *)temp; in USB_HostParseDeviceConfigurationDescriptor()