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/ |
D | usb_host_hub_app.c | 436 … 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()
|
D | usb_host_hub.h | 343 extern usb_status_t USB_HostHubClearPortFeature(usb_host_class_handle classHandle,
|
D | usb_host_hub.c | 582 usb_status_t USB_HostHubClearPortFeature(usb_host_class_handle classHandle, in USB_HostHubClearPortFeature() function
|