Searched defs:thermal_zone_params (Results 1 – 1 of 1) sorted by relevance
74102 struct thermal_zone_params { struct74103 char governor_name[20];74104 bool no_hwmon;74105 int num_tbps;74106 struct thermal_bind_params *tbp;74107 u32 sustainable_power;74108 s32 k_po;74109 s32 k_pu;74110 s32 k_i;74111 s32 k_d;[all …]