/openbmc/linux/Documentation/hwmon/ |
H A D | g762.rst | 26 fan speed control (i.e. when pwm1_enable is set to 2). 48 pwm1_enable: 63 when current fan speed control mode is open-loop ('pwm1_enable' set to 1), 66 ('pwm1_enable' set to 2), the expected rotation speed in RPM can be passed to
|
H A D | oxp-sensors.rst | 56 pwm1_enable 62 When pwm1_enable is set to "1" (manual) write any value in the range [0-255]
|
H A D | dell-smm-hwmon.rst | 41 pwm1_enable WO Enable or disable automatic BIOS fan 61 known, by writing the value ``1`` in the attribute ``pwm1_enable`` 65 ``pwm1_enable`` sets automatic control for all fans. 67 If ``pwm1_enable`` is not available, then it means that SMM codes for 76 pair. If, after recompiling the kernel, you see that ``pwm1_enable``
|
H A D | pwm-fan.rst | 26 pwm1_enable rw keep enable mode, defines behaviour when pwm1=0
|
H A D | emc2103.rst | 31 should be written to fan1_target and pwm1_enable should be set to 3.
|
H A D | max6650.rst | 45 pwm1_enable rw regulator mode, 0=full on, 1=open loop, 2=closed loop
|
H A D | max31760.rst | 72 pwm1_enable 1: direct fan control, 2: temperature based auto fan control
|
H A D | amc6821.rst | 53 pwm1_enable rw regulator mode, 1=open loop, 2=fan controlled
|
H A D | corsair-psu.rst | 73 pwm1_enable PWM mode, read only
|
/openbmc/linux/drivers/hwmon/ |
H A D | amc6821.c | 157 u8 pwm1_enable; member 241 data->pwm1_enable = 1; in amc6821_update_device() 245 data->pwm1_enable = 2; in amc6821_update_device() 249 data->pwm1_enable = 3; in amc6821_update_device() 256 data->pwm1_enable = 0; in amc6821_update_device() 374 return sprintf(buf, "%d\n", data->pwm1_enable); in pwm1_enable_show() 713 static SENSOR_DEVICE_ATTR_RW(pwm1_enable, pwm1_enable, 0);
|
H A D | gpio-fan.c | 291 static DEVICE_ATTR_RW(pwm1_enable);
|
H A D | emc2103.c | 495 static DEVICE_ATTR_RW(pwm1_enable);
|
H A D | smsc47m1.c | 427 static SENSOR_DEVICE_ATTR_RW(pwm1_enable, pwm_en, 0);
|
H A D | g762.c | 996 static DEVICE_ATTR_RW(pwm1_enable);
|
H A D | w83l786ng.c | 566 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
|
H A D | f75375s.c | 701 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO|S_IWUSR,
|
H A D | asb100.c | 595 static DEVICE_ATTR_RW(pwm1_enable);
|
H A D | lm63.c | 745 static DEVICE_ATTR_RW(pwm1_enable);
|
H A D | pc87427.c | 654 static SENSOR_DEVICE_ATTR_RW(pwm1_enable, pwm_enable, 0);
|
H A D | nct7802.c | 849 static SENSOR_DEVICE_ATTR_RW(pwm1_enable, pwm_enable, 0);
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | nouveau_thermal.rst | 61 * pwm1_enable:
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | thinkpad-acpi.rst | 1204 sysfs device attributes: (hwmon "thinkpad") fan1_input, pwm1, pwm1_enable, fan2_input 1267 are no writes to pwm1_enable (or to pwm1 *if and only if* pwm1_enable is 1331 hwmon device attribute pwm1_enable: 1364 To stop the fan: set pwm1 to zero, and pwm1_enable to 1. 1366 To start the fan in a safe mode: set pwm1_enable to 2. If that fails 1367 with EINVAL, try to set pwm1_enable to 1 and pwm1 to at least 128 (255
|
/openbmc/linux/drivers/platform/x86/ |
H A D | compal-laptop.c | 688 static DEVICE_ATTR(pwm1_enable,
|
H A D | eeepc-laptop.c | 1060 EEEPC_CREATE_SENSOR_ATTR_RW(pwm1_enable, eeepc_get_fan_ctrl,
|
/openbmc/docs/architecture/ |
H A D | sensor-architecture.md | 384 ENABLE_fan1 = 2 #Write a 2 to pwm1_enable
|