/openbmc/u-boot/arch/x86/lib/ |
H A D | lpc-uclass.c | 13 .post_bind = dm_scan_fdt_dev,
|
/openbmc/u-boot/drivers/firmware/ |
H A D | firmware-uclass.c | 11 .post_bind = dm_scan_fdt_dev,
|
/openbmc/u-boot/drivers/spmi/ |
H A D | spmi-uclass.c | 38 .post_bind = dm_scan_fdt_dev,
|
/openbmc/u-boot/drivers/axi/ |
H A D | axi-uclass.c | 36 .post_bind = dm_scan_fdt_dev,
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | pinctrl-uclass.c | 170 .post_bind = pinconfig_post_bind, 338 .post_bind = pinctrl_post_bind,
|
/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-emul-uclass.c | 78 .post_bind = dm_scan_fdt_dev,
|
/openbmc/u-boot/drivers/board/ |
H A D | board-uclass.c | 59 .post_bind = dm_scan_fdt_dev,
|
/openbmc/u-boot/drivers/core/ |
H A D | simple-bus.c | 49 .post_bind = simple_bus_post_bind,
|
H A D | root.c | 113 if (entry->post_bind) in fix_uclass() 114 entry->post_bind += gd->reloc_off; in fix_uclass()
|
H A D | device.c | 161 if (uc->uc_drv->post_bind) { in device_bind_common() 162 ret = uc->uc_drv->post_bind(dev); in device_bind_common()
|
/openbmc/u-boot/drivers/pch/ |
H A D | pch-uclass.c | 67 .post_bind = dm_scan_fdt_dev,
|
/openbmc/u-boot/drivers/misc/ |
H A D | misc-uclass.c | 72 .post_bind = dm_scan_fdt_dev,
|
/openbmc/u-boot/drivers/w1-eeprom/ |
H A D | w1-eeprom-uclass.c | 86 .post_bind = dm_scan_fdt_dev,
|
/openbmc/u-boot/drivers/watchdog/ |
H A D | wdt-uclass.c | 92 .post_bind = wdt_post_bind,
|
/openbmc/u-boot/drivers/sysreset/ |
H A D | sysreset-uclass.c | 139 .post_bind = sysreset_post_bind,
|
/openbmc/u-boot/test/dm/ |
H A D | test-uclass.c | 118 .post_bind = test_post_bind,
|
/openbmc/u-boot/include/dm/ |
H A D | uclass.h | 91 int (*post_bind)(struct udevice *dev); member
|
/openbmc/u-boot/drivers/rtc/ |
H A D | rtc-uclass.c | 125 .post_bind = dm_scan_fdt_dev,
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | sf-uclass.c | 119 .post_bind = spi_flash_post_bind,
|
/openbmc/u-boot/drivers/hwspinlock/ |
H A D | hwspinlock-uclass.c | 143 .post_bind = hwspinlock_post_bind,
|
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm-uclass.c | 156 .post_bind = dm_scan_fdt_dev,
|
/openbmc/u-boot/drivers/w1/ |
H A D | w1-uclass.c | 235 .post_bind = dm_scan_fdt_dev,
|
/openbmc/u-boot/drivers/i2c/muxes/ |
H A D | i2c-mux-uclass.c | 219 .post_bind = i2c_mux_post_bind,
|
/openbmc/u-boot/drivers/video/ |
H A D | video-uclass.c | 309 .post_bind = video_post_bind,
|
/openbmc/u-boot/drivers/usb/emul/ |
H A D | usb-emul-uclass.c | 297 .post_bind = dm_scan_fdt_dev,
|