Searched refs:child_post_bind (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | root.c | 94 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 D | uclass.c | 587 if (uc_drv->child_post_bind) { in uclass_bind_device() 588 ret = uc_drv->child_post_bind(dev); in uclass_bind_device()
|
| H A D | device.c | 260 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 D | pci_sandbox.c | 71 .child_post_bind = dm_scan_fdt_dev,
|
| H A D | pci-uclass.c | 1239 .child_post_bind = pci_uclass_child_post_bind,
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass.h | 95 int (*child_post_bind)(struct udevice *dev); member
|
| H A D | device.h | 250 int (*child_post_bind)(struct udevice *dev); member
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/muxes/ |
| H A D | i2c-mux-uclass.c | 207 .child_post_bind = i2c_mux_child_post_bind,
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| H A D | sandbox_hub.c | 336 .child_post_bind = sandbox_child_post_bind,
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | spi-uclass.c | 517 .child_post_bind = spi_child_post_bind,
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | bus.c | 88 .child_post_bind = testbus_child_post_bind,
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | i2c-uclass.c | 545 .child_post_bind = i2c_child_post_bind,
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | usb-uclass.c | 797 .child_post_bind = usb_child_post_bind,
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rk618_dsi.c | 1066 .child_post_bind = rk618_dsi_child_post_bind,
|
| H A D | dw_mipi_dsi2.c | 1356 .child_post_bind = dw_mipi_dsi2_child_post_bind,
|
| H A D | dw_mipi_dsi.c | 1696 .child_post_bind = dw_mipi_dsi_child_post_bind,
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | README.txt | 562 Similarly the bus uclass can define the child_post_bind() method to obtain
|