Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c133 if (!ops->reset_root_port) in usb_reset_root_port()
136 return ops->reset_root_port(bus, udev); in usb_reset_root_port()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c365 .reset_root_port = musb_reset_root_port,
/openbmc/u-boot/include/
H A Dusb.h771 int (*reset_root_port)(struct udevice *bus, struct usb_device *udev); member