Searched defs:acpi_asus_wmi_softc (Results 1 – 1 of 1) sorted by relevance
123 struct acpi_asus_wmi_softc { struct124 device_t dev;125 device_t wmi_dev;126 const char *notify_guid;127 struct sysctl_ctx_list *sysctl_ctx;128 struct sysctl_oid *sysctl_tree;129 int dsts_id;130 int handle_keys;131 bool event_queue;132 struct cdev *kbd_bkl;[all …]