Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds