Home
last modified time | relevance | path

Searched refs:auto_fan (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hwmon/
H A Ddell-smm-hwmon.c145 static unsigned int manual_fan, auto_fan; variable
435 regs.eax = enable ? auto_fan : manual_fan; in i8k_enable_fan_auto_mode()
852 if (auto_fan) in dell_smm_is_visible()
1463 unsigned int auto_fan; member
1474 .auto_fan = 0x31a3,
1478 .auto_fan = 0x35a3,
1689 auto_fan = control->auto_fan; in dell_smm_init_dmi()
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-msi-laptop75 What: /sys/devices/platform/msi-laptop-pf/auto_fan
/linux/drivers/platform/x86/
H A Dmsi-laptop.c532 static DEVICE_ATTR(auto_fan, 0644, show_auto_fan, store_auto_fan);