Searched refs:cpufreq_cdev (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/thermal/ |
H A D | cpufreq_cooling.c | 84 * @cpufreq_cdev: cpufreq_cdev for which the property is required 89 static unsigned long get_level(struct cpufreq_cooling_device *cpufreq_cdev, in get_level() argument 96 table = em_perf_state_from_pd(cpufreq_cdev->em); in get_level() 97 for (i = cpufreq_cdev->max_level - 1; i >= 0; i--) { in get_level() 103 return cpufreq_cdev->max_level - i - 1; in get_level() 106 static u32 cpu_freq_to_power(struct cpufreq_cooling_device *cpufreq_cdev, in cpu_freq_to_power() argument 114 table = em_perf_state_from_pd(cpufreq_cdev->em); in cpu_freq_to_power() 115 for (i = cpufreq_cdev->max_level - 1; i >= 0; i--) { in cpu_freq_to_power() 127 static u32 cpu_power_to_freq(struct cpufreq_cooling_device *cpufreq_cdev, in cpu_power_to_freq() argument 160 get_load(struct cpufreq_cooling_device * cpufreq_cdev,int cpu,int cpu_idx) get_load() argument 168 get_load(struct cpufreq_cooling_device * cpufreq_cdev,int cpu,int cpu_idx) get_load() argument 199 get_dynamic_power(struct cpufreq_cooling_device * cpufreq_cdev,unsigned long freq) get_dynamic_power() argument 236 struct cpufreq_cooling_device *cpufreq_cdev = cdev->devdata; cpufreq_get_requested_power() local 277 struct cpufreq_cooling_device *cpufreq_cdev = cdev->devdata; cpufreq_state2power() local 319 struct cpufreq_cooling_device *cpufreq_cdev = cdev->devdata; cpufreq_power2state() local 332 em_is_sane(struct cpufreq_cooling_device * cpufreq_cdev,struct em_perf_domain * em) em_is_sane() argument 361 allocate_idle_time(struct cpufreq_cooling_device * cpufreq_cdev) allocate_idle_time() argument 366 free_idle_time(struct cpufreq_cooling_device * cpufreq_cdev) free_idle_time() argument 370 allocate_idle_time(struct cpufreq_cooling_device * cpufreq_cdev) allocate_idle_time() argument 383 free_idle_time(struct cpufreq_cooling_device * cpufreq_cdev) free_idle_time() argument 390 get_state_freq(struct cpufreq_cooling_device * cpufreq_cdev,unsigned long state) get_state_freq() argument 438 struct cpufreq_cooling_device *cpufreq_cdev = cdev->devdata; cpufreq_get_max_state() local 457 struct cpufreq_cooling_device *cpufreq_cdev = cdev->devdata; cpufreq_get_cur_state() local 477 struct cpufreq_cooling_device *cpufreq_cdev = cdev->devdata; cpufreq_set_cur_state() local 521 struct cpufreq_cooling_device *cpufreq_cdev; __cpufreq_cooling_register() local 684 struct cpufreq_cooling_device *cpufreq_cdev; cpufreq_cooling_unregister() local [all...] |