Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/input/
H A Dkeyboard-uclass.c89 .pre_probe = keyboard_pre_probe,
/rk3399_rockchip-uboot/drivers/timer/
H A Dtimer-uclass.c138 .pre_probe = timer_pre_probe,
/rk3399_rockchip-uboot/drivers/core/
H A Dsyscon-uclass.c115 .pre_probe = syscon_pre_probe,
H A Droot.c118 if (entry->pre_probe) in fix_uclass()
119 entry->pre_probe += gd->reloc_off; in fix_uclass()
H A Duclass.c692 if (uc_drv->pre_probe) { in uclass_pre_probe_device()
693 ret = uc_drv->pre_probe(dev); in uclass_pre_probe_device()
/rk3399_rockchip-uboot/test/dm/
H A Dtest-uclass.c121 .pre_probe = test_pre_probe,
/rk3399_rockchip-uboot/drivers/video/bridge/
H A Dvideo-bridge-uclass.c146 .pre_probe = video_bridge_pre_probe,
/rk3399_rockchip-uboot/include/dm/
H A Duclass.h92 int (*pre_probe)(struct udevice *dev); member
/rk3399_rockchip-uboot/drivers/video/
H A Dvideo-uclass.c293 .pre_probe = video_pre_probe,
H A Dvidconsole-uclass.c217 .pre_probe = vidconsole_pre_probe,
/rk3399_rockchip-uboot/drivers/remoteproc/
H A Drproc-uclass.c210 .pre_probe = rproc_pre_probe,
/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-uclass.c361 .pre_probe = phy_uclass_pre_probe,
/rk3399_rockchip-uboot/drivers/adc/
H A Dadc-uclass.c417 .pre_probe = adc_pre_probe,
/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dregulator-uclass.c549 .pre_probe = regulator_pre_probe,
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci-uclass.c1493 .pre_probe = pci_uclass_pre_probe,