Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusb.h969 int usb_update_hub_device(struct usb_device *dev);
/openbmc/u-boot/common/
H A Dusb_hub.c796 ret = usb_update_hub_device(dev); in usb_hub_configure()
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c139 int usb_update_hub_device(struct usb_device *udev) in usb_update_hub_device() function