Lines Matching defs:asus_wmi
176 struct asus_wmi { struct
177 int dsts_id;
178 int spec;
179 int sfun;
180 bool wmi_event_queue;
182 struct input_dev *inputdev;
183 struct backlight_device *backlight_device;
184 struct platform_device *platform_device;
186 struct led_classdev wlan_led;
187 int wlan_led_wk;
188 struct led_classdev tpd_led;
189 int tpd_led_wk;
190 struct led_classdev kbd_led;
191 int kbd_led_wk;
192 struct led_classdev lightbar_led;
193 int lightbar_led_wk;
194 struct workqueue_struct *led_workqueue;
195 struct work_struct tpd_led_work;
196 struct work_struct wlan_led_work;
197 struct work_struct lightbar_led_work;
199 struct asus_rfkill wlan;
200 struct asus_rfkill bluetooth;
201 struct asus_rfkill wimax;
202 struct asus_rfkill wwan3g;
203 struct asus_rfkill gps;
204 struct asus_rfkill uwb;
206 enum fan_type fan_type;
207 int fan_pwm_mode;
208 int agfn_pwm;
210 bool fan_boost_mode_available;
211 u8 fan_boost_mode_mask;
212 u8 fan_boost_mode;
214 bool egpu_enable_available; // 0 = enable
215 bool egpu_enable;
240 struct asus_wmi_debug debug; argument
242 struct asus_wmi_driver *driver; argument