Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c84 struct cppc_perf_fb_ctrs *fb_ctrs_t1);
730 struct cppc_perf_fb_ctrs *fb_ctrs_t1) in cppc_perf_from_fbctrs() argument
737 delta_reference = get_delta(fb_ctrs_t1->reference, in cppc_perf_from_fbctrs()
739 delta_delivered = get_delta(fb_ctrs_t1->delivered, in cppc_perf_from_fbctrs()
754 struct cppc_perf_fb_ctrs *fb_ctrs_t1) in cppc_get_perf_ctrs_sample() argument
764 return cppc_get_perf_ctrs(cpu, fb_ctrs_t1); in cppc_get_perf_ctrs_sample()
769 struct cppc_perf_fb_ctrs fb_ctrs_t0 = {0}, fb_ctrs_t1 = {0}; in cppc_cpufreq_get_rate() local
782 ret = cppc_get_perf_ctrs_sample(cpu, &fb_ctrs_t0, &fb_ctrs_t1); in cppc_cpufreq_get_rate()
792 &fb_ctrs_t1); in cppc_cpufreq_get_rate()