Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Droot.c77 if (entry->child_pre_probe) in fix_drivers()
78 entry->child_pre_probe += gd->reloc_off; in fix_drivers()
107 if (entry->child_pre_probe) in fix_uclass()
108 entry->child_pre_probe += gd->reloc_off; in fix_uclass()
A Duclass.c711 if (uc_drv->child_pre_probe) { in uclass_pre_probe_device()
712 ret = uc_drv->child_pre_probe(dev); in uclass_pre_probe_device()
A Ddevice.c544 if (dev->parent && dev->parent->driver->child_pre_probe) { in device_probe()
545 ret = dev->parent->driver->child_pre_probe(dev); in device_probe()
/u-boot/drivers/misc/
A Dtest_drv.c99 .child_pre_probe = testbus_child_pre_probe,
107 .child_pre_probe = testbus_child_pre_probe_uclass,
/u-boot/drivers/bus/
A Dti-sysc.c157 .child_pre_probe = ti_sysc_child_pre_probe,
/u-boot/include/dm/
A Duclass.h100 int (*child_pre_probe)(struct udevice *dev); member
A Ddevice.h344 int (*child_pre_probe)(struct udevice *dev); member
/u-boot/drivers/virtio/
A Dvirtio-uclass.c370 .child_pre_probe = virtio_uclass_child_pre_probe,
/u-boot/drivers/spi/
A Dbcm63xx_hsspi.c407 .child_pre_probe = bcm63xx_hsspi_child_pre_probe,
A Dbcm63xx_spi.c426 .child_pre_probe = bcm63xx_spi_child_pre_probe,
A Dspi-uclass.c515 .child_pre_probe = spi_child_pre_probe,
A Dfsl_espi.c583 .child_pre_probe = fsl_espi_child_pre_probe,
A Dfsl_dspi.c669 .child_pre_probe = fsl_dspi_child_pre_probe,
A Dich.c999 .child_pre_probe = ich_spi_child_pre_probe,
/u-boot/common/
A Dusb_hub.c960 .child_pre_probe = usb_child_pre_probe,
/u-boot/drivers/usb/host/
A Dusb-uclass.c856 .child_pre_probe = usb_child_pre_probe,
/u-boot/doc/
A DREADME.virtio193 The child_post_bind(), child_pre_probe() and child_post_probe() methods of the
/u-boot/doc/driver-model/
A Dusb-info.rst233 child_pre_probe() method. This gets called before anything else and is
A Ddesign.rst614 Also the bus driver can define the child_pre_probe() and child_post_remove()
620 The bus uclass can also provide a child_pre_probe() method. Very often it is
/u-boot/drivers/mmc/
A Docteontx_hsmmc.c3895 .child_pre_probe = octeontx_mmc_host_child_pre_probe,

Completed in 41 milliseconds