Searched refs:usb_find_child (Results 1 – 2 of 2) sorted by relevance
557 static int usb_find_child(struct udevice *parent, in usb_find_child() function640 ret = usb_find_child(parent, &udev->descriptor, iface, &dev); in usb_scan_device()
209 - back in usb_scan_device(), we call usb_find_child() to try to find an213 - if usb_find_child() does not find an existing device, we call221 - in any case, when usb_find_child() and/or usb_find_and_bind_driver() are