Searched refs:dm_testdrv_op_count (Results 1 – 4 of 4) sorted by relevance
34 dm_testdrv_op_count[DM_TEST_OP_POST_BIND]++; in test_post_bind()49 dm_testdrv_op_count[DM_TEST_OP_PRE_UNBIND]++; in test_pre_unbind()59 dm_testdrv_op_count[DM_TEST_OP_PRE_PROBE]++; in test_pre_probe()75 dm_testdrv_op_count[DM_TEST_OP_POST_PROBE]++; in test_post_probe()96 dm_testdrv_op_count[DM_TEST_OP_PRE_REMOVE]++; in test_pre_remove()105 dm_testdrv_op_count[DM_TEST_OP_INIT]++; in test_init()113 dm_testdrv_op_count[DM_TEST_OP_DESTROY]++; in test_destroy()
19 int dm_testdrv_op_count[DM_TEST_OP_COUNT]; variable43 dm_testdrv_op_count[DM_TEST_OP_BIND]++; in test_bind()55 dm_testdrv_op_count[DM_TEST_OP_PROBE]++; in test_probe()67 dm_testdrv_op_count[DM_TEST_OP_REMOVE]++; in test_remove()78 dm_testdrv_op_count[DM_TEST_OP_UNBIND]++; in test_unbind()117 dm_testdrv_op_count[DM_TEST_OP_BIND]++; in test_manual_bind()126 dm_testdrv_op_count[DM_TEST_OP_PROBE]++; in test_manual_probe()137 dm_testdrv_op_count[DM_TEST_OP_REMOVE]++; in test_manual_remove()143 dm_testdrv_op_count[DM_TEST_OP_UNBIND]++; in test_manual_unbind()
145 ut_assert(dm_testdrv_op_count[DM_TEST_OP_BIND] == 3); in dm_test_autobind()246 ut_asserteq(1, dm_testdrv_op_count[DM_TEST_OP_INIT]); in dm_test_autoprobe()337 ut_assert(dm_testdrv_op_count[DM_TEST_OP_BIND] in dm_test_lifecycle()350 ut_assert(dm_testdrv_op_count[DM_TEST_OP_PROBE] in dm_test_lifecycle()357 ut_assert(dm_testdrv_op_count[DM_TEST_OP_PROBE] in dm_test_lifecycle()559 ut_asserteq(1, dm_testdrv_op_count[DM_TEST_OP_INIT]); in dm_test_uclass()568 ut_asserteq(1, dm_testdrv_op_count[DM_TEST_OP_INIT]); in dm_test_uclass()671 dm_testdrv_op_count[DM_TEST_OP_REMOVE] = 0; in dm_test_children()678 dm_testdrv_op_count[DM_TEST_OP_REMOVE]); in dm_test_children()683 dm_testdrv_op_count[DM_TEST_OP_UNBIND] = 0; in dm_test_children()[all …]
116 memset(dm_testdrv_op_count, '\0', sizeof(dm_testdrv_op_count)); in dm_test_pre_run()
Completed in 8 milliseconds