Searched refs:device_get_child (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | spmi.c | 55 ut_assertok(device_get_child(bus, 0, &pmic)); in dm_test_spmi_access()
|
H A D | bus.c | 150 ut_assertok(device_get_child(bus, 0, &dev)); in dm_test_bus_children_funcs() 151 ut_asserteq(-ENODEV, device_get_child(bus, 4, &dev)); in dm_test_bus_children_funcs()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | tegra186_gpio.c | 145 ret = device_get_child(dev, port, &desc->dev); in tegra186_gpio_xlate()
|
H A D | sunxi_gpio.c | 221 ret = device_get_child(dev, args->args[0], &desc->dev); in sunxi_gpio_xlate()
|
H A D | tegra_gpio.c | 242 ret = device_get_child(dev, port, &desc->dev); in tegra_gpio_xlate()
|
/openbmc/u-boot/include/dm/ |
H A D | device.h | 405 int device_get_child(struct udevice *parent, int index, struct udevice **devp);
|
/openbmc/u-boot/drivers/core/ |
H A D | device.c | 549 int device_get_child(struct udevice *parent, int index, struct udevice **devp) in device_get_child() function
|