Searched refs:temp_limits (Results 1 – 5 of 5) sorted by relevance
28 static int temp_limits[3] = { variable31 module_param_array(temp_limits, int, NULL, 0444);32 MODULE_PARM_DESC(temp_limits,93 for (i = min_speed; i < ARRAY_SIZE(temp_limits); i++) { in gpd_pocket_fan_worker()94 if (temp < temp_limits[i]) in gpd_pocket_fan_worker()101 for (i = min_speed; i < ARRAY_SIZE(temp_limits); i++) { in gpd_pocket_fan_worker()102 if (temp <= (temp_limits[i] - hysteresis)) in gpd_pocket_fan_worker()130 for (i = 0; i < ARRAY_SIZE(temp_limits); i++) { in gpd_pocket_fan_probe()131 if (temp_limits[i] < 20000 || temp_limits[i] > 90000) { in gpd_pocket_fan_probe()133 temp_limits[i]); in gpd_pocket_fan_probe()[all …]
196 struct notification_limit temp_limits; member
65 struct temp_limits { struct70 static struct temp_limits cpu_temp_limits[2] = { argument75 static struct temp_limits amb_temp_limits[2] = {
49 &constraints->temp_limits, in of_get_regulator_prot_limits()
1612 &rdev->constraints->temp_limits); in set_machine_constraints()