devfreqRegular
4.4: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
bool stop_polling;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
};
4.8: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
bool stop_polling;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
4.10: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
bool stop_polling;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
4.13: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
bool stop_polling;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
4.15: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
4.18: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
5.0: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
5.3: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
5.4: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
5.8: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
struct dev_pm_qos_request user_min_freq_req;
struct dev_pm_qos_request user_max_freq_req;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
struct devfreq_stats stats;
struct srcu_notifier_head transition_notifier_list;
struct notifier_block nb_min;
struct notifier_block nb_max;
};
5.11: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
struct dev_pm_qos_request user_min_freq_req;
struct dev_pm_qos_request user_max_freq_req;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
struct devfreq_stats stats;
struct srcu_notifier_head transition_notifier_list;
struct notifier_block nb_min;
struct notifier_block nb_max;
};
5.13: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
struct opp_table *opp_table;
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
struct dev_pm_qos_request user_min_freq_req;
struct dev_pm_qos_request user_max_freq_req;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
struct devfreq_stats stats;
struct srcu_notifier_head transition_notifier_list;
struct thermal_cooling_device *cdev;
struct notifier_block nb_min;
struct notifier_block nb_max;
};
5.15: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
struct opp_table *opp_table;
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
struct dev_pm_qos_request user_min_freq_req;
struct dev_pm_qos_request user_max_freq_req;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
struct devfreq_stats stats;
struct srcu_notifier_head transition_notifier_list;
struct thermal_cooling_device *cdev;
struct notifier_block nb_min;
struct notifier_block nb_max;
};
5.19: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
struct opp_table *opp_table;
struct notifier_block nb;
struct delayed_work work;
long unsigned int *freq_table;
unsigned int max_state;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
struct dev_pm_qos_request user_min_freq_req;
struct dev_pm_qos_request user_max_freq_req;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
struct devfreq_stats stats;
struct srcu_notifier_head transition_notifier_list;
struct thermal_cooling_device *cdev;
struct notifier_block nb_min;
struct notifier_block nb_max;
};
6.2: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
struct opp_table *opp_table;
struct notifier_block nb;
struct delayed_work work;
long unsigned int *freq_table;
unsigned int max_state;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
void *governor_data;
struct dev_pm_qos_request user_min_freq_req;
struct dev_pm_qos_request user_max_freq_req;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
struct devfreq_stats stats;
struct srcu_notifier_head transition_notifier_list;
struct thermal_cooling_device *cdev;
struct notifier_block nb_min;
struct notifier_block nb_max;
};
6.5: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
struct opp_table *opp_table;
struct notifier_block nb;
struct delayed_work work;
long unsigned int *freq_table;
unsigned int max_state;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
void *governor_data;
struct dev_pm_qos_request user_min_freq_req;
struct dev_pm_qos_request user_max_freq_req;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
struct devfreq_stats stats;
struct srcu_notifier_head transition_notifier_list;
struct thermal_cooling_device *cdev;
struct notifier_block nb_min;
struct notifier_block nb_max;
};
6.8: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
struct opp_table *opp_table;
struct notifier_block nb;
struct delayed_work work;
long unsigned int *freq_table;
unsigned int max_state;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
void *governor_data;
struct dev_pm_qos_request user_min_freq_req;
struct dev_pm_qos_request user_max_freq_req;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
struct devfreq_stats stats;
struct srcu_notifier_head transition_notifier_list;
struct thermal_cooling_device *cdev;
struct notifier_block nb_min;
struct notifier_block nb_max;
};
arm64: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
armhf: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
ppc64el: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
riscv64: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
aws: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
azure: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
gcp: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
lowlatency: ✅struct devfreq {
struct list_head node;
struct mutex lock;
struct device dev;
struct devfreq_dev_profile *profile;
const struct devfreq_governor *governor;
char governor_name[16];
struct notifier_block nb;
struct delayed_work work;
long unsigned int previous_freq;
struct devfreq_dev_status last_status;
void *data;
long unsigned int min_freq;
long unsigned int max_freq;
long unsigned int scaling_min_freq;
long unsigned int scaling_max_freq;
bool stop_polling;
long unsigned int suspend_freq;
long unsigned int resume_freq;
atomic_t suspend_count;
unsigned int total_trans;
unsigned int *trans_table;
long unsigned int *time_in_state;
long unsigned int last_stat_updated;
struct srcu_notifier_head transition_notifier_list;
};
Regular
4.4 and 4.8 ⚠️struct srcu_notifier_head transition_notifier_list
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ⚠️long unsigned int scaling_min_freq
long unsigned int scaling_max_freq
4.15 and 4.18 ✅
4.18 and 5.0 ⚠️long unsigned int suspend_freq
long unsigned int resume_freq
atomic_t suspend_count
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️struct dev_pm_qos_request user_min_freq_req
struct dev_pm_qos_request user_max_freq_req
struct devfreq_stats stats
struct notifier_block nb_min
struct notifier_block nb_max
long unsigned int min_freq
long unsigned int max_freq
unsigned int total_trans
unsigned int *trans_table
long unsigned int *time_in_state
long unsigned int last_stat_updated
5.8 and 5.11 ⚠️char governor_name[16]
5.11 and 5.13 ⚠️struct opp_table *opp_table
struct thermal_cooling_device *cdev
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️long unsigned int *freq_table
unsigned int max_state
5.19 and 6.2 ⚠️void *governor_data
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅