Lines Matching refs:call_count

55 	zassert_equal(regulator_parent_fake_dvs_state_set_fake.call_count, 1U);  in ZTEST()
67 zassert_equal(regulator_parent_fake_dvs_state_set_fake.call_count, 1U); in ZTEST()
85 zassert_equal(regulator_parent_fake_ship_mode_fake.call_count, 1U); in ZTEST()
96 zassert_equal(regulator_parent_fake_ship_mode_fake.call_count, 1U); in ZTEST()
155 zassert_equal(regulator_fake_enable_fake.call_count, 0U); in ZTEST()
159 zassert_equal(regulator_fake_disable_fake.call_count, 0U); in ZTEST()
164 zassert_equal(regulator_fake_disable_fake.call_count, 1U); in ZTEST()
169 zassert_equal(regulator_fake_enable_fake.call_count, 1U); in ZTEST()
174 zassert_equal(regulator_fake_enable_fake.call_count, 2U); in ZTEST()
179 zassert_equal(regulator_fake_disable_fake.call_count, 2U); in ZTEST()
183 zassert_equal(regulator_fake_enable_fake.call_count, 3U); in ZTEST()
187 zassert_equal(regulator_fake_disable_fake.call_count, 3U); in ZTEST()
205 zassert_equal(regulator_fake_count_voltages_fake.call_count, 1U); in ZTEST()
235 zassert_equal(regulator_fake_list_voltage_fake.call_count, 1U); in ZTEST()
257 zassert_equal(regulator_fake_list_voltage_fake.call_count, 1U); in ZTEST()
304 zassert_not_equal(regulator_fake_count_voltages_fake.call_count, 0U); in ZTEST()
305 zassert_not_equal(regulator_fake_list_voltage_fake.call_count, 0U); in ZTEST()
325 zassert_not_equal(regulator_fake_count_voltages_fake.call_count, 0U); in ZTEST()
326 zassert_not_equal(regulator_fake_list_voltage_fake.call_count, 0U); in ZTEST()
346 zassert_equal(regulator_fake_set_voltage_fake.call_count, 1U); in ZTEST()
359 zassert_equal(regulator_fake_set_voltage_fake.call_count, 1U); in ZTEST()
369 zassert_equal(regulator_fake_set_voltage_fake.call_count, 0U); in ZTEST()
398 zassert_equal(regulator_fake_get_voltage_fake.call_count, 1U); in ZTEST()
418 zassert_equal(regulator_fake_get_voltage_fake.call_count, 1U); in ZTEST()
440 zassert_equal(regulator_fake_set_current_limit_fake.call_count, 1U); in ZTEST()
453 zassert_equal(regulator_fake_set_current_limit_fake.call_count, 1U); in ZTEST()
463 zassert_equal(regulator_fake_set_current_limit_fake.call_count, 0U); in ZTEST()
492 zassert_equal(regulator_fake_get_current_limit_fake.call_count, 1U); in ZTEST()
512 zassert_equal(regulator_fake_get_current_limit_fake.call_count, 1U); in ZTEST()
533 zassert_equal(regulator_fake_set_mode_fake.call_count, 3U); in ZTEST()
545 zassert_equal(regulator_fake_set_mode_fake.call_count, 1U); in ZTEST()
557 zassert_equal(regulator_fake_set_mode_fake.call_count, 2U); in ZTEST()
593 zassert_equal(regulator_fake_get_active_discharge_fake.call_count, 1U); in ZTEST()
624 zassert_equal(regulator_fake_get_mode_fake.call_count, 1U); in ZTEST()
644 zassert_equal(regulator_fake_get_mode_fake.call_count, 1U); in ZTEST()
675 zassert_equal(regulator_fake_get_error_flags_fake.call_count, 1U); in ZTEST()
721 zassert_equal(regulator_fake_get_error_flags_fake.call_count, 1U); in ZTEST()
737 zassert_equal(regulator_fake_enable_fake.call_count, 2U); in setup()
742 zassert_equal(regulator_fake_set_mode_fake.call_count, 1U); in setup()
748 zassert_equal(regulator_fake_disable_fake.call_count, 1U); in setup()