devfreq_dev_profileRegular
4.4: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
unsigned int *freq_table;
unsigned int max_state;
};
4.8: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
4.10: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
4.13: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
4.15: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
4.18: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
5.0: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
5.3: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
5.4: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
5.8: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
5.11: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
enum devfreq_timer timer;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
5.13: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
enum devfreq_timer timer;
bool is_cooling_device;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
5.15: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
enum devfreq_timer timer;
bool is_cooling_device;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
5.19: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
enum devfreq_timer timer;
bool is_cooling_device;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
6.2: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
enum devfreq_timer timer;
bool is_cooling_device;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
6.5: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
enum devfreq_timer timer;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
bool is_cooling_device;
};
6.8: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
enum devfreq_timer timer;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
bool is_cooling_device;
};
arm64: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
armhf: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
ppc64el: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
riscv64: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
aws: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
azure: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
gcp: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
lowlatency: ✅struct devfreq_dev_profile {
long unsigned int initial_freq;
unsigned int polling_ms;
int (*target)(struct device *, long unsigned int *, u32);
int (*get_dev_status)(struct device *, struct devfreq_dev_status *);
int (*get_cur_freq)(struct device *, long unsigned int *);
void (*exit)(struct device *);
long unsigned int *freq_table;
unsigned int max_state;
};
Regular
4.4 and 4.8 ⚠️unsigned int *freq_table ➡️ long unsigned int *freq_table
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ⚠️enum devfreq_timer timer
5.11 and 5.13 ⚠️bool is_cooling_device
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
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 ✅