Searched defs:acpi_softc (Results 1 – 1 of 1) sorted by relevance
51 struct acpi_softc { struct52 device_t acpi_dev;53 struct cdev *acpi_dev_t;55 int acpi_enabled;56 int acpi_sstate;57 int acpi_sleep_disabled;59 struct sysctl_ctx_list acpi_sysctl_ctx;60 struct sysctl_oid *acpi_sysctl_tree;61 int acpi_power_button_sx;62 int acpi_sleep_button_sx;[all …]