Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub.h320 extern usb_status_t USB_HostHubSetPortFeature(usb_host_class_handle classHandle,
Dusb_host_hub_app.c291 if (USB_HostHubSetPortFeature(hubInstance, hubInstance->portIndex, PORT_POWER, in USB_HostHubProcess()
448 if (USB_HostHubSetPortFeature(hubInstance, hubInstance->portProcess, PORT_RESET, in USB_HostHubProcessPortAttach()
516 if (USB_HostHubSetPortFeature(hubInstance, hubInstance->portProcess, PORT_RESET, in USB_HostHubProcessPortAttach()
Dusb_host_hub.c554 usb_status_t USB_HostHubSetPortFeature(usb_host_class_handle classHandle, in USB_HostHubSetPortFeature() function