Home
last modified time | relevance | path

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

/external/u-boot/arch/sandbox/include/asm/
Dreset.h21 int sandbox_reset_test_free(struct udevice *dev);
/external/u-boot/drivers/reset/
Dsandbox-reset-test.c59 int sandbox_reset_test_free(struct udevice *dev) in sandbox_reset_test_free() function
/external/u-boot/test/dm/
Dreset.c37 ut_assertok(sandbox_reset_test_free(dev_test)); in dm_test_reset()