Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/dm/
H A Ddevice.h476 int device_get_child_by_of_offset(struct udevice *parent, int of_offset,
/rk3399_rockchip-uboot/test/dm/
H A Dbus.c182 ut_assertok(device_get_child_by_of_offset(bus, node, &dev)); in dm_test_bus_children_of_offset()
/rk3399_rockchip-uboot/drivers/core/
H A Ddevice.c675 int device_get_child_by_of_offset(struct udevice *parent, int node, in device_get_child_by_of_offset() function