Searched defs:asus_wmi (Results 1 – 2 of 2) sorted by relevance
176 struct asus_wmi { struct177 int dsts_id;178 int spec;179 int sfun;180 bool wmi_event_queue;182 struct input_dev *inputdev;183 struct backlight_device *backlight_device;184 struct platform_device *platform_device;186 struct led_classdev wlan_led;187 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()