devfreq_governorRegular
4.4: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
4.8: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
4.10: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
4.13: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
4.15: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
4.18: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
5.0: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
5.3: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
5.4: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
5.8: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
const unsigned int interrupt_driven;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
5.11: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const u64 attrs;
const u64 flags;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
5.13: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const u64 attrs;
const u64 flags;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
5.15: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const u64 attrs;
const u64 flags;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
5.19: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const u64 attrs;
const u64 flags;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
6.2: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const u64 attrs;
const u64 flags;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
6.5: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const u64 attrs;
const u64 flags;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
6.8: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const u64 attrs;
const u64 flags;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
arm64: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
armhf: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
ppc64el: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
riscv64: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
aws: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
azure: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
gcp: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
lowlatency: ✅struct devfreq_governor {
struct list_head node;
const const char[16] name;
const unsigned int immutable;
int (*get_target_freq)(struct devfreq *, long unsigned int *);
int (*event_handler)(struct devfreq *, unsigned int, void *);
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ⚠️const unsigned int immutable
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 ⚠️const unsigned int interrupt_driven
5.8 and 5.11 ⚠️const u64 attrs
const u64 flags
const unsigned int immutable
const unsigned int interrupt_driven
5.11 and 5.13 ✅
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 ✅