Home
last modified time | relevance | path

Searched refs:pre_probe (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/u-boot/drivers/net/mdio/
H A Dmdio-uclass.c109 .pre_probe = mdio_uclass_pre_probe,
/openbmc/u-boot/drivers/input/
H A Dkeyboard-uclass.c88 .pre_probe = keyboard_pre_probe,
/openbmc/u-boot/drivers/timer/
H A Dtimer-uclass.c137 .pre_probe = timer_pre_probe,
/openbmc/u-boot/drivers/core/
H A Droot.c117 if (entry->pre_probe) in fix_uclass()
118 entry->pre_probe += gd->reloc_off; in fix_uclass()
H A Dsyscon-uclass.c131 .pre_probe = syscon_pre_probe,
H A Duclass.c708 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 Dtest-uclass.c120 .pre_probe = test_pre_probe,
/openbmc/u-boot/drivers/video/bridge/
H A Dvideo-bridge-uclass.c136 .pre_probe = video_bridge_pre_probe,
/openbmc/u-boot/include/dm/
H A Duclass.h93 int (*pre_probe)(struct udevice *dev); member
/openbmc/u-boot/drivers/power/pmic/
H A Dpmic-uclass.c197 .pre_probe = pmic_pre_probe,
/openbmc/u-boot/drivers/tee/
H A Dtee-uclass.c207 .pre_probe = tee_pre_probe,
/openbmc/u-boot/drivers/remoteproc/
H A Drproc-uclass.c210 .pre_probe = rproc_pre_probe,
/openbmc/u-boot/drivers/video/
H A Dvideo-uclass.c310 .pre_probe = video_pre_probe,
H A Dvidconsole-uclass.c511 .pre_probe = vidconsole_pre_probe,
/openbmc/u-boot/drivers/virtio/
H A Dvirtio-uclass.c363 .pre_probe = virtio_uclass_pre_probe,
/openbmc/u-boot/drivers/adc/
H A Dadc-uclass.c438 .pre_probe = adc_pre_probe,
/openbmc/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c427 .pre_probe = regulator_pre_probe,
/openbmc/linux/drivers/net/ethernet/sfc/
H A Defx_channels.c648 rc = channel->type->pre_probe(channel); in efx_probe_channel()
1338 .pre_probe = efx_channel_dummy_op_int,
H A Dtc_counters.c556 .pre_probe = efx_tc_probe_channel,
H A Dnet_driver.h586 int (*pre_probe)(struct efx_channel *); member
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Defx_channels.c651 rc = channel->type->pre_probe(channel); in efx_probe_channel()
1363 .pre_probe = efx_channel_dummy_op_int,
H A Dnet_driver.h590 int (*pre_probe)(struct efx_channel *); member
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h478 int (*pre_probe)(struct ef4_channel *); member
H A Defx.c496 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 Dpci-uclass.c1451 .pre_probe = pci_uclass_pre_probe,

12