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,94 if (temp < 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()134 temp_limits[0] = TEMP_LIMIT0_DEFAULT; in gpd_pocket_fan_probe()135 temp_limits[1] = TEMP_LIMIT1_DEFAULT; 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] = {
196 struct notification_limit temp_limits; member
49 &constraints->temp_limits, in of_get_regulator_prot_limits()
1503 &rdev->constraints->temp_limits); in set_machine_constraints()
Completed in 17 milliseconds