Searched refs:temp_limits (Results 1 – 2 of 2) sorted by relevance
27 static int temp_limits[3] = { variable30 module_param_array(temp_limits, int, NULL, 0444);31 MODULE_PARM_DESC(temp_limits,92 for (i = min_speed; i < ARRAY_SIZE(temp_limits); i++) { in gpd_pocket_fan_worker()93 if (temp < temp_limits[i]) in gpd_pocket_fan_worker()100 for (i = min_speed; i < ARRAY_SIZE(temp_limits); i++) { in gpd_pocket_fan_worker()101 if (temp <= (temp_limits[i] - hysteresis)) in gpd_pocket_fan_worker()129 for (i = 0; i < ARRAY_SIZE(temp_limits); i++) { in gpd_pocket_fan_probe()130 if (temp_limits[i] < 20000 || temp_limits[i] > 90000) { in gpd_pocket_fan_probe()132 temp_limits[i]); in gpd_pocket_fan_probe()[all …]
65 struct temp_limits { struct70 static struct temp_limits cpu_temp_limits[2] = { argument75 static struct temp_limits amb_temp_limits[2] = {