Home
last modified time | relevance | path

Searched refs:child_post_bind (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/core/
H A Droot.c94 if (entry->child_post_bind) in fix_drivers()
95 entry->child_post_bind += gd->reloc_off; in fix_drivers()
124 if (entry->child_post_bind) in fix_uclass()
125 entry->child_post_bind += gd->reloc_off; in fix_uclass()
H A Duclass.c587 if (uc_drv->child_post_bind) { in uclass_bind_device()
588 ret = uc_drv->child_post_bind(dev); in uclass_bind_device()
H A Ddevice.c260 if (parent && parent->driver->child_post_bind) { in device_bind_common()
261 ret = parent->driver->child_post_bind(dev); in device_bind_common()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_sandbox.c71 .child_post_bind = dm_scan_fdt_dev,
H A Dpci-uclass.c1239 .child_post_bind = pci_uclass_child_post_bind,
/OK3568_Linux_fs/u-boot/include/dm/
H A Duclass.h95 int (*child_post_bind)(struct udevice *dev); member
H A Ddevice.h250 int (*child_post_bind)(struct udevice *dev); member
/OK3568_Linux_fs/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c207 .child_post_bind = i2c_mux_child_post_bind,
/OK3568_Linux_fs/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c336 .child_post_bind = sandbox_child_post_bind,
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dspi-uclass.c517 .child_post_bind = spi_child_post_bind,
/OK3568_Linux_fs/u-boot/test/dm/
H A Dbus.c88 .child_post_bind = testbus_child_post_bind,
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c-uclass.c545 .child_post_bind = i2c_child_post_bind,
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-uclass.c797 .child_post_bind = usb_child_post_bind,
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drk618_dsi.c1066 .child_post_bind = rk618_dsi_child_post_bind,
H A Ddw_mipi_dsi2.c1356 .child_post_bind = dw_mipi_dsi2_child_post_bind,
H A Ddw_mipi_dsi.c1696 .child_post_bind = dw_mipi_dsi_child_post_bind,
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A DREADME.txt562 Similarly the bus uclass can define the child_post_bind() method to obtain