Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Dtest.h48 DM_TEST_OP_PRE_REMOVE, enumerator
/openbmc/u-boot/test/dm/
H A Dtest-uclass.c95 dm_testdrv_op_count[DM_TEST_OP_PRE_REMOVE]++; in test_pre_remove()
H A Dcore.c324 ut_asserteq(0, dm_testdrv_op_count[DM_TEST_OP_PRE_REMOVE]); in dm_test_lifecycle()
326 ut_asserteq(1, dm_testdrv_op_count[DM_TEST_OP_PRE_REMOVE]); in dm_test_lifecycle()