Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dtest-driver.c61 dm_testdrv_op_count[DM_TEST_OP_REMOVE]++; in test_remove()
129 dm_testdrv_op_count[DM_TEST_OP_REMOVE]++; in test_manual_remove()
H A Dcore.c618 ut_asserteq(NODE_COUNT + 1, dm_testdrv_op_count[DM_TEST_OP_REMOVE]); in dm_test_children()
619 dm_testdrv_op_count[DM_TEST_OP_REMOVE] = 0; in dm_test_children()
626 dm_testdrv_op_count[DM_TEST_OP_REMOVE]); in dm_test_children()
/openbmc/u-boot/include/dm/
H A Dtest.h41 DM_TEST_OP_REMOVE, enumerator