Searched refs:device_get_child (Results 1 – 7 of 7) sorted by relevance
/u-boot/test/dm/ |
A D | spmi.c | 57 ut_assertok(device_get_child(bus, 0, &pmic)); in dm_test_spmi_access()
|
A D | bus.c | 56 ut_assertok(device_get_child(bus, 0, &dev)); in dm_test_bus_children_funcs() 57 ut_asserteq(-ENODEV, device_get_child(bus, 4, &dev)); in dm_test_bus_children_funcs()
|
/u-boot/drivers/gpio/ |
A D | tegra186_gpio.c | 145 ret = device_get_child(dev, port, &desc->dev); in tegra186_gpio_xlate()
|
A D | sunxi_gpio.c | 221 ret = device_get_child(dev, args->args[0], &desc->dev); in sunxi_gpio_xlate()
|
A D | tegra_gpio.c | 243 ret = device_get_child(dev, port, &desc->dev); in tegra_gpio_xlate()
|
/u-boot/include/dm/ |
A D | device.h | 512 int device_get_child(const struct udevice *parent, int index,
|
/u-boot/drivers/core/ |
A D | device.c | 692 int device_get_child(const struct udevice *parent, int index, in device_get_child() function
|
Completed in 15 milliseconds