Searched refs:pwm1_enable (Results 1 – 25 of 37) sorted by relevance
12
| /Linux-v5.4/Documentation/hwmon/ |
| 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
|
| D | emc2103.rst | 31 should be written to fan1_target and pwm1_enable should be set to 3.
|
| D | max6650.rst | 45 pwm1_enable rw regulator mode, 0=full on, 1=open loop, 2=closed loop
|
| D | amc6821.rst | 53 pwm1_enable rw regulator mode, 1=open loop, 2=fan controlled
|
| /Linux-v5.4/drivers/hwmon/ |
| 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);
|
| D | gpio-fan.c | 292 static DEVICE_ATTR_RW(pwm1_enable);
|
| D | emc2103.c | 495 static DEVICE_ATTR_RW(pwm1_enable);
|
| D | w83l786ng.c | 567 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
|
| D | smsc47m1.c | 427 static SENSOR_DEVICE_ATTR_RW(pwm1_enable, pwm_en, 0);
|
| D | g762.c | 992 static DEVICE_ATTR_RW(pwm1_enable);
|
| D | asb100.c | 596 static DEVICE_ATTR_RW(pwm1_enable);
|
| D | f75375s.c | 702 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO|S_IWUSR,
|
| D | nct7802.c | 770 static SENSOR_DEVICE_ATTR_RW(pwm1_enable, pwm_enable, 0);
|
| D | lm63.c | 745 static DEVICE_ATTR_RW(pwm1_enable);
|
| D | pc87427.c | 654 static SENSOR_DEVICE_ATTR_RW(pwm1_enable, pwm_enable, 0);
|
| D | adt7470.c | 1076 static SENSOR_DEVICE_ATTR_RW(pwm1_enable, pwm_auto, 0);
|
| D | asc7621.c | 949 PWRITEM(pwm1_enable, 0, PRI_LOW, VAA(0x5c, 0x5c, 0x62), VAA(0, 0, 0),
|
| D | w83791d.c | 810 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
|
| D | lm85.c | 832 static SENSOR_DEVICE_ATTR_RW(pwm1_enable, pwm_enable, 0);
|
| D | f71805f.c | 1080 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
|
| D | adt7462.c | 1580 static SENSOR_DEVICE_ATTR_RW(pwm1_enable, pwm_auto, 0);
|
| /Linux-v5.4/Documentation/driver-api/thermal/ |
| D | nouveau_thermal.rst | 61 * pwm1_enable:
|
| /Linux-v5.4/Documentation/admin-guide/laptops/ |
| D | thinkpad-acpi.rst | 1201 sysfs device attributes: (hwmon "thinkpad") fan1_input, pwm1, pwm1_enable, fan2_input 1264 are no writes to pwm1_enable (or to pwm1 *if and only if* pwm1_enable is 1328 hwmon device attribute pwm1_enable: 1361 To stop the fan: set pwm1 to zero, and pwm1_enable to 1. 1363 To start the fan in a safe mode: set pwm1_enable to 2. If that fails 1364 with EINVAL, try to set pwm1_enable to 1 and pwm1 to at least 128 (255
|
| /Linux-v5.4/drivers/platform/x86/ |
| D | compal-laptop.c | 690 static DEVICE_ATTR(pwm1_enable,
|
| D | eeepc-laptop.c | 1062 EEEPC_CREATE_SENSOR_ATTR_RW(pwm1_enable, eeepc_get_fan_ctrl,
|
12