Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/dm/
H A Dtest-driver.c62 dm_testdrv_op_count[DM_TEST_OP_REMOVE]++; in test_remove()
130 dm_testdrv_op_count[DM_TEST_OP_REMOVE]++; in test_manual_remove()
H A Dcore.c619 ut_asserteq(NODE_COUNT + 1, dm_testdrv_op_count[DM_TEST_OP_REMOVE]); in dm_test_children()
620 dm_testdrv_op_count[DM_TEST_OP_REMOVE] = 0; in dm_test_children()
627 dm_testdrv_op_count[DM_TEST_OP_REMOVE]); in dm_test_children()
/OK3568_Linux_fs/u-boot/include/dm/
H A Dtest.h42 DM_TEST_OP_REMOVE, enumerator