Lines Matching defs:asus_wmi
173 struct asus_wmi { struct
174 int dsts_id;
175 int spec;
176 int sfun;
177 bool wmi_event_queue;
179 struct input_dev *inputdev;
180 struct backlight_device *backlight_device;
181 struct platform_device *platform_device;
183 struct led_classdev wlan_led;
184 int wlan_led_wk;
185 struct led_classdev tpd_led;
186 int tpd_led_wk;
187 struct led_classdev kbd_led;
188 int kbd_led_wk;
189 struct led_classdev lightbar_led;
190 int lightbar_led_wk;
191 struct workqueue_struct *led_workqueue;
192 struct work_struct tpd_led_work;
193 struct work_struct wlan_led_work;
194 struct work_struct lightbar_led_work;
196 struct asus_rfkill wlan;
197 struct asus_rfkill bluetooth;
198 struct asus_rfkill wimax;
199 struct asus_rfkill wwan3g;
200 struct asus_rfkill gps;
201 struct asus_rfkill uwb;
203 int tablet_switch_event_code;
204 u32 tablet_switch_dev_id;
205 bool tablet_switch_inverted;
207 enum fan_type fan_type;
208 int fan_pwm_mode;
232 struct asus_wmi_debug debug; argument
234 struct asus_wmi_driver *driver; argument