Home
last modified time | relevance | path

Searched refs:epDesc (Results 1 – 11 of 11) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_phdc.c222 … 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() local
491 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 …]
Dusb_host_printer.c246 usb_descriptor_endpoint_t *epDesc = NULL; in USB_HostPrinterOpenInterface() local
278 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 …]
Dusb_host_hid.c245 usb_descriptor_endpoint_t *epDesc = NULL; in USB_HostHidOpenInterface() local
277 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 …]
Dusb_host_hub.c218 usb_descriptor_endpoint_t *epDesc = NULL; in USB_HostHubSetInterface() local
259 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()
Dusb_host_msd.c791 usb_descriptor_endpoint_t *epDesc = NULL; in USB_HostMsdOpenInterface() local
821 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 …]
Dusb_host_video.c136 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()
Dusb_host_audio.c370 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()
Dusb_host_cdc.c271 ep_desc = interfaceHandle->epList[ep_index].epDesc; in USB_HostCdcOpenDataInterface()
401 ep_desc = interfaceHandle->epList[ep_index].epDesc; in USB_HostCdcOpenControlInterface()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host.h195 usb_descriptor_endpoint_t *epDesc; /*!< Endpoint descriptor pointer*/ member
Dusb_host_hci.c782 epParse->epDesc = (usb_descriptor_endpoint_t *)temp; in USB_HostHelperParseAlternateSetting()
Dusb_host_devices.c933 epParse->epDesc = (usb_descriptor_endpoint_t *)temp; in USB_HostParseDeviceConfigurationDescriptor()