Home
last modified time | relevance | path

Searched refs:device_get_child (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/test/dm/
H A Dspmi.c58 ut_assertok(device_get_child(bus, 0, &pmic)); in dm_test_spmi_access()
H A Dbus.c138 ut_assertok(device_get_child(bus, 0, &dev)); in dm_test_bus_children_funcs()
139 ut_asserteq(-ENODEV, device_get_child(bus, 4, &dev)); in dm_test_bus_children_funcs()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice.su
H A Ddevice.c606 int device_get_child(struct udevice *parent, int index, struct udevice **devp) in device_get_child() function
/OK3568_Linux_fs/u-boot/spl/drivers/core/
H A Ddevice.su
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dtegra186_gpio.c148 ret = device_get_child(dev, port, &desc->dev); in tegra186_gpio_xlate()
H A Dsunxi_gpio.c224 ret = device_get_child(dev, args->args[0], &desc->dev); in sunxi_gpio_xlate()
H A Dtegra_gpio.c245 ret = device_get_child(dev, port, &desc->dev); in tegra_gpio_xlate()
/OK3568_Linux_fs/u-boot/include/dm/
H A Ddevice.h409 int device_get_child(struct udevice *parent, int index, struct udevice **devp);
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A Du-boot.map