Searched defs:asus_wmi (Results 1 – 2 of 2) sorted by relevance
163 struct asus_wmi { struct164 int dsts_id;165 int spec;166 int sfun;167 bool wmi_event_queue;169 struct input_dev *inputdev;170 struct backlight_device *backlight_device;171 struct platform_device *platform_device;173 struct led_classdev wlan_led;174 int wlan_led_wk;[all …]
175 static void eeepc_wmi_key_filter(struct asus_wmi_driver *asus_wmi, int *code, in eeepc_wmi_key_filter()