Searched refs:device_get_child (Results 1 - 7 of 7) sorted by relevance

/u-boot/test/dm/
H A Dspmi.c57 ut_assertok(device_get_child(bus, 0, &pmic));
H A Dbus.c55 /* device_get_child() */
56 ut_assertok(device_get_child(bus, 0, &dev));
57 ut_asserteq(-ENODEV, device_get_child(bus, 4, &dev));
/u-boot/drivers/gpio/
H A Dtegra186_gpio.c145 ret = device_get_child(dev, port, &desc->dev);
H A Dsunxi_gpio.c290 ret = device_get_child(dev, args->args[0], &desc->dev);
H A Dtegra_gpio.c243 ret = device_get_child(dev, port, &desc->dev);
/u-boot/include/dm/
H A Ddevice.h644 * device_get_child() - Get the child of a device by index
655 int device_get_child(const struct udevice *parent, int index,
/u-boot/drivers/core/
H A Ddevice.c789 int device_get_child(const struct udevice *parent, int index, function

Completed in 77 milliseconds