Home
last modified time | relevance | path

Searched refs:fan_boost_mode (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/x86/
H A Dasus-wmi.c290 u8 fan_boost_mode; member
3113 value = asus->fan_boost_mode; in fan_boost_mode_write()
3140 if (asus->fan_boost_mode == ASUS_FAN_BOOST_MODE_NORMAL) { in fan_boost_mode_switch_next()
3142 asus->fan_boost_mode = ASUS_FAN_BOOST_MODE_OVERBOOST; in fan_boost_mode_switch_next()
3144 asus->fan_boost_mode = ASUS_FAN_BOOST_MODE_SILENT; in fan_boost_mode_switch_next()
3145 } else if (asus->fan_boost_mode == ASUS_FAN_BOOST_MODE_OVERBOOST) { in fan_boost_mode_switch_next()
3147 asus->fan_boost_mode = ASUS_FAN_BOOST_MODE_SILENT; in fan_boost_mode_switch_next()
3149 asus->fan_boost_mode = ASUS_FAN_BOOST_MODE_NORMAL; in fan_boost_mode_switch_next()
3151 asus->fan_boost_mode = ASUS_FAN_BOOST_MODE_NORMAL; in fan_boost_mode_switch_next()
3162 return sysfs_emit(buf, "%d\n", asus->fan_boost_mode); in fan_boost_mode_show()
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-asus-wmi41 What: /sys/devices/platform/<platform>/fan_boost_mode