Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/core/
H A Droot.c96 if (entry->child_pre_probe) in fix_drivers()
97 entry->child_pre_probe += gd->reloc_off; in fix_drivers()
126 if (entry->child_pre_probe) in fix_uclass()
127 entry->child_pre_probe += gd->reloc_off; in fix_uclass()
H A Duclass.c666 if (uc_drv->child_pre_probe) in uclass_pre_probe_device()
667 return uc_drv->child_pre_probe(dev); in uclass_pre_probe_device()
H A Ddevice.c489 if (dev->parent && dev->parent->driver->child_pre_probe) { in device_probe()
490 ret = dev->parent->driver->child_pre_probe(dev); in device_probe()
/OK3568_Linux_fs/u-boot/include/dm/
H A Duclass.h96 int (*child_pre_probe)(struct udevice *dev); member
H A Ddevice.h251 int (*child_pre_probe)(struct udevice *dev); member
/OK3568_Linux_fs/u-boot/test/dm/
H A Dbus.c94 .child_pre_probe = testbus_child_pre_probe,
102 .child_pre_probe = testbus_child_pre_probe_uclass,
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dbcm63xx_hsspi.c412 .child_pre_probe = bcm63xx_hsspi_child_pre_probe,
H A Dbcm63xx_spi.c431 .child_pre_probe = bcm63xx_spi_child_pre_probe,
H A Dspi-uclass.c511 .child_pre_probe = spi_child_pre_probe,
H A Dti_qspi.c650 .child_pre_probe = ti_qspi_child_pre_probe,
H A Dich.c714 .child_pre_probe = ich_spi_child_pre_probe,
H A Dfsl_dspi.c726 .child_pre_probe = fsl_dspi_child_pre_probe,
H A Dfsl_qspi.c1256 .child_pre_probe = fsl_qspi_child_pre_probe,
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-uclass.c798 .child_pre_probe = usb_child_pre_probe,
/OK3568_Linux_fs/u-boot/common/
H A Dusb_hub.c967 .child_pre_probe = usb_child_pre_probe,
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drk618_dsi.c1067 .child_pre_probe = rk618_dsi_child_pre_probe,
H A Ddw_mipi_dsi2.c1357 .child_pre_probe = dw_mipi_dsi2_child_pre_probe,
H A Ddw_mipi_dsi.c1697 .child_pre_probe = dw_mipi_dsi_child_pre_probe,
/OK3568_Linux_fs/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.txt558 Also the bus driver can define the child_pre_probe() and child_post_remove()
564 The bus uclass can also provide a child_pre_probe() method. Very often it is