HomeSort by relevance Sort by last modified time
    Searched refs:DM_TEST_OP_BIND (Results 1 - 3 of 3) sorted by null

  /external/u-boot/test/dm/
test-driver.c 40 dm_testdrv_op_count[DM_TEST_OP_BIND]++;
109 dm_testdrv_op_count[DM_TEST_OP_BIND]++;
core.c 135 ut_assert(dm_testdrv_op_count[DM_TEST_OP_BIND] == 3);
296 ut_assert(dm_testdrv_op_count[DM_TEST_OP_BIND]
297 == op_count[DM_TEST_OP_BIND] + 1);
588 ut_asserteq(total, dm_testdrv_op_count[DM_TEST_OP_BIND]);
  /external/u-boot/include/dm/
test.h 38 DM_TEST_OP_BIND = 0,

Completed in 2323 milliseconds