Searched refs:pre_probe (Results 1 – 15 of 15) sorted by relevance
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | keyboard-uclass.c | 89 .pre_probe = keyboard_pre_probe,
|
| /rk3399_rockchip-uboot/drivers/timer/ |
| H A D | timer-uclass.c | 138 .pre_probe = timer_pre_probe,
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | syscon-uclass.c | 115 .pre_probe = syscon_pre_probe,
|
| H A D | root.c | 118 if (entry->pre_probe) in fix_uclass() 119 entry->pre_probe += gd->reloc_off; in fix_uclass()
|
| H A D | uclass.c | 692 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 D | test-uclass.c | 121 .pre_probe = test_pre_probe,
|
| /rk3399_rockchip-uboot/drivers/video/bridge/ |
| H A D | video-bridge-uclass.c | 146 .pre_probe = video_bridge_pre_probe,
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | uclass.h | 92 int (*pre_probe)(struct udevice *dev); member
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | video-uclass.c | 293 .pre_probe = video_pre_probe,
|
| H A D | vidconsole-uclass.c | 217 .pre_probe = vidconsole_pre_probe,
|
| /rk3399_rockchip-uboot/drivers/remoteproc/ |
| H A D | rproc-uclass.c | 210 .pre_probe = rproc_pre_probe,
|
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | phy-uclass.c | 361 .pre_probe = phy_uclass_pre_probe,
|
| /rk3399_rockchip-uboot/drivers/adc/ |
| H A D | adc-uclass.c | 417 .pre_probe = adc_pre_probe,
|
| /rk3399_rockchip-uboot/drivers/power/regulator/ |
| H A D | regulator-uclass.c | 549 .pre_probe = regulator_pre_probe,
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci-uclass.c | 1493 .pre_probe = pci_uclass_pre_probe,
|