Home
last modified time | relevance | path

Searched refs:dm_testdrv_op_count (Results 1 – 5 of 5) sorted by relevance

/u-boot/test/dm/
A Dtest-driver.c20 int dm_testdrv_op_count[DM_TEST_OP_COUNT]; variable
43 dm_testdrv_op_count[DM_TEST_OP_BIND]++; in test_bind()
54 dm_testdrv_op_count[DM_TEST_OP_PROBE]++; in test_probe()
64 dm_testdrv_op_count[DM_TEST_OP_REMOVE]++; in test_remove()
73 dm_testdrv_op_count[DM_TEST_OP_UNBIND]++; in test_unbind()
112 dm_testdrv_op_count[DM_TEST_OP_BIND]++; in test_manual_bind()
121 dm_testdrv_op_count[DM_TEST_OP_PROBE]++; in test_manual_probe()
132 dm_testdrv_op_count[DM_TEST_OP_REMOVE]++; in test_manual_remove()
138 dm_testdrv_op_count[DM_TEST_OP_UNBIND]++; in test_manual_unbind()
A Dtest-uclass.c36 dm_testdrv_op_count[DM_TEST_OP_POST_BIND]++; in test_post_bind()
51 dm_testdrv_op_count[DM_TEST_OP_PRE_UNBIND]++; in test_pre_unbind()
60 dm_testdrv_op_count[DM_TEST_OP_PRE_PROBE]++; in test_pre_probe()
76 dm_testdrv_op_count[DM_TEST_OP_POST_PROBE]++; in test_post_probe()
97 dm_testdrv_op_count[DM_TEST_OP_PRE_REMOVE]++; in test_pre_remove()
104 dm_testdrv_op_count[DM_TEST_OP_INIT]++; in test_init()
112 dm_testdrv_op_count[DM_TEST_OP_DESTROY]++; in test_destroy()
A Dcore.c146 ut_assert(dm_testdrv_op_count[DM_TEST_OP_BIND] == 3); in dm_test_autobind()
219 ut_asserteq(1, dm_testdrv_op_count[DM_TEST_OP_INIT]); in dm_test_autoprobe()
307 ut_assert(dm_testdrv_op_count[DM_TEST_OP_BIND] in dm_test_lifecycle()
315 ut_assert(dm_testdrv_op_count[DM_TEST_OP_PROBE] in dm_test_lifecycle()
322 ut_assert(dm_testdrv_op_count[DM_TEST_OP_PROBE] in dm_test_lifecycle()
522 ut_asserteq(1, dm_testdrv_op_count[DM_TEST_OP_INIT]); in dm_test_uclass()
527 ut_asserteq(1, dm_testdrv_op_count[DM_TEST_OP_INIT]); in dm_test_uclass()
630 dm_testdrv_op_count[DM_TEST_OP_REMOVE] = 0; in dm_test_children()
637 dm_testdrv_op_count[DM_TEST_OP_REMOVE]); in dm_test_children()
642 dm_testdrv_op_count[DM_TEST_OP_UNBIND] = 0; in dm_test_children()
[all …]
A Dtest-main.c35 memset(dm_testdrv_op_count, '\0', sizeof(dm_testdrv_op_count)); in dm_test_init()
/u-boot/include/dm/
A Dtest.h126 extern int dm_testdrv_op_count[DM_TEST_OP_COUNT];

Completed in 10 milliseconds