Home
last modified time | relevance | path

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

12

/Linux-v4.19/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-v4.19/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,
Dgpio-fan.c305 static DEVICE_ATTR_RW(pwm1_enable);
Dmax6650.c543 static DEVICE_ATTR_RW(pwm1_enable);
Demc2103.c522 static DEVICE_ATTR_RW(pwm1_enable);
Dg762.c1005 static DEVICE_ATTR_RW(pwm1_enable);
Dw83l786ng.c580 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
Dasb100.c609 static DEVICE_ATTR_RW(pwm1_enable);
Df75375s.c716 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO|S_IWUSR,
Dlm63.c758 static DEVICE_ATTR_RW(pwm1_enable);
Dnct7802.c843 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, show_pwm_enable,
Dpc87427.c660 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
Dasc7621.c962 PWRITEM(pwm1_enable, 0, PRI_LOW, VAA(0x5c, 0x5c, 0x62), VAA(0, 0, 0),
Dadt7470.c1168 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_auto,
Dw83791d.c823 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
Dw83792d.c1077 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IWUSR | S_IRUGO,
Df71805f.c1087 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
/Linux-v4.19/Documentation/thermal/
Dnouveau_thermal54 * pwm1_enable: Current fan management mode (NONE, MANUAL or AUTO);
/Linux-v4.19/Documentation/laptops/
Dthinkpad-acpi.txt1141 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/
Dcompal-laptop.c703 static DEVICE_ATTR(pwm1_enable,
Deeepc-laptop.c1088 EEEPC_CREATE_SENSOR_ATTR_RW(pwm1_enable, eeepc_get_fan_ctrl,
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_pm.c1373 static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR, amdgpu_hwmon_get_pwm1_enable, amdgpu_hwmo…

12