Home
last modified time | relevance | path

Searched refs:usb_child_pre_probe (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/usb/host/
Dusb-uclass.c751 int usb_child_pre_probe(struct udevice *dev) in usb_child_pre_probe() function
798 .child_pre_probe = usb_child_pre_probe,
/external/u-boot/include/
Dusb.h893 int usb_child_pre_probe(struct udevice *dev);
/external/u-boot/common/
Dusb_hub.c964 .child_pre_probe = usb_child_pre_probe,
/external/u-boot/doc/driver-model/
Dusb-info.txt231 USB this calls usb_child_pre_probe() which grabs the information that was
283 - they both use usb_child_pre_probe() to set up their children as proper USB