Searched defs:asus_wmi (Results 1 – 2 of 2) sorted by relevance
207 struct asus_wmi { struct208 int dsts_id;209 int spec;210 int sfun;211 bool wmi_event_queue;213 struct input_dev *inputdev;214 struct backlight_device *backlight_device;215 struct platform_device *platform_device;217 struct led_classdev wlan_led;218 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()