Searched refs:usb_child_pre_probe (Results 1 – 4 of 4) sorted by relevance
809 int usb_child_pre_probe(struct udevice *dev) in usb_child_pre_probe() function856 .child_pre_probe = usb_child_pre_probe,
910 int usb_child_pre_probe(struct udevice *dev);
960 .child_pre_probe = usb_child_pre_probe,
235 USB this calls usb_child_pre_probe() which grabs the information that was287 - they both use usb_child_pre_probe() to set up their children as proper USB
Completed in 10 milliseconds