Searched refs:temp_limits (Results 1 – 4 of 4) sorted by relevance
28 static int temp_limits[3] = { variable 31 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[ in gpd_pocket_fan_probe() [all...]
65 struct temp_limits { struct 70 static struct temp_limits cpu_temp_limits[2] = { argument 75 static struct temp_limits amb_temp_limits[2] = {
49 &constraints->temp_limits, in of_get_regulator_prot_limits()
1577 &rdev->constraints->temp_limits); in set_machine_constraints()