Home
last modified time | relevance | path

Searched refs:temp_limits (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/platform/x86/
Dgpd-pocket-fan.c28 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[i] > 90000) { in gpd_pocket_fan_probe()
133 temp_limits[i]); in gpd_pocket_fan_probe()
[all …]
/linux-5.19.10/include/linux/regulator/
Dmachine.h196 struct notification_limit temp_limits; member
/linux-5.19.10/drivers/sbus/char/
Dbbc_envctrl.c65 struct temp_limits { struct
70 static struct temp_limits cpu_temp_limits[2] = { argument
75 static struct temp_limits amb_temp_limits[2] = {
/linux-5.19.10/drivers/regulator/
Dof_regulator.c49 &constraints->temp_limits, in of_get_regulator_prot_limits()
Dcore.c1528 &rdev->constraints->temp_limits); in set_machine_constraints()