Searched refs:child_pre_probe (Results 1 - 23 of 23) sorted by relevance

/u-boot/drivers/misc/
H A Dtest_drv.c99 .child_pre_probe = testbus_child_pre_probe,
108 .child_pre_probe = testbus_child_pre_probe_uclass,
/u-boot/drivers/bus/
H A Dti-sysc.c157 .child_pre_probe = ti_sysc_child_pre_probe,
/u-boot/include/dm/
H A Duclass.h67 * @child_pre_probe: Called before a child in this uclass is probed
98 int (*child_pre_probe)(struct udevice *dev); member in struct:uclass_driver
H A Ddevice.h349 * @child_pre_probe: Called before a child device is probed. The device has
384 int (*child_pre_probe)(struct udevice *dev); member in struct:driver
/u-boot/drivers/spi/
H A Dgxp_spi.c302 .child_pre_probe = gxp_spi_child_pre_probe,
H A Dbcm63xx_spi.c422 .child_pre_probe = bcm63xx_spi_child_pre_probe,
H A Dbcmbca_hsspi.c408 .child_pre_probe = bcmbca_hsspi_child_pre_probe,
H A Dspi-uclass.c577 .child_pre_probe = spi_child_pre_probe,
H A Dbcm63xx_hsspi.c628 .child_pre_probe = bcm63xx_hsspi_child_pre_probe,
H A Dfsl_dspi.c669 .child_pre_probe = fsl_dspi_child_pre_probe,
H A Dfsl_espi.c583 .child_pre_probe = fsl_espi_child_pre_probe,
H A Dzynq_qspi.c799 .child_pre_probe = zynq_qspi_child_pre_probe,
H A Dich.c1001 .child_pre_probe = ich_spi_child_pre_probe,
/u-boot/drivers/i2c/
H A Dsun8i_rsb.c282 .child_pre_probe = sun8i_rsb_child_pre_probe,
H A Dsun6i_p2wi.c229 .child_pre_probe = sun6i_p2wi_child_pre_probe,
/u-boot/drivers/core/
H A Duclass.c755 if (uc_drv->child_pre_probe) {
756 ret = uc_drv->child_pre_probe(dev);
H A Ddevice.c566 if (dev->parent && dev->parent->driver->child_pre_probe) {
567 ret = dev->parent->driver->child_pre_probe(dev);
/u-boot/drivers/usb/dwc3/
H A Ddwc3-meson-gxl.c438 .child_pre_probe = dwc3_meson_gxl_child_pre_probe,
H A Ddwc3-meson-g12a.c543 .child_pre_probe = dwc3_meson_g12a_child_pre_probe,
/u-boot/drivers/virtio/
H A Dvirtio-uclass.c396 .child_pre_probe = virtio_uclass_child_pre_probe,
/u-boot/common/
H A Dusb_hub.c970 .child_pre_probe = usb_child_pre_probe,
/u-boot/drivers/usb/host/
H A Dusb-uclass.c864 .child_pre_probe = usb_child_pre_probe,
/u-boot/drivers/mmc/
H A Docteontx_hsmmc.c3994 .child_pre_probe = octeontx_mmc_host_child_pre_probe,

Completed in 404 milliseconds