Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/core/
H A Droot.c118 if (entry->pre_probe) in fix_uclass()
119 entry->pre_probe += gd->reloc_off; in fix_uclass()
H A Dsyscon-uclass.c115 .pre_probe = syscon_pre_probe,
H A Duclass.c657 if (uc_drv->pre_probe) { in uclass_pre_probe_device()
658 ret = uc_drv->pre_probe(dev); in uclass_pre_probe_device()
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dkeyboard-uclass.c89 .pre_probe = keyboard_pre_probe,
/OK3568_Linux_fs/u-boot/drivers/timer/
H A Dtimer-uclass.c138 .pre_probe = timer_pre_probe,
/OK3568_Linux_fs/u-boot/test/dm/
H A Dtest-uclass.c121 .pre_probe = test_pre_probe,
/OK3568_Linux_fs/u-boot/include/dm/
H A Duclass.h92 int (*pre_probe)(struct udevice *dev); member
/OK3568_Linux_fs/u-boot/drivers/video/bridge/
H A Dvideo-bridge-uclass.c146 .pre_probe = video_bridge_pre_probe,
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dvideo-uclass.c292 .pre_probe = video_pre_probe,
H A Dvidconsole-uclass.c217 .pre_probe = vidconsole_pre_probe,
/OK3568_Linux_fs/u-boot/drivers/remoteproc/
H A Drproc-uclass.c210 .pre_probe = rproc_pre_probe,
/OK3568_Linux_fs/u-boot/drivers/adc/
H A Dadc-uclass.c417 .pre_probe = adc_pre_probe,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Defx_channels.c66 .pre_probe = efx_channel_dummy_op_int,
628 rc = channel->type->pre_probe(channel); in efx_probe_channel()
H A Dnet_driver.h591 int (*pre_probe)(struct efx_channel *); member
H A Dsiena_sriov.c1045 .pre_probe = efx_siena_sriov_probe_channel,
H A Dptp.c2213 .pre_probe = efx_ptp_probe_channel,
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c530 .pre_probe = regulator_pre_probe,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h478 int (*pre_probe)(struct ef4_channel *); member
H A Defx.c502 rc = channel->type->pre_probe(channel); in ef4_probe_channel()
879 .pre_probe = ef4_channel_dummy_op_int,
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci-uclass.c1237 .pre_probe = pci_uclass_pre_probe,