Searched refs:child_pre_probe (Results 1 – 20 of 20) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | root.c | 96 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 D | uclass.c | 666 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 D | device.c | 489 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 D | uclass.h | 96 int (*child_pre_probe)(struct udevice *dev); member
|
| H A D | device.h | 251 int (*child_pre_probe)(struct udevice *dev); member
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | bus.c | 94 .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 D | bcm63xx_hsspi.c | 412 .child_pre_probe = bcm63xx_hsspi_child_pre_probe,
|
| H A D | bcm63xx_spi.c | 431 .child_pre_probe = bcm63xx_spi_child_pre_probe,
|
| H A D | spi-uclass.c | 511 .child_pre_probe = spi_child_pre_probe,
|
| H A D | ti_qspi.c | 650 .child_pre_probe = ti_qspi_child_pre_probe,
|
| H A D | ich.c | 714 .child_pre_probe = ich_spi_child_pre_probe,
|
| H A D | fsl_dspi.c | 726 .child_pre_probe = fsl_dspi_child_pre_probe,
|
| H A D | fsl_qspi.c | 1256 .child_pre_probe = fsl_qspi_child_pre_probe,
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | usb-uclass.c | 798 .child_pre_probe = usb_child_pre_probe,
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_hub.c | 967 .child_pre_probe = usb_child_pre_probe,
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rk618_dsi.c | 1067 .child_pre_probe = rk618_dsi_child_pre_probe,
|
| H A D | dw_mipi_dsi2.c | 1357 .child_pre_probe = dw_mipi_dsi2_child_pre_probe,
|
| H A D | dw_mipi_dsi.c | 1697 .child_pre_probe = dw_mipi_dsi_child_pre_probe,
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | usb-info.txt | 229 child_pre_probe() method. This gets called before anything else and is
|
| H A D | README.txt | 558 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
|