Home
last modified time | relevance | path

Searched defs:thermal_zone_params (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dthermal.h240 struct thermal_zone_params { struct
241 char governor_name[THERMAL_NAME_LENGTH];
248 bool no_hwmon;
250 int num_tbps; /* Number of tbp entries */
251 struct thermal_bind_params *tbp;
257 u32 sustainable_power;
263 s32 k_po;
269 s32 k_pu;
272 s32 k_i;
275 s32 k_d;
[all …]
/kernel/linux/linux-4.19/include/linux/
Dthermal.h280 struct thermal_zone_params { struct
281 char governor_name[THERMAL_NAME_LENGTH];
288 bool no_hwmon;
290 int num_tbps; /* Number of tbp entries */
291 struct thermal_bind_params *tbp;
297 u32 sustainable_power;
303 s32 k_po;
309 s32 k_pu;
312 s32 k_i;
315 s32 k_d;
[all …]