Home
last modified time | relevance | path

Searched refs:device_bind_ofnode (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/dm/
H A Ddevice-internal.h43 int device_bind_ofnode(struct udevice *parent, const struct driver *drv,
/openbmc/u-boot/drivers/pci/
H A Dpci_mvebu.c501 device_bind_ofnode(parent, &pcie_mvebu_drv, pcie->name, pcie, in mvebu_pcie_bind()
H A Dpci-uclass.c713 ret = device_bind_ofnode(parent, drv, drv->name, NULL, in pci_find_and_bind_driver()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c542 ret = device_bind_ofnode(bus, drv, str, NULL, node, &emul); in sandbox_sf_bind_emul()
/openbmc/u-boot/drivers/core/
H A Ddevice.c236 int device_bind_ofnode(struct udevice *parent, const struct driver *drv, in device_bind_ofnode() function
/openbmc/u-boot/test/dm/
H A Dcore.c894 ut_assertok(device_bind_ofnode(parent, DM_GET_DRIVER(test_drv), in dm_test_inactive_child()