Searched refs:usb_scan_device (Results 1 – 4 of 4) sorted by relevance
/u-boot/doc/driver-model/ |
A D | usb-info.rst | 203 - Then usb_scan_bus() is called. This calls usb_scan_device() to scan the 205 - usb_scan_device() sets up a fake struct usb_device and calls 213 - back in usb_scan_device(), we call usb_find_child() to try to find an 261 usb_hub_port_connect_change(). If so, then usb_scan_device() is called to 263 - you will recognise usb_scan_device() from the steps above. It sets up the
|
/u-boot/drivers/usb/host/ |
A D | usb-uclass.c | 228 ret = usb_scan_device(bus, 0, USB_SPEED_FULL, &dev); in usb_scan_bus() 641 int usb_scan_device(struct udevice *parent, int port, in usb_scan_device() function
|
/u-boot/include/ |
A D | usb.h | 867 int usb_scan_device(struct udevice *parent, int port,
|
/u-boot/common/ |
A D | usb_hub.c | 396 ret = usb_scan_device(dev->dev, port + 1, speed, &child); in usb_hub_port_connect_change()
|
Completed in 10 milliseconds