Home
last modified time | relevance | path

Searched refs:child_post_probe (Results 1 – 5 of 5) sorted by relevance

/u-boot/include/dm/
A Duclass.h101 int (*child_post_probe)(struct udevice *dev); member
/u-boot/drivers/misc/
A Dtest_drv.c108 .child_post_probe = testbus_child_post_probe_uclass,
/u-boot/drivers/core/
A Duclass.c727 if (uc_drv->child_post_probe) { in uclass_post_probe_device()
728 ret = uc_drv->child_post_probe(dev); in uclass_post_probe_device()
/u-boot/drivers/virtio/
A Dvirtio-uclass.c371 .child_post_probe = virtio_uclass_child_post_probe,
/u-boot/doc/
A DREADME.virtio193 The child_post_bind(), child_pre_probe() and child_post_probe() methods of the

Completed in 8 milliseconds