Home
last modified time | relevance | path

Searched refs:device_find_child_by_of_offset (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/test/dm/
H A Dbus.c159 ut_asserteq(-ENODEV, device_find_child_by_of_offset(bus, node, &dev)); in dm_test_bus_children_funcs()
161 ut_asserteq(-ENODEV, device_find_child_by_of_offset(bus, node, &dev)); in dm_test_bus_children_funcs()
179 ut_assertok(device_find_child_by_of_offset(bus, node, &dev)); in dm_test_bus_children_of_offset()
/rk3399_rockchip-uboot/drivers/core/
H A Ddevice.c658 int device_find_child_by_of_offset(struct udevice *parent, int of_offset, in device_find_child_by_of_offset() function
682 ret = device_find_child_by_of_offset(parent, node, &dev); in device_get_child_by_of_offset()
/rk3399_rockchip-uboot/include/dm/
H A Ddevice.h461 int device_find_child_by_of_offset(struct udevice *parent, int of_offset,