Searched refs:DM_TEST_OP_BIND (Results 1 – 3 of 3) sorted by relevance
43 dm_testdrv_op_count[DM_TEST_OP_BIND]++; in test_bind()112 dm_testdrv_op_count[DM_TEST_OP_BIND]++; in test_manual_bind()
146 ut_assert(dm_testdrv_op_count[DM_TEST_OP_BIND] == 3); in dm_test_autobind()307 ut_assert(dm_testdrv_op_count[DM_TEST_OP_BIND] in dm_test_lifecycle()308 == op_count[DM_TEST_OP_BIND] + 1); in dm_test_lifecycle()599 ut_asserteq(total, dm_testdrv_op_count[DM_TEST_OP_BIND]); in dm_test_children()685 ut_asserteq(total, dm_testdrv_op_count[DM_TEST_OP_BIND]); in dm_test_device_reparent()
37 DM_TEST_OP_BIND = 0, enumerator
Completed in 5 milliseconds