devfreq_cooling_power
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: ✅struct devfreq_cooling_power {
long unsigned int (*get_static_power)(struct devfreq *, long unsigned int);
long unsigned int (*get_dynamic_power)(struct devfreq *, long unsigned int, long unsigned int);
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
long unsigned int dyn_power_coeff;
};
4.18
: ✅struct devfreq_cooling_power {
long unsigned int (*get_static_power)(struct devfreq *, long unsigned int);
long unsigned int (*get_dynamic_power)(struct devfreq *, long unsigned int, long unsigned int);
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
long unsigned int dyn_power_coeff;
};
5.0
: ✅struct devfreq_cooling_power {
long unsigned int (*get_static_power)(struct devfreq *, long unsigned int);
long unsigned int (*get_dynamic_power)(struct devfreq *, long unsigned int, long unsigned int);
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
long unsigned int dyn_power_coeff;
};
5.3
: ✅struct devfreq_cooling_power {
long unsigned int (*get_static_power)(struct devfreq *, long unsigned int);
long unsigned int (*get_dynamic_power)(struct devfreq *, long unsigned int, long unsigned int);
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
long unsigned int dyn_power_coeff;
};
5.4
: ✅struct devfreq_cooling_power {
long unsigned int (*get_static_power)(struct devfreq *, long unsigned int);
long unsigned int (*get_dynamic_power)(struct devfreq *, long unsigned int, long unsigned int);
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
long unsigned int dyn_power_coeff;
};
5.8
: ✅struct devfreq_cooling_power {
long unsigned int (*get_static_power)(struct devfreq *, long unsigned int);
long unsigned int (*get_dynamic_power)(struct devfreq *, long unsigned int, long unsigned int);
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
long unsigned int dyn_power_coeff;
};
5.11
: ✅struct devfreq_cooling_power {
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
};
5.13
: ✅struct devfreq_cooling_power {
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
};
5.15
: ✅struct devfreq_cooling_power {
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
};
5.19
: ✅struct devfreq_cooling_power {
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
};
6.2
: ✅struct devfreq_cooling_power {
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
};
6.5
: ✅struct devfreq_cooling_power {
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
};
6.8
: ✅struct devfreq_cooling_power {
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
};
arm64
: ✅struct devfreq_cooling_power {
long unsigned int (*get_static_power)(struct devfreq *, long unsigned int);
long unsigned int (*get_dynamic_power)(struct devfreq *, long unsigned int, long unsigned int);
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
long unsigned int dyn_power_coeff;
};
armhf
: ✅struct devfreq_cooling_power {
long unsigned int (*get_static_power)(struct devfreq *, long unsigned int);
long unsigned int (*get_dynamic_power)(struct devfreq *, long unsigned int, long unsigned int);
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
long unsigned int dyn_power_coeff;
};
ppc64el
: ✅struct devfreq_cooling_power {
long unsigned int (*get_static_power)(struct devfreq *, long unsigned int);
long unsigned int (*get_dynamic_power)(struct devfreq *, long unsigned int, long unsigned int);
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
long unsigned int dyn_power_coeff;
};
riscv64
: ✅struct devfreq_cooling_power {
long unsigned int (*get_static_power)(struct devfreq *, long unsigned int);
long unsigned int (*get_dynamic_power)(struct devfreq *, long unsigned int, long unsigned int);
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
long unsigned int dyn_power_coeff;
};
aws
: ✅struct devfreq_cooling_power {
long unsigned int (*get_static_power)(struct devfreq *, long unsigned int);
long unsigned int (*get_dynamic_power)(struct devfreq *, long unsigned int, long unsigned int);
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
long unsigned int dyn_power_coeff;
};
azure
: ✅struct devfreq_cooling_power {
long unsigned int (*get_static_power)(struct devfreq *, long unsigned int);
long unsigned int (*get_dynamic_power)(struct devfreq *, long unsigned int, long unsigned int);
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
long unsigned int dyn_power_coeff;
};
gcp
: ✅struct devfreq_cooling_power {
long unsigned int (*get_static_power)(struct devfreq *, long unsigned int);
long unsigned int (*get_dynamic_power)(struct devfreq *, long unsigned int, long unsigned int);
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
long unsigned int dyn_power_coeff;
};
lowlatency
: ✅struct devfreq_cooling_power {
long unsigned int (*get_static_power)(struct devfreq *, long unsigned int);
long unsigned int (*get_dynamic_power)(struct devfreq *, long unsigned int, long unsigned int);
int (*get_real_power)(struct devfreq *, u32 *, long unsigned int, long unsigned int);
long unsigned int dyn_power_coeff;
};
Regular
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
⚠️long unsigned int (*get_static_power)(struct devfreq *, long unsigned int)
long unsigned int (*get_dynamic_power)(struct devfreq *, long unsigned int, long unsigned int)
long unsigned int dyn_power_coeff
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
✅