Searched refs:USB_HostDetachDeviceInternal (Results 1 – 4 of 4) sorted by relevance
133 extern usb_status_t USB_HostDetachDeviceInternal(usb_host_handle hostHandle, usb_device_handle devi…
1220 … 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() function1472 (void)USB_HostDetachDeviceInternal(hostHandle, deviceHandle); in USB_HostRemoveDevice()
327 (void)USB_HostDetachDeviceInternal(hostHandle, deviceInstance); in USB_HostDeinit()
728 … (void)USB_HostDetachDeviceInternal(hubInstance->hostHandle, portInstance->deviceHandle); in USB_HostHubProcessPortDetach()1338 (void)USB_HostDetachDeviceInternal(hubInstance->hostHandle, in USB_HostHubDeviceEvent()