Searched refs:voltd_count (Results 1 – 3 of 3) sorted by relevance
61 size_t voltd_count; member
76 agent->voltd_count, in debug_print_agent_state()77 agent->voltd_count ? agent->voltd[0].enabled : -1, in debug_print_agent_state()78 agent->voltd_count ? agent->voltd[0].voltage_uv : -1, in debug_print_agent_state()79 agent->voltd_count ? agent->voltd[1].enabled : -1, in debug_print_agent_state()80 agent->voltd_count ? agent->voltd[1].voltage_uv : -1); in debug_print_agent_state()570 .voltd_count = ARRAY_SIZE(scmi_voltd), in sandbox_scmi_test_probe()
59 ut_asserteq(2, agent->voltd_count); in ut_assert_scmi_state_postprobe()
Completed in 9 milliseconds