Home
last modified time | relevance | path

Searched refs:device_bind (Results 1 – 25 of 28) sorted by relevance

12

/u-boot/drivers/clk/
A Dclk.c39 ret = device_bind(parent, drv, name, NULL, ofnode_null(), &clk->dev); in clk_register()
/u-boot/drivers/firmware/scmi/
A Dscmi_agent-uclass.c93 ret = device_bind(dev, drv, ofnode_get_name(node), NULL, node, in scmi_bind_protocols()
/u-boot/include/dm/
A Ddevice-internal.h39 int device_bind(struct udevice *parent, const struct driver *drv,
/u-boot/drivers/pinctrl/broadcom/
A Dpinctrl-bcm283x.c128 ret = device_bind(dev, lists_driver_lookup_name("gpio_bcm2835"), in bcm283x_pinctl_probe()
/u-boot/drivers/gpio/
A Dmt7621_gpio.c160 ret = device_bind(parent, parent->driver, plat->bank_name, plat, in gpio_mediatek_bind()
A Ddwapb_gpio.c205 ret = device_bind(dev, dev->driver, plat->name, plat, node, in gpio_dwapb_bind()
A Dtegra186_gpio.c193 ret = device_bind(parent, parent->driver, plat->name, plat, in tegra186_gpio_bind()
A Dsunxi_gpio.c308 ret = device_bind(parent, parent->driver, plat->bank_name, plat, in gpio_sunxi_bind()
A Ds5p_gpio.c336 ret = device_bind(parent, parent->driver, plat->bank_name, plat, in gpio_exynos_bind()
A Dtegra_gpio.c363 ret = device_bind(parent, parent->driver, in gpio_tegra_bind()
/u-boot/drivers/pinctrl/mscc/
A Dpinctrl-ocelot.c184 ret = device_bind(dev, &ocelot_gpio_driver, "ocelot-gpio", NULL, in ocelot_pinctrl_probe()
A Dpinctrl-luton.c168 ret = device_bind(dev, &luton_gpio_driver, "luton-gpio", NULL, in luton_pinctrl_probe()
A Dpinctrl-serval.c212 ret = device_bind(dev, &serval_gpio_driver, "serval-gpio", NULL, in serval_pinctrl_probe()
A Dpinctrl-servalt.c248 ret = device_bind(dev, &servalt_gpio_driver, "servalt-gpio", NULL, in servalt_pinctrl_probe()
A Dpinctrl-jr2.c302 ret = device_bind(dev, &jr2_gpio_driver, "jr2-gpio", NULL, in jr2_pinctrl_probe()
/u-boot/drivers/misc/
A Di2c_eeprom.c134 device_bind(dev, DM_DRIVER_GET(i2c_eeprom_partition), name, in i2c_eeprom_std_bind()
/u-boot/test/dm/
A Dtest-fdt.c333 ut_assertok(device_bind(dm_root(), DM_DRIVER_GET(testfdt_drv), in dm_test_fdt_uclass_seq_more()
353 ut_assertok(device_bind(dm_root(), DM_DRIVER_GET(testfdt_drv), in dm_test_fdt_uclass_seq_more()
357 ut_assertok(device_bind(dm_root(), DM_DRIVER_GET(testfdt_drv), in dm_test_fdt_uclass_seq_more()
A Dcore.c1150 ut_assertok(device_bind(parent, DM_DRIVER_GET(test_drv), in dm_test_inactive_child()
/u-boot/drivers/pinctrl/meson/
A Dpinctrl-meson.c424 device_bind(dev, priv->data->gpio_driver, name, NULL, in meson_pinctrl_probe()
/u-boot/drivers/mtd/spi/
A Dsandbox.c541 ret = device_bind(bus, drv, str, NULL, node, &emul); in sandbox_sf_bind_emul()
/u-boot/drivers/pci/
A Dpci_mvebu.c523 device_bind(parent, &pcie_mvebu_drv, pcie->name, pcie, subnode, in mvebu_pcie_bind()
/u-boot/drivers/pinctrl/mvebu/
A Dpinctrl-armada-37xx.c572 device_bind(parent, &armada_37xx_gpio_driver, name, NULL, in armada_37xx_gpiochip_register()
/u-boot/drivers/usb/host/
A Dusb-uclass.c584 ret = device_bind(parent, drv, drv->name, NULL, node, in usb_find_and_bind_driver()
/u-boot/drivers/core/
A Ddevice.c241 int device_bind(struct udevice *parent, const struct driver *drv, in device_bind() function
/u-boot/drivers/power/regulator/
A DKconfig14 It's important to call the device_bind() with the proper node offset,

Completed in 36 milliseconds

12