Home
last modified time | relevance | path

Searched refs:child_pre_probe (Results 1 – 20 of 20) sorted by relevance

/openbmc/u-boot/drivers/core/
H A Droot.c95 if (entry->child_pre_probe) in fix_drivers()
96 entry->child_pre_probe += gd->reloc_off; in fix_drivers()
125 if (entry->child_pre_probe) in fix_uclass()
126 entry->child_pre_probe += gd->reloc_off; in fix_uclass()
H A Ddevice.c400 if (dev->parent && dev->parent->driver->child_pre_probe) { in device_probe()
401 ret = dev->parent->driver->child_pre_probe(dev); in device_probe()
H A Duclass.c717 if (uc_drv->child_pre_probe) in uclass_pre_probe_device()
718 return uc_drv->child_pre_probe(dev); in uclass_pre_probe_device()
/openbmc/u-boot/include/dm/
H A Duclass.h97 int (*child_pre_probe)(struct udevice *dev); member
H A Ddevice.h247 int (*child_pre_probe)(struct udevice *dev); member
/openbmc/u-boot/test/dm/
H A Dbus.c105 .child_pre_probe = testbus_child_pre_probe,
113 .child_pre_probe = testbus_child_pre_probe_uclass,
/openbmc/u-boot/drivers/virtio/
H A Dvirtio-uclass.c366 .child_pre_probe = virtio_uclass_child_pre_probe,
/openbmc/u-boot/drivers/spi/
H A Dbcm63xx_hsspi.c405 .child_pre_probe = bcm63xx_hsspi_child_pre_probe,
H A Dbcm63xx_spi.c424 .child_pre_probe = bcm63xx_spi_child_pre_probe,
H A Dspi-uclass.c472 .child_pre_probe = spi_child_pre_probe,
H A Dti_qspi.c649 .child_pre_probe = ti_qspi_child_pre_probe,
H A Dfsl_dspi.c720 .child_pre_probe = fsl_dspi_child_pre_probe,
H A Dich.c713 .child_pre_probe = ich_spi_child_pre_probe,
H A Dfsl_qspi.c1129 .child_pre_probe = fsl_qspi_child_pre_probe,
H A Daspeed_spi.c1948 .child_pre_probe = aspeed_spi_child_pre_probe,
/openbmc/u-boot/common/
H A Dusb_hub.c964 .child_pre_probe = usb_child_pre_probe,
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c798 .child_pre_probe = usb_child_pre_probe,
/openbmc/u-boot/doc/
H A DREADME.virtio193 The child_post_bind(), child_pre_probe() and child_post_probe() methods of the
/openbmc/u-boot/doc/driver-model/
H A Dusb-info.txt229 child_pre_probe() method. This gets called before anything else and is
H A DREADME.txt567 Also the bus driver can define the child_pre_probe() and child_post_remove()
573 The bus uclass can also provide a child_pre_probe() method. Very often it is