Home
last modified time | relevance | path

Searched defs:acpi_hp_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/sys/dev/acpi_support/
H A Dacpi_hp.c142 struct acpi_hp_softc { struct
143 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 level
150 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 …]