Home
last modified time | relevance | path

Searched refs:usb_find_child (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c557 static int usb_find_child(struct udevice *parent, in usb_find_child() function
640 ret = usb_find_child(parent, &udev->descriptor, iface, &dev); in usb_scan_device()
/openbmc/u-boot/doc/driver-model/
H A Dusb-info.txt209 - back in usb_scan_device(), we call usb_find_child() to try to find an
213 - if usb_find_child() does not find an existing device, we call
221 - in any case, when usb_find_child() and/or usb_find_and_bind_driver() are