Searched refs:child_post_bind (Results 1 – 14 of 14) sorted by relevance
93 if (entry->child_post_bind) in fix_drivers()94 entry->child_post_bind += gd->reloc_off; in fix_drivers()123 if (entry->child_post_bind) in fix_uclass()124 entry->child_post_bind += gd->reloc_off; in fix_uclass()
572 if (uc_drv->child_post_bind) { in uclass_bind_device()573 ret = uc_drv->child_post_bind(dev); in uclass_bind_device()
153 if (parent && parent->driver->child_post_bind) { in device_bind_common()154 ret = parent->driver->child_post_bind(dev); in device_bind_common()
68 .child_post_bind = dm_scan_fdt_dev,
1329 .child_post_bind = pci_uclass_child_post_bind,
91 int (*child_post_bind)(struct udevice *dev); member
246 int (*child_post_bind)(struct udevice *dev); member
202 .child_post_bind = i2c_mux_child_post_bind,
333 .child_post_bind = sandbox_child_post_bind,
439 .child_post_bind = spi_child_post_bind,
87 .child_post_bind = testbus_child_post_bind,
621 .child_post_bind = i2c_child_post_bind,
797 .child_post_bind = usb_child_post_bind,
562 Similarly the bus uclass can define the child_post_bind() method to obtain