Searched defs:asus_wmi (Results 1 – 2 of 2) sorted by relevance
213 struct asus_wmi { struct214 int dsts_id;215 int spec;216 int sfun;217 bool wmi_event_queue;219 struct input_dev *inputdev;220 struct backlight_device *backlight_device;221 struct platform_device *platform_device;223 struct led_classdev wlan_led;224 int wlan_led_wk;[all …]
152 static void eeepc_wmi_key_filter(struct asus_wmi_driver *asus_wmi, int *code, in eeepc_wmi_key_filter()