Searched defs:acpi_hp_softc (Results 1 – 1 of 1) sorted by relevance
142 struct acpi_hp_softc { struct143 device_t dev;144 device_t wmi_dev;145 int has_notify; /* notification GUID found */146 int has_cmi; /* CMI GUID found */147 int has_wireless; /* Wireless command found */148 int cmi_detail; /* CMI detail level150 int verbose; /* add debug output */151 int wlan_enable_if_radio_on; /* set by sysctl */152 int wlan_disable_if_radio_off; /* set by sysctl */[all …]