android_kernel_samsung_a7y1.../drivers/cpufreq/exynos-ff.h

20 lines
314 B
C
Raw Normal View History

2023-04-06 20:47:12 +00:00
#ifndef __EXYNOS_FF_H__
#define __EXYNOS_FF_H__
struct exynos_ff_driver {
bool big_dvfs_done;
unsigned int boost_threshold;
unsigned int cal_id;
struct mutex lock;
struct cpumask cpus;
};
#ifdef CONFIG_EXYNOS_PSTATE_HAFM_TB
extern bool hwi_dvfs_req;
extern atomic_t boost_throttling;
#endif
#endif