Home
last modified time | relevance | path

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

12

/external/u-boot/drivers/misc/
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()
Dtegra186_bpmp.c114 ret = device_bind_driver_to_node(dev, "tegra186_clk", "tegra186_clk", in tegra186_bpmp_bind()
119 ret = device_bind_driver_to_node(dev, "tegra186_reset", in tegra186_bpmp_bind()
125 ret = device_bind_driver_to_node(dev, "tegra186_power_domain", in tegra186_bpmp_bind()
/external/u-boot/drivers/core/
Dlists.c78 return device_bind_driver_to_node(parent, drv_name, dev_name, in device_bind_driver()
82 int device_bind_driver_to_node(struct udevice *parent, const char *drv_name, in device_bind_driver_to_node() function
Dsyscon-uclass.c76 ret = device_bind_driver_to_node(parent, "syscon", in syscon_probe_by_ofnode()
/external/u-boot/include/dm/
Dlists.h89 int device_bind_driver_to_node(struct udevice *parent, const char *drv_name,
/external/u-boot/drivers/usb/musb-new/
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()
/external/u-boot/drivers/cpu/
Dcpu-uclass.c93 ret = device_bind_driver_to_node(dm_root(), "cpu_bus", "cpus", node, in uclass_cpu_init()
/external/u-boot/drivers/clk/at91/
Dpmc.c80 ret = device_bind_driver_to_node(dev, drv_name, name, in at91_clk_sub_device_bind()
/external/u-boot/drivers/reset/
Dreset-mediatek.c83 ret = device_bind_driver_to_node(pdev, "mediatek_reset", "reset", in mediatek_reset_bind()
Dreset-sunxi.c104 ret = device_bind_driver_to_node(dev, "sunxi_reset", "reset", in sunxi_reset_bind()
Dreset-socfpga.c144 ret = device_bind_driver_to_node(dev, "socfpga_sysreset", "sysreset", in socfpga_reset_bind()
Dreset-rockchip.c112 ret = device_bind_driver_to_node(pdev, "rockchip_reset", "reset", in rockchip_reset_bind()
/external/u-boot/drivers/led/
Dled_gpio.c105 ret = device_bind_driver_to_node(parent, "gpio_led", in led_gpio_bind()
Dled_bcm6358.c187 ret = device_bind_driver_to_node(parent, "bcm6358-led", in bcm6358_led_bind()
Dled_bcm6858.c224 ret = device_bind_driver_to_node(parent, "bcm6858-led", in bcm6858_led_bind()
Dled_bcm6328.c218 ret = device_bind_driver_to_node(parent, "bcm6328-led", in bcm6328_led_bind()
/external/u-boot/drivers/pinctrl/renesas/
Dpfc-r7s72100.c126 device_bind_driver_to_node(dev, "r7s72100-gpio", in r7s72100_pfc_probe()
/external/u-boot/net/
Dmdio-mux-uclass.c182 err = device_bind_driver_to_node(mux, MDIO_MUX_CHILD_DRV_NAME, in dm_mdio_mux_post_bind()
/external/u-boot/drivers/i2c/muxes/
Di2c-mux-uclass.c86 ret = device_bind_driver_to_node(mux, "i2c_mux_bus_drv", in i2c_mux_post_bind()
/external/u-boot/drivers/net/ti/
Dkeystone_net.c646 ret = device_bind_driver_to_node(dev, "eth_ks2_sl", in ks2_eth_bind_slaves()
667 ret = device_bind_driver_to_node(dev, "eth_ks2_sl", slave_name, in ks2_eth_bind_slaves()
/external/u-boot/drivers/pinctrl/
Dpinctrl-uclass.c137 ret = device_bind_driver_to_node(dev, "pinconfig", name, in pinconfig_post_bind()
/external/u-boot/drivers/usb/dwc3/
Ddwc3-generic.c324 ret = device_bind_driver_to_node(parent, driver, name, in dwc3_glue_bind()
/external/u-boot/drivers/clk/altera/
Dclk-arria10.c261 ret = device_bind_driver_to_node(dev, "clk-a10", name, in socfpga_a10_clk_bind()
/external/u-boot/drivers/phy/
Dphy-ti-am654.c340 ret = device_bind_driver_to_node(dev->parent, in serdes_am654_bind()
/external/u-boot/drivers/usb/cdns3/
Dcore.c423 ret = device_bind_driver_to_node(parent, driver, name, in cdns3_bind()

12