Home
last modified time | relevance | path

Searched refs:perf_caps (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/cpufreq/
H A Dcppc_cpufreq.c123 local_freq_scale = div64_u64(perf, cpu_data->perf_caps.highest_perf); in cppc_scale_freq_workfn()
304 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_perf_to_khz()
328 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_khz_to_perf()
390 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_stop_cpu()
460 ret = cppc_get_perf_caps(cpu, &cpu_data->perf_caps); in cppc_cpufreq_get_cpu_data()
467 cpu_data->perf_caps.lowest_freq *= 1000; in cppc_cpufreq_get_cpu_data()
468 cpu_data->perf_caps.nominal_freq *= 1000; in cppc_cpufreq_get_cpu_data()
494 caps = &cpu_data->perf_caps; in cppc_cpufreq_cpu_init()
626 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_set_boost()
H A Dacpi-cpufreq.c635 struct cppc_perf_caps perf_caps; in get_max_boost_ratio() local
642 ret = cppc_get_perf_caps(cpu, &perf_caps); in get_max_boost_ratio()
652 highest_perf = perf_caps.highest_perf; in get_max_boost_ratio()
654 nominal_perf = perf_caps.nominal_perf; in get_max_boost_ratio()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/cpufreq/
H A Dcppc_cpufreq.c123 local_freq_scale = div64_u64(perf, cpu_data->perf_caps.highest_perf); in cppc_scale_freq_workfn()
304 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_perf_to_khz()
328 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_khz_to_perf()
390 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_stop_cpu()
460 ret = cppc_get_perf_caps(cpu, &cpu_data->perf_caps); in cppc_cpufreq_get_cpu_data()
467 cpu_data->perf_caps.lowest_freq *= 1000; in cppc_cpufreq_get_cpu_data()
468 cpu_data->perf_caps.nominal_freq *= 1000; in cppc_cpufreq_get_cpu_data()
494 caps = &cpu_data->perf_caps; in cppc_cpufreq_cpu_init()
626 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_set_boost()
H A Dacpi-cpufreq.c635 struct cppc_perf_caps perf_caps; in get_max_boost_ratio() local
642 ret = cppc_get_perf_caps(cpu, &perf_caps); in get_max_boost_ratio()
652 highest_perf = perf_caps.highest_perf; in get_max_boost_ratio()
654 nominal_perf = perf_caps.nominal_perf; in get_max_boost_ratio()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/cpufreq/
H A Dcppc_cpufreq.c123 local_freq_scale = div64_u64(perf, cpu_data->perf_caps.highest_perf); in cppc_scale_freq_workfn()
304 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_perf_to_khz()
328 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_khz_to_perf()
390 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_stop_cpu()
460 ret = cppc_get_perf_caps(cpu, &cpu_data->perf_caps); in cppc_cpufreq_get_cpu_data()
467 cpu_data->perf_caps.lowest_freq *= 1000; in cppc_cpufreq_get_cpu_data()
468 cpu_data->perf_caps.nominal_freq *= 1000; in cppc_cpufreq_get_cpu_data()
494 caps = &cpu_data->perf_caps; in cppc_cpufreq_cpu_init()
626 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_set_boost()
H A Dacpi-cpufreq.c635 struct cppc_perf_caps perf_caps; in get_max_boost_ratio() local
642 ret = cppc_get_perf_caps(cpu, &perf_caps); in get_max_boost_ratio()
652 highest_perf = perf_caps.highest_perf; in get_max_boost_ratio()
654 nominal_perf = perf_caps.nominal_perf; in get_max_boost_ratio()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/
H A Dcppc_acpi.c1060 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() argument
1103 perf_caps->highest_perf = high; in cppc_get_perf_caps()
1106 perf_caps->lowest_perf = low; in cppc_get_perf_caps()
1109 perf_caps->nominal_perf = nom; in cppc_get_perf_caps()
1113 perf_caps->guaranteed_perf = 0; in cppc_get_perf_caps()
1116 perf_caps->guaranteed_perf = guaranteed; in cppc_get_perf_caps()
1120 perf_caps->lowest_nonlinear_perf = min_nonlinear; in cppc_get_perf_caps()
1132 perf_caps->lowest_freq = low_f; in cppc_get_perf_caps()
1133 perf_caps->nominal_freq = nom_f; in cppc_get_perf_caps()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/
H A Dcppc_acpi.c1060 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() argument
1103 perf_caps->highest_perf = high; in cppc_get_perf_caps()
1106 perf_caps->lowest_perf = low; in cppc_get_perf_caps()
1109 perf_caps->nominal_perf = nom; in cppc_get_perf_caps()
1113 perf_caps->guaranteed_perf = 0; in cppc_get_perf_caps()
1116 perf_caps->guaranteed_perf = guaranteed; in cppc_get_perf_caps()
1120 perf_caps->lowest_nonlinear_perf = min_nonlinear; in cppc_get_perf_caps()
1132 perf_caps->lowest_freq = low_f; in cppc_get_perf_caps()
1133 perf_caps->nominal_freq = nom_f; in cppc_get_perf_caps()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/
H A Dcppc_acpi.c1060 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() argument
1103 perf_caps->highest_perf = high; in cppc_get_perf_caps()
1106 perf_caps->lowest_perf = low; in cppc_get_perf_caps()
1109 perf_caps->nominal_perf = nom; in cppc_get_perf_caps()
1113 perf_caps->guaranteed_perf = 0; in cppc_get_perf_caps()
1116 perf_caps->guaranteed_perf = guaranteed; in cppc_get_perf_caps()
1120 perf_caps->lowest_nonlinear_perf = min_nonlinear; in cppc_get_perf_caps()
1132 perf_caps->lowest_freq = low_f; in cppc_get_perf_caps()
1133 perf_caps->nominal_freq = nom_f; in cppc_get_perf_caps()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/acpi/
H A Dcppc_acpi.h129 struct cppc_perf_caps perf_caps; member
/dports/multimedia/libv4l/linux-5.13-rc2/include/acpi/
H A Dcppc_acpi.h129 struct cppc_perf_caps perf_caps; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/acpi/
H A Dcppc_acpi.h129 struct cppc_perf_caps perf_caps; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/
H A Dsmpboot.c2035 struct cppc_perf_caps perf_caps; in amd_set_max_freq_ratio() local
2040 rc = cppc_get_perf_caps(0, &perf_caps); in amd_set_max_freq_ratio()
2047 nominal_perf = perf_caps.nominal_perf; in amd_set_max_freq_ratio()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/
H A Dsmpboot.c2035 struct cppc_perf_caps perf_caps; in amd_set_max_freq_ratio() local
2040 rc = cppc_get_perf_caps(0, &perf_caps); in amd_set_max_freq_ratio()
2047 nominal_perf = perf_caps.nominal_perf; in amd_set_max_freq_ratio()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/
H A Dsmpboot.c2035 struct cppc_perf_caps perf_caps; in amd_set_max_freq_ratio() local
2040 rc = cppc_get_perf_caps(0, &perf_caps); in amd_set_max_freq_ratio()
2047 nominal_perf = perf_caps.nominal_perf; in amd_set_max_freq_ratio()