/openbmc/u-boot/drivers/misc/ |
H A D | tegra_car.c | 23 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 D | tegra186_bpmp.c | 113 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 D | lists.c | 76 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 D | syscon-uclass.c | 169 ret = device_bind_driver_to_node(parent, "syscon", in syscon_node_to_regmap()
|
/openbmc/u-boot/include/dm/ |
H A D | lists.h | 89 int device_bind_driver_to_node(struct udevice *parent, const char *drv_name,
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | ti-musb.c | 305 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 D | cpu-uclass.c | 93 ret = device_bind_driver_to_node(dm_root(), "cpu_bus", "cpus", node, in uclass_cpu_init()
|
/openbmc/u-boot/drivers/clk/at91/ |
H A D | pmc.c | 80 ret = device_bind_driver_to_node(dev, drv_name, name, in at91_clk_sub_device_bind()
|
/openbmc/u-boot/drivers/reset/ |
H A D | reset-mediatek.c | 83 ret = device_bind_driver_to_node(pdev, "mediatek_reset", "reset", in mediatek_reset_bind()
|
H A D | reset-sunxi.c | 104 ret = device_bind_driver_to_node(dev, "sunxi_reset", "reset", in sunxi_reset_bind()
|
H A D | reset-rockchip.c | 112 ret = device_bind_driver_to_node(pdev, "rockchip_reset", "reset", in rockchip_reset_bind()
|
/openbmc/u-boot/drivers/led/ |
H A D | led_gpio.c | 105 ret = device_bind_driver_to_node(parent, "gpio_led", in led_gpio_bind()
|
H A D | led_bcm6358.c | 187 ret = device_bind_driver_to_node(parent, "bcm6358-led", in bcm6358_led_bind()
|
H A D | led_bcm6328.c | 218 ret = device_bind_driver_to_node(parent, "bcm6328-led", in bcm6328_led_bind()
|
/openbmc/u-boot/drivers/i2c/muxes/ |
H A D | i2c-mux-uclass.c | 86 ret = device_bind_driver_to_node(mux, "i2c_mux_bus_drv", in i2c_mux_post_bind()
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | pinctrl-uclass.c | 159 ret = device_bind_driver_to_node(dev, "pinconfig", name, in pinconfig_post_bind()
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | keystone_net.c | 641 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 D | dwc3-generic.c | 243 ret = device_bind_driver_to_node(parent, driver, name, in dwc3_glue_bind()
|
/openbmc/u-boot/drivers/clk/altera/ |
H A D | clk-arria10.c | 260 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 D | cpu.c | 62 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 D | test-fdt.c | 654 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 D | clk_rv1108.c | 706 ret = device_bind_driver_to_node(dev, "rockchip_reset", "reset", in rv1108_clk_bind()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | gpio-uclass.c | 1075 ret = device_bind_driver_to_node(dev, in gpio_post_bind()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci-uclass.c | 741 ret = device_bind_driver_to_node(parent, drv, str, node, devp); in pci_find_and_bind_driver()
|