Searched refs:pstates (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/power/cpupower/utils/ |
| H A D | cpufreq-info.c | 129 unsigned long pstates[MAX_HW_PSTATES] = {0,}; in get_boost_mode_x86() local 154 ret = decode_pstates(cpu, b_states, pstates, &pstate_no); in get_boost_mode_x86() 161 if (!pstates[i]) in get_boost_mode_x86() 165 "\n"), i, pstates[i]); in get_boost_mode_x86() 168 i - b_states, pstates[i]); in get_boost_mode_x86()
|
| /linux/tools/power/cpupower/utils/helpers/ |
| H A D | helpers.h | 140 unsigned long *pstates, int *no); 168 unsigned long *pstates, int *no) in decode_pstates() argument
|
| /linux/drivers/platform/x86/intel/telemetry/ |
| H A D | debugfs.c | 342 u64 pstates = 0; in telem_pss_states_show() local 400 pstates = evtlog[index].telem_evtlog; in telem_pss_states_show() 408 (pstates & TELEM_MASK_BYTE)*100, in telem_pss_states_show() 409 ((pstates >> 8) & TELEM_MASK_BYTE)*50/3); in telem_pss_states_show() 412 ((pstates >> 16) & TELEM_MASK_BYTE)*25, in telem_pss_states_show() 413 ((pstates >> 24) & TELEM_MASK_BYTE)*50/3); in telem_pss_states_show()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | priv.h | 14 struct nvkm_pstate *pstates; member
|
| H A D | base.c | 630 if (clk->func->pstates) in nvkm_clk_dtor() 679 if (!func->pstates) { in nvkm_clk_ctor() 686 list_add_tail(&func->pstates[idx].head, &clk->states); in nvkm_clk_ctor()
|