Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusb.h177 int usb_reset_root_port(struct usb_device *dev);
179 #define usb_reset_root_port(dev) macro
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c294 int usb_reset_root_port(struct usb_device *dev) in usb_reset_root_port() function
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c128 int usb_reset_root_port(struct usb_device *udev) in usb_reset_root_port() function
/openbmc/u-boot/common/
H A Dusb.c914 usb_reset_root_port(dev); in usb_hub_port_reset()