Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusb.h923 int usb_hub_probe(struct usb_device *dev, int ifnum);
/openbmc/u-boot/common/
H A Dusb_hub.c922 int usb_hub_probe(struct usb_device *dev, int ifnum) in usb_hub_probe() function
H A Dusb.c1196 err = usb_hub_probe(dev, 0); in usb_new_device()