Searched refs:pre_probe (Results 1 – 19 of 19) sorted by relevance
| /openbmc/u-boot/drivers/net/mdio/ |
| H A D | mdio-uclass.c | 109 .pre_probe = mdio_uclass_pre_probe,
|
| /openbmc/u-boot/drivers/input/ |
| H A D | keyboard-uclass.c | 88 .pre_probe = keyboard_pre_probe,
|
| /openbmc/u-boot/drivers/timer/ |
| H A D | timer-uclass.c | 137 .pre_probe = timer_pre_probe,
|
| /openbmc/u-boot/test/dm/ |
| H A D | test-uclass.c | 120 .pre_probe = test_pre_probe,
|
| /openbmc/u-boot/drivers/video/bridge/ |
| H A D | video-bridge-uclass.c | 136 .pre_probe = video_bridge_pre_probe,
|
| /openbmc/u-boot/include/dm/ |
| H A D | uclass.h | 93 int (*pre_probe)(struct udevice *dev); member
|
| /openbmc/u-boot/drivers/core/ |
| H A D | root.c | 117 if (entry->pre_probe) in fix_uclass() 118 entry->pre_probe += gd->reloc_off; in fix_uclass()
|
| H A D | syscon-uclass.c | 131 .pre_probe = syscon_pre_probe,
|
| H A D | uclass.c | 708 if (uc_drv->pre_probe) { in uclass_pre_probe_device() 709 ret = uc_drv->pre_probe(dev); in uclass_pre_probe_device()
|
| /openbmc/u-boot/drivers/power/pmic/ |
| H A D | pmic-uclass.c | 197 .pre_probe = pmic_pre_probe,
|
| /openbmc/u-boot/drivers/tee/ |
| H A D | tee-uclass.c | 207 .pre_probe = tee_pre_probe,
|
| /openbmc/u-boot/drivers/remoteproc/ |
| H A D | rproc-uclass.c | 210 .pre_probe = rproc_pre_probe,
|
| /openbmc/u-boot/drivers/video/ |
| H A D | video-uclass.c | 310 .pre_probe = video_pre_probe,
|
| H A D | vidconsole-uclass.c | 511 .pre_probe = vidconsole_pre_probe,
|
| /openbmc/u-boot/drivers/virtio/ |
| H A D | virtio-uclass.c | 363 .pre_probe = virtio_uclass_pre_probe,
|
| /openbmc/u-boot/drivers/adc/ |
| H A D | adc-uclass.c | 438 .pre_probe = adc_pre_probe,
|
| /openbmc/u-boot/drivers/power/regulator/ |
| H A D | regulator-uclass.c | 427 .pre_probe = regulator_pre_probe,
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci-uclass.c | 1451 .pre_probe = pci_uclass_pre_probe,
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch | 1501 + .pre_probe = ffa_do_probe,
|