Searched defs:asus_wmi (Results 1 – 2 of 2) sorted by relevance
171 struct asus_wmi { struct172 int dsts_id;173 int spec;174 int sfun;175 bool wmi_event_queue;177 struct input_dev *inputdev;178 struct backlight_device *backlight_device;179 struct platform_device *platform_device;181 struct led_classdev wlan_led;182 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()