Searched refs:_wmi (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/platform/x86/ |
| H A D | asus-armoury.h | 75 #define __WMI_STORE_INT(_attr, _min, _max, _wmi) \ argument 81 _max, NULL, _wmi); \ 84 #define ASUS_WMI_SHOW_INT(_attr, _wmi) \ argument 88 return armoury_attr_uint_show(kobj, attr, buf, _wmi); \ 103 #define __ATTR_RO_INT_GROUP_ENUM(_attrname, _wmi, _fsname, _possible, _dispname)\ argument 104 ASUS_WMI_SHOW_INT(_attrname##_current_value, _wmi); \ 122 #define __ATTR_RW_INT_GROUP_ENUM(_attrname, _minv, _maxv, _wmi, _fsname,\ argument 124 __WMI_STORE_INT(_attrname##_current_value, _minv, _maxv, _wmi); \ 125 ASUS_WMI_SHOW_INT(_attrname##_current_value, _wmi); \ 160 #define ASUS_ATTR_GROUP_BOOL_RO(_attrname, _fsname, _wmi, _dispname) \ argument [all …]
|