Home
last modified time | relevance | path

Searched refs:fb_ctrs_t1 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dcppc_cpufreq.c331 struct cppc_perf_fb_ctrs fb_ctrs_t1) in cppc_get_rate_from_fbctrs()
338 delta_reference = get_delta(fb_ctrs_t1.reference, in cppc_get_rate_from_fbctrs()
340 delta_delivered = get_delta(fb_ctrs_t1.delivered, in cppc_get_rate_from_fbctrs()
355 struct cppc_perf_fb_ctrs fb_ctrs_t0 = {0}, fb_ctrs_t1 = {0}; in cppc_cpufreq_get_rate() local
365 ret = cppc_get_perf_ctrs(cpunum, &fb_ctrs_t1); in cppc_cpufreq_get_rate()
369 return cppc_get_rate_from_fbctrs(cpu, fb_ctrs_t0, fb_ctrs_t1); in cppc_cpufreq_get_rate()
329 cppc_get_rate_from_fbctrs(struct cppc_cpudata *cpu, struct cppc_perf_fb_ctrs fb_ctrs_t0, struct cppc_perf_fb_ctrs fb_ctrs_t1) cppc_get_rate_from_fbctrs() argument
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dcppc_cpufreq.c91 struct cppc_perf_fb_ctrs *fb_ctrs_t1);
824 struct cppc_perf_fb_ctrs *fb_ctrs_t1) in cppc_perf_from_fbctrs()
831 delta_reference = get_delta(fb_ctrs_t1->reference, in cppc_perf_from_fbctrs()
833 delta_delivered = get_delta(fb_ctrs_t1->delivered, in cppc_perf_from_fbctrs()
845 struct cppc_perf_fb_ctrs fb_ctrs_t0 = {0}, fb_ctrs_t1 = {0}; in cppc_cpufreq_get_rate() local
859 ret = cppc_get_perf_ctrs(cpu, &fb_ctrs_t1); in cppc_cpufreq_get_rate()
864 &fb_ctrs_t1); in cppc_cpufreq_get_rate()
822 cppc_perf_from_fbctrs(struct cppc_cpudata *cpu_data, struct cppc_perf_fb_ctrs *fb_ctrs_t0, struct cppc_perf_fb_ctrs *fb_ctrs_t1) cppc_perf_from_fbctrs() argument

Completed in 3 milliseconds