Searched defs:usb_reset_device (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/core/
H A Dhub.c3655 ret = usb_reset_device(hdev);
3977 * Use usb_reset_device() instead.
4118 * usb_reset_device - warn interface drivers and perform a USB port reset
4137 int usb_reset_device(struct usb_device *udev) function
4196 EXPORT_SYMBOL_GPL(usb_reset_device); variable
4204 * context, where usb_reset_device() won't work (as it blocks).
4207 * usb_reset_device(), except for the fact that it is delayed to a

Completed in 869 milliseconds