Searched defs:thermal_zone_params (Results 1 – 5 of 5) 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 …]
90456 struct thermal_zone_params { struct90457 char governor_name[20];90458 bool no_hwmon;90459 int num_tbps;90460 struct thermal_bind_params *tbp;90461 u32 sustainable_power;90462 s32 k_po;90463 s32 k_pu;90464 s32 k_i;90465 s32 k_d;[all …]
23863 struct thermal_zone_params { struct23864 char governor_name[20];23865 bool no_hwmon;23866 int num_tbps;23867 struct thermal_bind_params *tbp;23868 u32 sustainable_power;23869 s32 k_po;23870 s32 k_pu;23871 s32 k_i;23872 s32 k_d;[all …]