/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/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/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/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/linux/drivers/net/ethernet/sfc/ |
H A D | efx_channels.c | 648 rc = channel->type->pre_probe(channel); in efx_probe_channel() 1338 .pre_probe = efx_channel_dummy_op_int,
|
H A D | tc_counters.c | 556 .pre_probe = efx_tc_probe_channel,
|
H A D | net_driver.h | 586 int (*pre_probe)(struct efx_channel *); member
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx_channels.c | 651 rc = channel->type->pre_probe(channel); in efx_probe_channel() 1363 .pre_probe = efx_channel_dummy_op_int,
|
H A D | net_driver.h | 590 int (*pre_probe)(struct efx_channel *); member
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | net_driver.h | 478 int (*pre_probe)(struct ef4_channel *); member
|
H A D | efx.c | 496 rc = channel->type->pre_probe(channel); in ef4_probe_channel() 869 .pre_probe = ef4_channel_dummy_op_int,
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci-uclass.c | 1451 .pre_probe = pci_uclass_pre_probe,
|