Searched refs:pwm1_enable (Results 1 – 25 of 36) sorted by relevance
12
/Linux-v4.19/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-v4.19/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 | gpio-fan.c | 305 static DEVICE_ATTR_RW(pwm1_enable);
|
D | max6650.c | 543 static DEVICE_ATTR_RW(pwm1_enable);
|
D | emc2103.c | 522 static DEVICE_ATTR_RW(pwm1_enable);
|
D | g762.c | 1005 static DEVICE_ATTR_RW(pwm1_enable);
|
D | w83l786ng.c | 580 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
|
D | asb100.c | 609 static DEVICE_ATTR_RW(pwm1_enable);
|
D | f75375s.c | 716 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO|S_IWUSR,
|
D | lm63.c | 758 static DEVICE_ATTR_RW(pwm1_enable);
|
D | nct7802.c | 843 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, show_pwm_enable,
|
D | pc87427.c | 660 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
|
D | asc7621.c | 962 PWRITEM(pwm1_enable, 0, PRI_LOW, VAA(0x5c, 0x5c, 0x62), VAA(0, 0, 0),
|
D | adt7470.c | 1168 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 | w83792d.c | 1077 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
|
D | f71805f.c | 1087 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
|
/Linux-v4.19/Documentation/thermal/ |
D | nouveau_thermal | 54 * pwm1_enable: Current fan management mode (NONE, MANUAL or AUTO);
|
/Linux-v4.19/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1141 pwm1_enable, fan2_input 1201 are no writes to pwm1_enable (or to pwm1 *if and only if* pwm1_enable is 1263 hwmon device attribute pwm1_enable: 1296 To stop the fan: set pwm1 to zero, and pwm1_enable to 1. 1298 To start the fan in a safe mode: set pwm1_enable to 2. If that fails 1299 with EINVAL, try to set pwm1_enable to 1 and pwm1 to at least 128 (255
|
/Linux-v4.19/drivers/platform/x86/ |
D | compal-laptop.c | 703 static DEVICE_ATTR(pwm1_enable,
|
D | eeepc-laptop.c | 1088 EEEPC_CREATE_SENSOR_ATTR_RW(pwm1_enable, eeepc_get_fan_ctrl,
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_pm.c | 1373 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, amdgpu_hwmon_get_pwm1_enable, amdgpu_hwmo…
|
12