Searched defs:thermal_zone_params (Results 1 – 2 of 2) sorted by relevance
240 struct thermal_zone_params { struct241 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 …]
211 struct thermal_zone_params { struct212 char governor_name[THERMAL_NAME_LENGTH];219 bool no_hwmon;225 u32 sustainable_power;231 s32 k_po;237 s32 k_pu;240 s32 k_i;243 s32 k_d;246 s32 integral_cutoff;252 int slope;[all …]