Home
last modified time | relevance | path

Searched refs:USB_HostDetachDeviceInternal (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.h133 extern usb_status_t USB_HostDetachDeviceInternal(usb_host_handle hostHandle, usb_device_handle devi…
Dusb_host_devices.c1220 … return USB_HostDetachDeviceInternal(hostHandle, deviceInstance); /* device instance detach */ in USB_HostDetachDevice()
1225 usb_status_t USB_HostDetachDeviceInternal(usb_host_handle hostHandle, usb_device_handle deviceHandl… in USB_HostDetachDeviceInternal() function
1472 (void)USB_HostDetachDeviceInternal(hostHandle, deviceHandle); in USB_HostRemoveDevice()
Dusb_host_hci.c327 (void)USB_HostDetachDeviceInternal(hostHandle, deviceInstance); in USB_HostDeinit()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub_app.c728 … (void)USB_HostDetachDeviceInternal(hubInstance->hostHandle, portInstance->deviceHandle); in USB_HostHubProcessPortDetach()
1338 (void)USB_HostDetachDeviceInternal(hubInstance->hostHandle, in USB_HostHubDeviceEvent()