Searched refs:pre_probe (Results 1 – 20 of 20) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| 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 | syscon-uclass.c | 115 .pre_probe = syscon_pre_probe,
|
| H A D | uclass.c | 657 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 D | keyboard-uclass.c | 89 .pre_probe = keyboard_pre_probe,
|
| /OK3568_Linux_fs/u-boot/drivers/timer/ |
| H A D | timer-uclass.c | 138 .pre_probe = timer_pre_probe,
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | test-uclass.c | 121 .pre_probe = test_pre_probe,
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass.h | 92 int (*pre_probe)(struct udevice *dev); member
|
| /OK3568_Linux_fs/u-boot/drivers/video/bridge/ |
| H A D | video-bridge-uclass.c | 146 .pre_probe = video_bridge_pre_probe,
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | video-uclass.c | 292 .pre_probe = video_pre_probe,
|
| H A D | vidconsole-uclass.c | 217 .pre_probe = vidconsole_pre_probe,
|
| /OK3568_Linux_fs/u-boot/drivers/remoteproc/ |
| H A D | rproc-uclass.c | 210 .pre_probe = rproc_pre_probe,
|
| /OK3568_Linux_fs/u-boot/drivers/adc/ |
| H A D | adc-uclass.c | 417 .pre_probe = adc_pre_probe,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | efx_channels.c | 66 .pre_probe = efx_channel_dummy_op_int, 628 rc = channel->type->pre_probe(channel); in efx_probe_channel()
|
| H A D | net_driver.h | 591 int (*pre_probe)(struct efx_channel *); member
|
| H A D | siena_sriov.c | 1045 .pre_probe = efx_siena_sriov_probe_channel,
|
| H A D | ptp.c | 2213 .pre_probe = efx_ptp_probe_channel,
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | regulator-uclass.c | 530 .pre_probe = regulator_pre_probe,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | net_driver.h | 478 int (*pre_probe)(struct ef4_channel *); member
|
| H A D | efx.c | 502 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 D | pci-uclass.c | 1237 .pre_probe = pci_uclass_pre_probe,
|