Searched refs:usb_scan_device (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/doc/driver-model/ |
H A D | usb-info.txt | 199 - Then usb_scan_bus() is called. This calls usb_scan_device() to scan the 201 - usb_scan_device() sets up a fake struct usb_device and calls 209 - back in usb_scan_device(), we call usb_find_child() to try to find an 257 usb_hub_port_connect_change(). If so, then usb_scan_device() is called to 259 - you will recognise usb_scan_device() from the steps above. It sets up the
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | usb-uclass.c | 215 ret = usb_scan_device(bus, 0, USB_SPEED_FULL, &dev); in usb_scan_bus() 584 int usb_scan_device(struct udevice *parent, int port, in usb_scan_device() function
|
/openbmc/u-boot/include/ |
H A D | usb.h | 850 int usb_scan_device(struct udevice *parent, int port,
|
/openbmc/u-boot/common/ |
H A D | usb_hub.c | 400 ret = usb_scan_device(dev->dev, port + 1, speed, &child); in usb_hub_port_connect_change()
|