Home
last modified time | relevance | path

Searched refs:ep_index (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_video.c113 uint8_t ep_index = 0U; in USB_HostVideoControlOpenInterface() local
134 for (ep_index = 0U; ep_index < interface_ptr->epCount; ++ep_index) in USB_HostVideoControlOpenInterface()
136 ep_desc = interface_ptr->epList[ep_index].epDesc; in USB_HostVideoControlOpenInterface()
181 uint8_t ep_index = 0U; in USB_HostVideoStreamOpenInterface() local
203 for (ep_index = 0U; ep_index < interface_ptr->epCount; ++ep_index) in USB_HostVideoStreamOpenInterface()
205 ep_desc = interface_ptr->epList[ep_index].epDesc; in USB_HostVideoStreamOpenInterface()
Dusb_host_cdc.c231 uint8_t ep_index = 0; in USB_HostCdcOpenDataInterface() local
269 for (ep_index = 0; ep_index < interfaceHandle->epCount; ++ep_index) in USB_HostCdcOpenDataInterface()
271 ep_desc = interfaceHandle->epList[ep_index].epDesc; in USB_HostCdcOpenDataInterface()
366 uint8_t ep_index = 0; in USB_HostCdcOpenControlInterface() local
399 for (ep_index = 0; ep_index < interfaceHandle->epCount; ++ep_index) in USB_HostCdcOpenControlInterface()
401 ep_desc = interfaceHandle->epList[ep_index].epDesc; in USB_HostCdcOpenControlInterface()
Dusb_host_audio.c337 uint8_t ep_index = 0U; in _USB_HostAudioOpenInterface() local
368 for (ep_index = 0U; ep_index < interface_ptr->epCount; ++ep_index) in _USB_HostAudioOpenInterface()
370 ep_desc = interface_ptr->epList[ep_index].epDesc; in _USB_HostAudioOpenInterface()
1755 uint8_t ep_index = 0U; in USB_HostAudioSetStreamOutDataInterval() local
1772 for (ep_index = 0U; ep_index < interface_ptr->epCount; ++ep_index) in USB_HostAudioSetStreamOutDataInterval()
1774 ep_desc = interface_ptr->epList[ep_index].epDesc; in USB_HostAudioSetStreamOutDataInterval()