perf_caps        1101 drivers/acpi/cppc_acpi.c int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps)
perf_caps        1144 drivers/acpi/cppc_acpi.c 	perf_caps->highest_perf = high;
perf_caps        1147 drivers/acpi/cppc_acpi.c 	perf_caps->lowest_perf = low;
perf_caps        1150 drivers/acpi/cppc_acpi.c 	perf_caps->nominal_perf = nom;
perf_caps        1154 drivers/acpi/cppc_acpi.c 		perf_caps->guaranteed_perf = 0;
perf_caps        1157 drivers/acpi/cppc_acpi.c 		perf_caps->guaranteed_perf = guaranteed;
perf_caps        1161 drivers/acpi/cppc_acpi.c 	perf_caps->lowest_nonlinear_perf = min_nonlinear;
perf_caps        1173 drivers/acpi/cppc_acpi.c 	perf_caps->lowest_freq = low_f;
perf_caps        1174 drivers/acpi/cppc_acpi.c 	perf_caps->nominal_freq = nom_f;
perf_caps         144 drivers/cpufreq/cppc_cpufreq.c 	struct cppc_perf_caps *caps = &cpu->perf_caps;
perf_caps         159 drivers/cpufreq/cppc_cpufreq.c 		div = cpu->perf_caps.highest_perf;
perf_caps         168 drivers/cpufreq/cppc_cpufreq.c 	struct cppc_perf_caps *caps = &cpu->perf_caps;
perf_caps         182 drivers/cpufreq/cppc_cpufreq.c 		mul = cpu->perf_caps.highest_perf;
perf_caps         232 drivers/cpufreq/cppc_cpufreq.c 	cpu->perf_ctrls.desired_perf = cpu->perf_caps.lowest_perf;
perf_caps         237 drivers/cpufreq/cppc_cpufreq.c 				cpu->perf_caps.lowest_perf, cpu_num, ret);
perf_caps         292 drivers/cpufreq/cppc_cpufreq.c 	ret = cppc_get_perf_caps(policy->cpu, &cpu->perf_caps);
perf_caps         301 drivers/cpufreq/cppc_cpufreq.c 	cpu->perf_caps.lowest_freq *= 1000;
perf_caps         302 drivers/cpufreq/cppc_cpufreq.c 	cpu->perf_caps.nominal_freq *= 1000;
perf_caps         308 drivers/cpufreq/cppc_cpufreq.c 	policy->min = cppc_cpufreq_perf_to_khz(cpu, cpu->perf_caps.lowest_nonlinear_perf);
perf_caps         309 drivers/cpufreq/cppc_cpufreq.c 	policy->max = cppc_cpufreq_perf_to_khz(cpu, cpu->perf_caps.highest_perf);
perf_caps         316 drivers/cpufreq/cppc_cpufreq.c 	policy->cpuinfo.min_freq = cppc_cpufreq_perf_to_khz(cpu, cpu->perf_caps.lowest_perf);
perf_caps         317 drivers/cpufreq/cppc_cpufreq.c 	policy->cpuinfo.max_freq = cppc_cpufreq_perf_to_khz(cpu, cpu->perf_caps.highest_perf);
perf_caps         331 drivers/cpufreq/cppc_cpufreq.c 			memcpy(&all_cpu_data[i]->perf_caps, &cpu->perf_caps,
perf_caps         332 drivers/cpufreq/cppc_cpufreq.c 			       sizeof(cpu->perf_caps));
perf_caps         344 drivers/cpufreq/cppc_cpufreq.c 					cpu->perf_caps.highest_perf);
perf_caps         345 drivers/cpufreq/cppc_cpufreq.c 	cpu->perf_ctrls.desired_perf = cpu->perf_caps.highest_perf;
perf_caps         350 drivers/cpufreq/cppc_cpufreq.c 				cpu->perf_caps.highest_perf, cpu_num, ret);
perf_caps         128 include/acpi/cppc_acpi.h 	struct cppc_perf_caps perf_caps;