7#ifndef ZEPHYR_SUBSYS_CPU_FREQ_POLICY_H_
8#define ZEPHYR_SUBSYS_CPU_FREQ_POLICY_H_
int cpu_freq_policy_select_pstate(const struct pstate **pstate_out)
Get the next P-state from CPU frequency scaling policy.
const struct pstate * cpu_freq_policy_pstate_set(const struct pstate *state)
Set the CPU frequency scaling P-state according to policy.
void cpu_freq_policy_reset(void)
Reset data structures used by CPU frequency scaling policy.
state
Definition parser_state.h:29
CPU performance state (pstate) struct.
Definition pstate.h:58