Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
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()
516 interface_ptr->epList[ep].epExtension = descUnion.bufr; in USB_HostVideoStreamSetInterface()
517 interface_ptr->epList[ep].epExtensionLength = descUnion.common->bLength; in USB_HostVideoStreamSetInterface()
Dusb_host_phdc.c491 epDesc = interface->epList[epIndex].epDesc; in USB_HostPhdcOpenInterface()
516 phdcInstance->interruptInEndpointInformation = interface->epList[epIndex]; in USB_HostPhdcOpenInterface()
542 phdcInstance->bulkInEndpointInformation = interface->epList[epIndex]; in USB_HostPhdcOpenInterface()
568 phdcInstance->bulkOutEndpointInformation = interface->epList[epIndex]; in USB_HostPhdcOpenInterface()
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()
589 interface_ptr->epList[ep].epExtension = ptr1.bufr; in USB_HostAudioStreamSetInterface()
590 interface_ptr->epList[ep].epExtensionLength = ptr1.common->bLength; 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()
Dusb_host_hub.c259 epDesc = interface->epList[epIndex].epDesc; in USB_HostHubSetInterface()
Dusb_host_printer.c278 epDesc = interfacePointer->epList[epIndex].epDesc; in USB_HostPrinterOpenInterface()
Dusb_host_hid.c277 epDesc = interfacePointer->epList[epIndex].epDesc; in USB_HostHidOpenInterface()
Dusb_host_msd.c821 epDesc = interfacePointer->epList[epIndex].epDesc; in USB_HostMsdOpenInterface()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host.h203 usb_host_ep_t epList[USB_HOST_CONFIG_INTERFACE_MAX_EP]; /*!< Endpoint array*/ member
Dusb_host_hci.c780 epParse = (usb_host_ep_t *)&interface->epList[interface->epCount]; in USB_HostHelperParseAlternateSetting()
Dusb_host_devices.c930 … temp = (void *)&interfaceParse->epList[interfaceParse->epCount]; in USB_HostParseDeviceConfigurationDescriptor()