Searched refs:post_probe (Results 1 – 21 of 21) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci-emul-uclass.c | 64 .post_probe = sandbox_pci_emul_post_probe,
|
| H A D | pci-uclass.c | 1238 .post_probe = pci_uclass_post_probe,
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | root.c | 120 if (entry->post_probe) in fix_uclass() 121 entry->post_probe += gd->reloc_off; in fix_uclass()
|
| H A D | uclass.c | 676 if (uc_drv->post_probe) in uclass_post_probe_device() 677 return uc_drv->post_probe(dev); in uclass_post_probe_device()
|
| /OK3568_Linux_fs/u-boot/drivers/timer/ |
| H A D | timer-uclass.c | 140 .post_probe = timer_post_probe,
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | mdio-uclass.c | 112 .post_probe = dm_mdio_post_probe,
|
| H A D | eth-uclass.c | 554 .post_probe = eth_post_probe,
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | test-uclass.c | 122 .post_probe = test_post_probe,
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass.h | 93 int (*post_probe)(struct udevice *dev); member
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/muxes/ |
| H A D | i2c-mux-uclass.c | 204 .post_probe = i2c_mux_post_probe,
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | video-uclass.c | 293 .post_probe = video_post_probe,
|
| H A D | vidconsole-uclass.c | 218 .post_probe = vidconsole_post_probe,
|
| /OK3568_Linux_fs/u-boot/drivers/remoteproc/ |
| H A D | rproc-uclass.c | 211 .post_probe = rproc_post_probe,
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial-uclass.c | 508 .post_probe = serial_post_probe,
|
| /OK3568_Linux_fs/u-boot/drivers/input/ |
| H A D | key-uclass.c | 402 .post_probe = key_post_probe,
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | spi-uclass.c | 510 .post_probe = spi_post_probe,
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | i2c-uclass.c | 542 .post_probe = i2c_post_probe,
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_hub.c | 966 .post_probe = usb_hub_post_probe,
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | gpio-uclass.c | 1064 .post_probe = gpio_post_probe,
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | usb-info.txt | 248 For hubs, the hub uclass has a post_probe() method. This means that after
|
| H A D | README.txt | 718 j. The uclass's post_probe() method is called, if one exists. This may
|