Searched refs:temp_limits (Results 1 – 2 of 2) sorted by relevance
19 static int temp_limits[3] = { 55000, 60000, 65000 }; variable20 module_param_array(temp_limits, int, NULL, 0444);21 MODULE_PARM_DESC(temp_limits,82 for (i = min_speed; i < ARRAY_SIZE(temp_limits); i++) { in gpd_pocket_fan_worker()83 if (temp < temp_limits[i]) in gpd_pocket_fan_worker()90 for (i = min_speed; i < ARRAY_SIZE(temp_limits); i++) { in gpd_pocket_fan_worker()91 if (temp <= (temp_limits[i] - hysteresis)) in gpd_pocket_fan_worker()119 for (i = 0; i < ARRAY_SIZE(temp_limits); i++) { in gpd_pocket_fan_probe()120 if (temp_limits[i] < 40000 || temp_limits[i] > 70000) { in gpd_pocket_fan_probe()122 temp_limits[i]); in gpd_pocket_fan_probe()
65 struct temp_limits { struct70 static struct temp_limits cpu_temp_limits[2] = { argument75 static struct temp_limits amb_temp_limits[2] = {