/linux-4.4.14/Documentation/hwmon/ |
D | g762 | 25 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
|
D | emc2103 | 27 should be written to fan1_target and pwm1_enable should be set to 3.
|
D | max6650 | 36 pwm1_enable rw regulator mode, 0=full on, 1=open loop, 2=closed loop
|
D | amc6821 | 48 pwm1_enable rw regulator mode, 1=open loop, 2=fan controlled
|
/linux-4.4.14/drivers/hwmon/ |
D | amc6821.c | 170 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,
|
D | max6650.c | 490 static DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, get_enable, set_enable);
|
D | gpio-fan.c | 317 static DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
|
D | max31790.c | 437 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
|
D | nct7904.c | 453 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
|
D | emc2103.c | 521 static DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, show_pwm_enable,
|
D | g762.c | 1006 static DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
|
D | w83l786ng.c | 580 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
|
D | f75375s.c | 716 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO|S_IWUSR,
|
D | asb100.c | 608 static DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
|
D | lm63.c | 756 static DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
|
D | nct7802.c | 841 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, show_pwm_enable,
|
D | asc7621.c | 963 PWRITEM(pwm1_enable, 0, PRI_LOW, VAA(0x5c, 0x5c, 0x62), VAA(0, 0, 0),
|
D | pc87427.c | 660 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
|
D | adt7470.c | 1077 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_auto,
|
D | w83791d.c | 823 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
|
D | f71805f.c | 1087 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
|
D | adt7475.c | 1026 static SENSOR_DEVICE_ATTR_2(pwm1_enable, S_IRUGO | S_IWUSR, show_pwmctrl,
|
D | w83792d.c | 1079 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
|
D | adt7462.c | 1685 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_auto,
|
D | adm1026.c | 1364 static DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, show_pwm_enable,
|
D | w83627hf.c | 1134 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO|S_IWUSR, show_pwm_enable,
|
D | lm93.c | 1964 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
|
D | it87.c | 1308 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
|
D | f71882fg.c | 601 SENSOR_ATTR_2(pwm1_enable, S_IRUGO|S_IWUSR, show_pwm_enable,
|
D | w83627ehf.c | 1584 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
|
/linux-4.4.14/Documentation/thermal/ |
D | nouveau_thermal | 54 * pwm1_enable: Current fan management mode (NONE, MANUAL or AUTO);
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1137 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.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_hwmon.c | 392 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_pm.c | 275 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, amdgpu_hwmon_get_pwm1_enable, amdgpu_hwmo…
|
/linux-4.4.14/drivers/platform/x86/ |
D | compal-laptop.c | 709 static DEVICE_ATTR(pwm1_enable,
|
D | eeepc-laptop.c | 1090 EEEPC_CREATE_SENSOR_ATTR_RW(pwm1_enable, eeepc_get_fan_ctrl,
|
D | asus-wmi.c | 1330 static DEVICE_ATTR_RW(pwm1_enable);
|
D | thinkpad_acpi.c | 8143 static DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_pm.c | 697 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, radeon_hwmon_get_pwm1_enable, radeon_hwmo…
|