Searched refs:dm_testdrv_op_count (Results 1 – 5 of 5) sorted by relevance
20 int dm_testdrv_op_count[DM_TEST_OP_COUNT]; variable43 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()
36 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()
146 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 …]
35 memset(dm_testdrv_op_count, '\0', sizeof(dm_testdrv_op_count)); in dm_test_init()
126 extern int dm_testdrv_op_count[DM_TEST_OP_COUNT];
Completed in 7 milliseconds