Home
last modified time | relevance | path

Searched refs:device_bind_driver_to_node (Results 1 – 24 of 24) sorted by relevance

/openbmc/u-boot/drivers/misc/
H A Dtegra_car.c23 ret = device_bind_driver_to_node(dev, "tegra_car_clk", "tegra_car_clk", in tegra_car_bpmp_bind()
28 ret = device_bind_driver_to_node(dev, "tegra_car_reset", in tegra_car_bpmp_bind()
H A Dtegra186_bpmp.c113 ret = device_bind_driver_to_node(dev, "tegra186_clk", "tegra186_clk", in tegra186_bpmp_bind()
118 ret = device_bind_driver_to_node(dev, "tegra186_reset", in tegra186_bpmp_bind()
124 ret = device_bind_driver_to_node(dev, "tegra186_power_domain", in tegra186_bpmp_bind()
/openbmc/u-boot/drivers/core/
H A Dlists.c76 return device_bind_driver_to_node(parent, drv_name, dev_name, in device_bind_driver()
80 int device_bind_driver_to_node(struct udevice *parent, const char *drv_name, in device_bind_driver_to_node() function
H A Dsyscon-uclass.c169 ret = device_bind_driver_to_node(parent, "syscon", in syscon_node_to_regmap()
/openbmc/u-boot/include/dm/
H A Dlists.h89 int device_bind_driver_to_node(struct udevice *parent, const char *drv_name,
/openbmc/u-boot/drivers/usb/musb-new/
H A Dti-musb.c305 ret = device_bind_driver_to_node(parent, in ti_musb_wrapper_bind()
315 ret = device_bind_driver_to_node(parent, in ti_musb_wrapper_bind()
/openbmc/u-boot/drivers/cpu/
H A Dcpu-uclass.c93 ret = device_bind_driver_to_node(dm_root(), "cpu_bus", "cpus", node, in uclass_cpu_init()
/openbmc/u-boot/drivers/clk/at91/
H A Dpmc.c80 ret = device_bind_driver_to_node(dev, drv_name, name, in at91_clk_sub_device_bind()
/openbmc/u-boot/drivers/reset/
H A Dreset-mediatek.c83 ret = device_bind_driver_to_node(pdev, "mediatek_reset", "reset", in mediatek_reset_bind()
H A Dreset-sunxi.c104 ret = device_bind_driver_to_node(dev, "sunxi_reset", "reset", in sunxi_reset_bind()
H A Dreset-rockchip.c112 ret = device_bind_driver_to_node(pdev, "rockchip_reset", "reset", in rockchip_reset_bind()
/openbmc/u-boot/drivers/led/
H A Dled_gpio.c105 ret = device_bind_driver_to_node(parent, "gpio_led", in led_gpio_bind()
H A Dled_bcm6358.c187 ret = device_bind_driver_to_node(parent, "bcm6358-led", in bcm6358_led_bind()
H A Dled_bcm6328.c218 ret = device_bind_driver_to_node(parent, "bcm6328-led", in bcm6328_led_bind()
/openbmc/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c86 ret = device_bind_driver_to_node(mux, "i2c_mux_bus_drv", in i2c_mux_post_bind()
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-uclass.c159 ret = device_bind_driver_to_node(dev, "pinconfig", name, in pinconfig_post_bind()
/openbmc/u-boot/drivers/net/ti/
H A Dkeystone_net.c641 ret = device_bind_driver_to_node(dev, "eth_ks2_sl", in ks2_eth_bind_slaves()
662 ret = device_bind_driver_to_node(dev, "eth_ks2_sl", slave_name, in ks2_eth_bind_slaves()
/openbmc/u-boot/drivers/usb/dwc3/
H A Ddwc3-generic.c243 ret = device_bind_driver_to_node(parent, driver, name, in dwc3_glue_bind()
/openbmc/u-boot/drivers/clk/altera/
H A Dclk-arria10.c260 ret = device_bind_driver_to_node(dev, "clk-a10", name, in socfpga_a10_clk_bind()
/openbmc/u-boot/arch/arm/mach-imx/imx8/
H A Dcpu.c62 ret = device_bind_driver_to_node(gd->dm_root, "imx8_scu", "imx8_scu", in arch_cpu_init_dm()
/openbmc/u-boot/test/dm/
H A Dtest-fdt.c654 device_bind_driver_to_node(dm_root(), "usb_sandbox", "usb@2", node, in dm_test_fdt_livetree_writing()
/openbmc/u-boot/drivers/clk/rockchip/
H A Dclk_rv1108.c706 ret = device_bind_driver_to_node(dev, "rockchip_reset", "reset", in rv1108_clk_bind()
/openbmc/u-boot/drivers/gpio/
H A Dgpio-uclass.c1075 ret = device_bind_driver_to_node(dev, in gpio_post_bind()
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c741 ret = device_bind_driver_to_node(parent, drv, str, node, devp); in pci_find_and_bind_driver()