Searched refs:usb_child_pre_probe (Results 1 – 4 of 4) sorted by relevance
751 int usb_child_pre_probe(struct udevice *dev) in usb_child_pre_probe() function798 .child_pre_probe = usb_child_pre_probe,
893 int usb_child_pre_probe(struct udevice *dev);
964 .child_pre_probe = usb_child_pre_probe,
231 USB this calls usb_child_pre_probe() which grabs the information that was283 - they both use usb_child_pre_probe() to set up their children as proper USB