Home
last modified time | relevance | path

Searched refs:pstates (Results 1 – 3 of 3) sorted by relevance

/tools/power/cpupower/utils/helpers/
Dhelpers.h127 int boost_states, unsigned long *pstates, int *no);
145 int boost_states, unsigned long *pstates, in decode_pstates() argument
Damd.c89 int boost_states, unsigned long *pstates, int *no) in decode_pstates() argument
127 pstates[i] = get_cof(cpu_family, pstate); in decode_pstates()
/tools/power/cpupower/utils/
Dcpufreq-info.c172 unsigned long pstates[MAX_HW_PSTATES] = {0,}; in get_boost_mode() local
198 pstates, &pstate_no); in get_boost_mode()
205 if (!pstates[i]) in get_boost_mode()
209 "\n"), i, pstates[i]); in get_boost_mode()
212 i - b_states, pstates[i]); in get_boost_mode()