Home
last modified time | relevance | path

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

/external/u-boot/test/dm/
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()
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()
/external/u-boot/include/dm/
Dtest.h41 DM_TEST_OP_REMOVE, enumerator