Searched defs:thermal_zone_params (Results 1 – 11 of 11) sorted by relevance
60241 struct thermal_zone_params { struct60242 char governor_name[20];60243 bool no_hwmon;60244 int num_tbps;60245 struct thermal_bind_params *tbp;60246 u32 sustainable_power;60247 s32 k_po;60248 s32 k_pu;60249 s32 k_i;60250 s32 k_d;[all …]
24020 struct thermal_zone_params { struct24021 char governor_name[20];24022 bool no_hwmon;24023 u32 sustainable_power;24024 s32 k_po;24025 s32 k_pu;24026 s32 k_i;24027 s32 k_d;24028 s32 integral_cutoff;24029 int slope;[all …]
87876 struct thermal_zone_params { struct87877 char governor_name[20];87878 bool no_hwmon;87879 int num_tbps;87880 struct thermal_bind_params *tbp;87881 u32 sustainable_power;87882 s32 k_po;87883 s32 k_pu;87884 s32 k_i;87885 s32 k_d;[all …]
102949 struct thermal_zone_params { struct102950 char governor_name[20];102951 bool no_hwmon;102952 u32 sustainable_power;102953 s32 k_po;102954 s32 k_pu;102955 s32 k_i;102956 s32 k_d;102957 s32 integral_cutoff;102958 int slope;[all …]
53435 struct thermal_zone_params { struct53436 char governor_name[20];53437 bool no_hwmon;53438 int num_tbps;53439 struct thermal_bind_params *tbp;53440 u32 sustainable_power;53441 s32 k_po;53442 s32 k_pu;53443 s32 k_i;53444 s32 k_d;[all …]
110760 struct thermal_zone_params { struct110761 char governor_name[20];110762 bool no_hwmon;110763 int num_tbps;110764 struct thermal_bind_params *tbp;110765 u32 sustainable_power;110766 s32 k_po;110767 s32 k_pu;110768 s32 k_i;110769 s32 k_d;[all …]
112817 struct thermal_zone_params { struct112818 char governor_name[20];112819 bool no_hwmon;112820 u32 sustainable_power;112821 s32 k_po;112822 s32 k_pu;112823 s32 k_i;112824 s32 k_d;112825 s32 integral_cutoff;112826 int slope;[all …]