Searched refs:child_pre_probe (Results 1 – 20 of 20) sorted by relevance
/u-boot/drivers/core/ |
A D | root.c | 77 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 D | uclass.c | 711 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 D | device.c | 544 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 D | test_drv.c | 99 .child_pre_probe = testbus_child_pre_probe, 107 .child_pre_probe = testbus_child_pre_probe_uclass,
|
/u-boot/drivers/bus/ |
A D | ti-sysc.c | 157 .child_pre_probe = ti_sysc_child_pre_probe,
|
/u-boot/include/dm/ |
A D | uclass.h | 100 int (*child_pre_probe)(struct udevice *dev); member
|
A D | device.h | 344 int (*child_pre_probe)(struct udevice *dev); member
|
/u-boot/drivers/virtio/ |
A D | virtio-uclass.c | 370 .child_pre_probe = virtio_uclass_child_pre_probe,
|
/u-boot/drivers/spi/ |
A D | bcm63xx_hsspi.c | 407 .child_pre_probe = bcm63xx_hsspi_child_pre_probe,
|
A D | bcm63xx_spi.c | 426 .child_pre_probe = bcm63xx_spi_child_pre_probe,
|
A D | spi-uclass.c | 515 .child_pre_probe = spi_child_pre_probe,
|
A D | fsl_espi.c | 583 .child_pre_probe = fsl_espi_child_pre_probe,
|
A D | fsl_dspi.c | 669 .child_pre_probe = fsl_dspi_child_pre_probe,
|
A D | ich.c | 999 .child_pre_probe = ich_spi_child_pre_probe,
|
/u-boot/common/ |
A D | usb_hub.c | 960 .child_pre_probe = usb_child_pre_probe,
|
/u-boot/drivers/usb/host/ |
A D | usb-uclass.c | 856 .child_pre_probe = usb_child_pre_probe,
|
/u-boot/doc/ |
A D | README.virtio | 193 The child_post_bind(), child_pre_probe() and child_post_probe() methods of the
|
/u-boot/doc/driver-model/ |
A D | usb-info.rst | 233 child_pre_probe() method. This gets called before anything else and is
|
A D | design.rst | 614 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 D | octeontx_hsmmc.c | 3895 .child_pre_probe = octeontx_mmc_host_child_pre_probe,
|
Completed in 41 milliseconds