Searched refs:device_bind (Results 1 – 20 of 20) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | device-internal.h | 40 int device_bind(struct udevice *parent, const struct driver *drv,
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | device.su | |
| H A D | device.c | 332 int device_bind(struct udevice *parent, const struct driver *drv, in device_bind() function
|
| /OK3568_Linux_fs/u-boot/spl/drivers/core/ |
| H A D | device.su | |
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | dwapb_gpio.c | 140 ret = device_bind(dev, dev->driver, plat->name, in gpio_dwapb_bind()
|
| H A D | tegra186_gpio.c | 196 ret = device_bind(parent, parent->driver, plat->name, plat, in tegra186_gpio_bind()
|
| H A D | sunxi_gpio.c | 311 ret = device_bind(parent, parent->driver, in gpio_sunxi_bind()
|
| H A D | s5p_gpio.c | 335 ret = device_bind(parent, parent->driver, in gpio_exynos_bind()
|
| H A D | tegra_gpio.c | 365 ret = device_bind(parent, parent->driver, in gpio_tegra_bind()
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/meson/ |
| H A D | pinctrl-meson.c | 338 device_bind(dev, &meson_gpio_driver, name, NULL, gpio, &gpio_dev); in meson_pinctrl_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-armada-37xx.c | 554 device_bind(parent, &armada_37xx_gpio_driver, name, NULL, subnode, in armada_37xx_gpiochip_register()
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | Kconfig | 14 It's important to call the device_bind() with the proper node offset,
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | usb-uclass.c | 527 ret = device_bind(parent, drv, drv->name, NULL, -1, in usb_find_and_bind_driver()
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci-uclass.c | 631 ret = device_bind(parent, drv, drv->name, NULL, -1, in pci_find_and_bind_driver()
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | README.txt | 622 For each device that is discovered, U-Boot then calls device_bind() to create a
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | mvpp2.c | 5604 device_bind(parent, &mvpp2_driver, name, plat, subnode, &dev); in mvpp2_base_bind()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |