Searched refs:device_bind_ofnode (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/include/dm/ |
H A D | device-internal.h | 43 int device_bind_ofnode(struct udevice *parent, const struct driver *drv,
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_mvebu.c | 501 device_bind_ofnode(parent, &pcie_mvebu_drv, pcie->name, pcie, in mvebu_pcie_bind()
|
H A D | pci-uclass.c | 713 ret = device_bind_ofnode(parent, drv, drv->name, NULL, in pci_find_and_bind_driver()
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | sandbox.c | 542 ret = device_bind_ofnode(bus, drv, str, NULL, node, &emul); in sandbox_sf_bind_emul()
|
/openbmc/u-boot/drivers/core/ |
H A D | device.c | 236 int device_bind_ofnode(struct udevice *parent, const struct driver *drv, in device_bind_ofnode() function
|
/openbmc/u-boot/test/dm/ |
H A D | core.c | 894 ut_assertok(device_bind_ofnode(parent, DM_GET_DRIVER(test_drv), in dm_test_inactive_child()
|