Searched defs:asus_wmi (Results 1 – 2 of 2) sorted by relevance
195 struct asus_wmi { struct196 int dsts_id;197 int spec;198 int sfun;199 bool wmi_event_queue;201 struct input_dev *inputdev;202 struct backlight_device *backlight_device;203 struct platform_device *platform_device;205 struct led_classdev wlan_led;206 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()