Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dasus-wmi.c258 u8 fan_boost_mode; member
2812 value = asus->fan_boost_mode; in fan_boost_mode_write()
2839 if (asus->fan_boost_mode == ASUS_FAN_BOOST_MODE_NORMAL) { in fan_boost_mode_switch_next()
2841 asus->fan_boost_mode = ASUS_FAN_BOOST_MODE_OVERBOOST; in fan_boost_mode_switch_next()
2843 asus->fan_boost_mode = ASUS_FAN_BOOST_MODE_SILENT; in fan_boost_mode_switch_next()
2844 } else if (asus->fan_boost_mode == ASUS_FAN_BOOST_MODE_OVERBOOST) { in fan_boost_mode_switch_next()
2846 asus->fan_boost_mode = ASUS_FAN_BOOST_MODE_SILENT; in fan_boost_mode_switch_next()
2848 asus->fan_boost_mode = ASUS_FAN_BOOST_MODE_NORMAL; in fan_boost_mode_switch_next()
2850 asus->fan_boost_mode = ASUS_FAN_BOOST_MODE_NORMAL; in fan_boost_mode_switch_next()
2861 return sysfs_emit(buf, "%d\n", asus->fan_boost_mode); in fan_boost_mode_show()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-asus-wmi41 What: /sys/devices/platform/<platform>/fan_boost_mode