Home
last modified time | relevance | path

Searched refs:device_reparent (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/dm/
A Ddevice-internal.h89 int device_reparent(struct udevice *dev, struct udevice *new_parent);
/u-boot/test/dm/
A Dcore.c692 ut_assertok(device_reparent(top[3], top[0])); in dm_test_device_reparent()
701 ut_assertok(device_reparent(top[4], top[0])); in dm_test_device_reparent()
711 ut_assertok(device_reparent(top[2], top[0])); in dm_test_device_reparent()
720 ut_assertok(device_reparent(top[5], top[2])); in dm_test_device_reparent()
730 ut_assertok(device_reparent(grandchild[0], top[1])); in dm_test_device_reparent()
739 ut_assertok(device_reparent(grandchild[1], top[1])); in dm_test_device_reparent()
/u-boot/drivers/clk/
A Dclk-uclass.c581 ret = device_reparent(clk->dev, parent->dev); in clk_set_parent()
/u-boot/drivers/core/
A Ddevice.c273 int device_reparent(struct udevice *dev, struct udevice *new_parent) in device_reparent() function

Completed in 8 milliseconds