Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dusb-uclass.c809 int usb_child_pre_probe(struct udevice *dev) in usb_child_pre_probe() function
856 .child_pre_probe = usb_child_pre_probe,
/u-boot/include/
A Dusb.h910 int usb_child_pre_probe(struct udevice *dev);
/u-boot/common/
A Dusb_hub.c960 .child_pre_probe = usb_child_pre_probe,
/u-boot/doc/driver-model/
A Dusb-info.rst235 USB this calls usb_child_pre_probe() which grabs the information that was
287 - they both use usb_child_pre_probe() to set up their children as proper USB

Completed in 10 milliseconds