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