Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub_app.c436 … if (USB_HostHubClearPortFeature(hubInstance, hubInstance->portProcess, C_PORT_CONNECTION, in USB_HostHubProcessPortAttach()
490 if (USB_HostHubClearPortFeature(hubInstance, hubInstance->portProcess, feature, in USB_HostHubProcessPortAttach()
574 if (USB_HostHubClearPortFeature(hubInstance, hubInstance->portProcess, C_PORT_RESET, in USB_HostHubProcessPortAttach()
663 … if (USB_HostHubClearPortFeature(hubInstance, hubInstance->portProcess, C_PORT_CONNECTION, in USB_HostHubProcessPortDetach()
672 … if (USB_HostHubClearPortFeature(hubInstance, hubInstance->portProcess, C_PORT_ENABLE, in USB_HostHubProcessPortDetach()
683 … if (USB_HostHubClearPortFeature(hubInstance, hubInstance->portProcess, C_PORT_SUSPEND, in USB_HostHubProcessPortDetach()
Dusb_host_hub.h343 extern usb_status_t USB_HostHubClearPortFeature(usb_host_class_handle classHandle,
Dusb_host_hub.c582 usb_status_t USB_HostHubClearPortFeature(usb_host_class_handle classHandle, in USB_HostHubClearPortFeature() function