Home
last modified time | relevance | path

Searched defs:pstate (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/regulator/
Dpwm-regulator.c92 struct pwm_state pstate; in pwm_regulator_set_voltage_sel() local
160 struct pwm_state pstate; in pwm_regulator_get_voltage() local
197 struct pwm_state pstate; in pwm_regulator_set_voltage() local
/linux-4.19.296/drivers/cpufreq/
Dbrcmstb-avs-cpufreq.c365 static int brcm_avs_get_pstate(struct private_data *priv, unsigned int *pstate) in brcm_avs_get_pstate()
378 static int brcm_avs_set_pstate(struct private_data *priv, unsigned int pstate) in brcm_avs_set_pstate()
405 unsigned int pstate; in brcm_avs_get_freq_table() local
610 unsigned int pstate; in brcm_avs_cpufreq_init() local
628 unsigned int pstate; in show_brcm_avs_pstate() local
Dintel_pstate.c239 struct pstate_data pstate; member
1185 static u64 atom_get_val(struct cpudata *cpudata, int pstate) in atom_get_val()
1357 static u64 core_get_val(struct cpudata *cpudata, int pstate) in core_get_val()
1392 static void intel_pstate_set_pstate(struct cpudata *cpu, int pstate) in intel_pstate_set_pstate()
1412 int pstate; in intel_pstate_max_within_limits() local
1657 static int intel_pstate_prepare_request(struct cpudata *cpu, int pstate) in intel_pstate_prepare_request()
1667 static void intel_pstate_update_pstate(struct cpudata *cpu, int pstate) in intel_pstate_update_pstate()
Dpowernv-cpufreq.c211 static unsigned int pstate_to_idx(u8 pstate) in pstate_to_idx()