Searched refs:fast_switch_possible (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/cpufreq/
H A Dscmi-cpufreq.c280 policy->fast_switch_possible =
281 perf_ops->fast_switch_possible(ph, domain);
284 scmi_get_rate_limit(domain, policy->fast_switch_possible);
H A Dscpi-cpufreq.c156 policy->fast_switch_possible = false;
H A Dapple-soc-cpufreq.c282 policy->fast_switch_possible = true;
H A Dmediatek-cpufreq-hw.c244 policy->fast_switch_possible = true;
H A Dacpi-cpufreq.c887 policy->fast_switch_possible = !acpi_pstate_strict &&
916 policy->fast_switch_possible = false;
H A Dqcom-cpufreq-hw.c233 policy->fast_switch_possible = true;
H A Dcppc_cpufreq.c662 policy->fast_switch_possible = cppc_allow_fast_switch();
H A Damd-pstate.c883 policy->fast_switch_possible = true;
928 policy->fast_switch_possible = false;
H A Dpowernv-cpufreq.c854 policy->fast_switch_possible = true;
H A Dintel_pstate.c2738 policy->fast_switch_possible = false;
2769 policy->fast_switch_possible = true;
H A Dcpufreq.c504 if (!policy->fast_switch_possible)
/linux-master/include/linux/
H A Dscmi_protocol.h152 * @fast_switch_possible: indicates if fast DVFS switching is possible or not
183 bool (*fast_switch_possible)(const struct scmi_protocol_handle *ph, member in struct:scmi_perf_proto_ops
H A Dcpufreq.h106 * - fast_switch_possible should be set by the driver if it can
112 bool fast_switch_possible; member in struct:cpufreq_policy
/linux-master/drivers/firmware/arm_scmi/
H A Dperf.c1063 .fast_switch_possible = scmi_fast_switch_possible,

Completed in 249 milliseconds