/linux-6.12.1/Documentation/hwmon/ |
D | nzxt-smart2.rst | 14 This driver implements monitoring and control of fans plugged into the device. 29 If fans are plugged in/unplugged while the system is powered on, the driver 30 must be reloaded to detect configuration changes; otherwise, new fans can't 32 device has a dedicated "detect fans" command, and currently, it is executed only 35 `liquidctl`_) can be used to run "detect fans" command through hidraw interface. 50 fans, voltage for other fans. Voltage can be changed in 56 can control only the fans it detected itself, so the 58 pwm[1-3]_mode Read-only, 1 for PWM-controlled fans, 0 for other fans
|
D | emc6w201.rst | 26 measures the speed of up to five fans, and controls the speed of 27 multiple DC fans using three Pulse Width Modulator (PWM) outputs. Note 28 that it is possible to control more than three fans by connecting two 29 fans to one PWM output. The EMC6W201 will be available in a 36-pin
|
D | lm85.rst | 131 TACH signal from the fans. The ADM1027 can be configured to measure the 138 To smooth the response of fans to changes in temperature, the LM85 has an 167 fans in a PC or embedded system. The EMC6D101, available in a 24-pin SSOP 217 - temperature below which fans should be off or spinning very low. 219 - temperature over which fans start to spin. 221 - temperature when fans spin at full speed. 223 - temperature when all fans will run full speed. 239 the behaviour of fans. Write 1 to let fans spinning at 276 The number of pulses-per-rev of the fans can be set, Tach monitoring
|
D | max31790.rst | 22 The MAX31790 controls the speeds of up to six fans using six independent 24 through the I2C interface. The outputs drive "4-wire" fans directly,
|
D | sch5627.rst | 21 capabilities. They can monitor up to 5 voltages, 4 fans and 8 temperatures. 42 channel excedes tempX_max, all fans are forced to maximum speed. The same is not
|
D | pc87427.rst | 24 monitoring capabilities. It can monitor up to 18 voltages, 8 fans and 25 6 temperature sensors. Only the fans and temperatures are supported at
|
D | asus_wmi_sensors.rst | 70 fans stopping, fans getting stuck at max speed, or temperature readouts
|
D | aquacomputer_d5next.rst | 31 virtual temperature sensors, as well as two flow sensors. The fans expose their 49 as well as eight PWM controllable fans, along with their speed (in RPM), power, voltage 53 sensor and four PWM controllable fans, along with their speed (in RPM), power,
|
D | thmc50.rst | 86 so it stops fans even if the value 0 into the ANALOG_OUT register does not. 89 in the temp3 mode), five temperature readings and two fans.
|
D | it87.rst | 254 have support for 2 additional fans. The additional fans are supported by the 259 counters for fans 1 to 3. This is better (no more fan clock divider mess) but 271 IT8728F. It only supports 3 fans, 16-bit fan mode, and the full speed mode 275 to IT8728F. It only supports 16-bit fan mode. Both chips support up to 6 fans. 277 The IT8790E, IT8792E/IT8795E and IT87952E support up to 3 fans. 16-bit fan 325 (temperatures, voltages and fans.)
|
D | ucd9000.rst | 134 created only for enabled fans. 135 Note that even though UCD90910 supports up to 10 fans, 136 only up to four fans are currently supported.
|
D | w83781d.rst | 189 One user has reported problems with fans stopping 198 - One user reports fans stopping under high server load. 352 - 3 fans, identical to the W83781D 355 - 2 fans only, 1350000/RPM/div 441 One remarkable thing is that the fans would only have two or three 446 fans run at low speed, and 0x7F or 0x80 to make them run at full speed. 458 - seems to turn fans off after some time(1-2 minutes)... might be 465 - slightly "on-ner" than off, but my fans do not get to move. I can
|
D | asc7621.rst | 70 individual fans on each that would benefit from individual fan control. 74 fan types. We can also support pulse-stretched PWM so that 3-wire fans 103 The aSC7621 has tachometer inputs to measure fan speed on up to four fans. 121 - 3 PWM fan speed control outputs for 2-, 3- or 4-wire fans and up to 4 fan
|
D | dell-smm-hwmon.rst | 15 queried for the status of fans and temperature sensors. Userspace 26 Temperature sensors and fans can be queried and set via the standard 65 ``pwm1_enable`` sets automatic control for all fans. 95 The driver also exports the fans as thermal cooling devices with 347 fans supports a 4th "magic" state, which signals the BIOS that automatic
|
D | sch5636.rst | 27 The Fujitsu Theseus can monitor up to 5 voltages, 8 fans and 16
|
D | ftsteutates.rst | 22 8 fans. It also contains an integrated watchdog which is currently
|
D | asus_rog_ryujin.rst | 19 Attaching external fans to the controller is optional and allows them to be
|
D | adt7475.rst | 145 `pwm[1-*]_stall_disable sysfs attribute`. A value of 0 means the fans will shut 146 off. A value of 1 means the fans will run at auto_point1_pwm.
|
/linux-6.12.1/drivers/macintosh/ |
D | windfarm_smu_controls.c | 259 struct device_node *smu, *fans, *fan; in smu_controls_init() local 269 for_each_child_of_node(smu, fans) in smu_controls_init() 270 if (of_node_name_eq(fans, "rpm-fans") || in smu_controls_init() 271 of_device_is_compatible(fans, "smu-rpm-fans")) in smu_controls_init() 273 for_each_child_of_node(fans, fan) { in smu_controls_init() 284 of_node_put(fans); in smu_controls_init() 288 for_each_child_of_node(smu, fans) in smu_controls_init() 289 if (of_node_name_eq(fans, "pwm-fans")) in smu_controls_init() 291 for_each_child_of_node(fans, fan) { in smu_controls_init() 302 of_node_put(fans); in smu_controls_init()
|
/linux-6.12.1/drivers/platform/x86/dell/ |
D | dell-wmi-ddv.c | 109 struct dell_wmi_ddv_sensors fans; member 295 &data->fans, sizeof(*entry)); in dell_wmi_ddv_fan_read_channel() 299 if (channel >= data->fans.entries) in dell_wmi_ddv_fan_read_channel() 302 entry = (struct fan_sensor_entry *)data->fans.obj->package.elements[1].buffer.pointer; in dell_wmi_ddv_fan_read_channel() 354 mutex_lock(&data->fans.lock); in dell_wmi_ddv_read() 356 mutex_unlock(&data->fans.lock); in dell_wmi_ddv_read() 378 &data->fans, sizeof(*entry)); in dell_wmi_ddv_fan_read_string() 382 if (channel >= data->fans.entries) in dell_wmi_ddv_fan_read_string() 385 entry = (struct fan_sensor_entry *)data->fans.obj->package.elements[1].buffer.pointer; in dell_wmi_ddv_fan_read_string() 469 mutex_lock(&data->fans.lock); in dell_wmi_ddv_read_string() [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/hwmon/ |
D | aspeed-pwm-tacho.txt | 6 There can be upto 8 fans supported. Each fan can have one PWM output and 32 representing a fan. If there are 8 fans each fan can have one PWM port and
|
D | max31785.txt | 19 fans@52 {
|
/linux-6.12.1/drivers/sbus/char/ |
D | bbc_i2c.h | 65 struct list_head fans; member
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | debugfs-ec | 20 This can influence the way your machine is cooled and fans may
|
D | sysfs-driver-samsung-laptop | 9 their fans quiet at all costs. Reading from this file
|