Lines Matching defs:asus_wmi

241 struct asus_wmi {  struct
242 int dsts_id;
243 int spec;
244 int sfun;
246 struct input_dev *inputdev;
247 struct backlight_device *backlight_device;
248 struct backlight_device *screenpad_backlight_device;
249 struct platform_device *platform_device;
251 struct led_classdev wlan_led;
252 int wlan_led_wk;
253 struct led_classdev tpd_led;
254 int tpd_led_wk;
255 struct led_classdev kbd_led;
256 int kbd_led_wk;
257 struct led_classdev lightbar_led;
258 int lightbar_led_wk;
259 struct led_classdev micmute_led;
260 struct led_classdev camera_led;
261 struct workqueue_struct *led_workqueue;
262 struct work_struct tpd_led_work;
263 struct work_struct wlan_led_work;
264 struct work_struct lightbar_led_work;
266 struct asus_rfkill wlan;
267 struct asus_rfkill bluetooth;
268 struct asus_rfkill wimax;
269 struct asus_rfkill wwan3g;
270 struct asus_rfkill gps;
271 struct asus_rfkill uwb;
273 int tablet_switch_event_code;
274 u32 tablet_switch_dev_id;
275 bool tablet_switch_inverted;
278 bool ally_mcu_usb_switch;
280 enum fan_type fan_type;
281 enum fan_type gpu_fan_type;
282 enum fan_type mid_fan_type;
283 int fan_pwm_mode;
284 int gpu_fan_pwm_mode;
285 int mid_fan_pwm_mode;
286 int agfn_pwm;
288 bool fan_boost_mode_available;
289 u8 fan_boost_mode_mask;
290 u8 fan_boost_mode;
292 bool egpu_enable_available;
293 bool dgpu_disable_available;
294 u32 gpu_mux_dev;
297 u32 ppt_pl2_sppt;
298 u32 ppt_pl1_spl;
299 u32 ppt_apu_sppt;
300 u32 ppt_platform_sppt;
301 u32 ppt_fppt;
302 u32 nv_dynamic_boost;
303 u32 nv_temp_target;
305 u32 kbd_rgb_dev;
306 bool kbd_rgb_state_available;
307 bool oobe_state_available;
309 u8 throttle_thermal_policy_mode;
310 u32 throttle_thermal_policy_dev;
334 struct asus_wmi_debug debug; argument
336 struct asus_wmi_driver *driver; argument