Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/dm/
H A Ddevice-internal.h40 int device_bind(struct udevice *parent, const struct driver *drv,
/rk3399_rockchip-uboot/drivers/gpio/
H A Ddwapb_gpio.c140 ret = device_bind(dev, dev->driver, plat->name, in gpio_dwapb_bind()
H A Dtegra186_gpio.c196 ret = device_bind(parent, parent->driver, plat->name, plat, in tegra186_gpio_bind()
H A Dsunxi_gpio.c311 ret = device_bind(parent, parent->driver, in gpio_sunxi_bind()
H A Ds5p_gpio.c335 ret = device_bind(parent, parent->driver, in gpio_exynos_bind()
H A Dtegra_gpio.c365 ret = device_bind(parent, parent->driver, in gpio_tegra_bind()
/rk3399_rockchip-uboot/drivers/pinctrl/meson/
H A Dpinctrl-meson.c338 device_bind(dev, &meson_gpio_driver, name, NULL, gpio, &gpio_dev); in meson_pinctrl_probe()
/rk3399_rockchip-uboot/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c554 device_bind(parent, &armada_37xx_gpio_driver, name, NULL, subnode, in armada_37xx_gpiochip_register()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dusb-uclass.c527 ret = device_bind(parent, drv, drv->name, NULL, -1, in usb_find_and_bind_driver()
/rk3399_rockchip-uboot/drivers/core/
H A Ddevice.c332 int device_bind(struct udevice *parent, const struct driver *drv, in device_bind() function
/rk3399_rockchip-uboot/drivers/power/regulator/
H A DKconfig14 It's important to call the device_bind() with the proper node offset,
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci-uclass.c788 ret = device_bind(parent, drv, drv->name, NULL, -1, in pci_find_and_bind_driver()
/rk3399_rockchip-uboot/doc/driver-model/
H A DREADME.txt622 For each device that is discovered, U-Boot then calls device_bind() to create a
/rk3399_rockchip-uboot/drivers/net/
H A Dmvpp2.c5604 device_bind(parent, &mvpp2_driver, name, plat, subnode, &dev); in mvpp2_base_bind()