Home
last modified time | relevance | path

Searched refs:pwm1_enable (Results 1 – 35 of 35) sorted by relevance

/linux-4.1.27/Documentation/hwmon/
Dg76225 fan speed control (i.e. when pwm1_enable is set to 2).
42 pwm1_enable: set current fan speed control mode i.e. 1 for manual fan
54 when current fan speed control mode is open-loop ('pwm1_enable' set to 1),
57 ('pwm1_enable' set to 2), the expected rotation speed in RPM can be passed to
Demc210327 should be written to fan1_target and pwm1_enable should be set to 3.
Dmax665036 pwm1_enable rw regulator mode, 0=full on, 1=open loop, 2=closed loop
Damc682148 pwm1_enable rw regulator mode, 1=open loop, 2=fan controlled
/linux-4.1.27/drivers/hwmon/
Damc6821.c170 u8 pwm1_enable; member
254 data->pwm1_enable = 1; in amc6821_update_device()
258 data->pwm1_enable = 2; in amc6821_update_device()
262 data->pwm1_enable = 3; in amc6821_update_device()
269 data->pwm1_enable = 0; in amc6821_update_device()
402 return sprintf(buf, "%d\n", data->pwm1_enable); in get_pwm1_enable()
777 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
Dmax6650.c490 static DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, get_enable, set_enable);
Dgpio-fan.c317 static DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
Dnct7904.c453 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
Demc2103.c521 static DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, show_pwm_enable,
Dw83l786ng.c580 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
Dg762.c1005 static DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
Dasb100.c608 static DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
Df75375s.c716 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO|S_IWUSR,
Dlm63.c756 static DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
Dpc87427.c660 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
Dasc7621.c963 PWRITEM(pwm1_enable, 0, PRI_LOW, VAA(0x5c, 0x5c, 0x62), VAA(0, 0, 0),
Dadt7470.c1077 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_auto,
Dw83791d.c823 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
Dadt7475.c1026 static SENSOR_DEVICE_ATTR_2(pwm1_enable, S_IRUGO | S_IWUSR, show_pwmctrl,
Dw83792d.c1078 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
Df71805f.c1087 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
Dadt7462.c1685 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_auto,
Dw83627hf.c1134 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO|S_IWUSR, show_pwm_enable,
Dadm1026.c1364 static DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, show_pwm_enable,
Dit87.c1287 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
Df71882fg.c553 SENSOR_ATTR_2(pwm1_enable, S_IRUGO|S_IWUSR, show_pwm_enable,
Dlm93.c1964 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
Dw83627ehf.c1584 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
/linux-4.1.27/Documentation/thermal/
Dnouveau_thermal54 * pwm1_enable: Current fan management mode (NONE, MANUAL or AUTO);
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt1137 pwm1_enable, fan2_input
1197 are no writes to pwm1_enable (or to pwm1 *if and only if* pwm1_enable is
1259 hwmon device attribute pwm1_enable:
1292 To stop the fan: set pwm1 to zero, and pwm1_enable to 1.
1294 To start the fan in a safe mode: set pwm1_enable to 2. If that fails
1295 with EINVAL, try to set pwm1_enable to 1 and pwm1 to at least 128 (255
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_hwmon.c392 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
/linux-4.1.27/drivers/platform/x86/
Dcompal-laptop.c671 static DEVICE_ATTR(pwm1_enable,
Deeepc-laptop.c1089 EEEPC_CREATE_SENSOR_ATTR_RW(pwm1_enable, eeepc_get_fan_ctrl,
Dthinkpad_acpi.c8143 static DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_pm.c700 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, radeon_hwmon_get_pwm1_enable, radeon_hwmo…