Searched defs:acpi_softc (Results 1 – 1 of 1) sorted by relevance
52 struct acpi_softc { struct53 device_t acpi_dev;54 struct cdev *acpi_dev_t;56 int acpi_enabled;57 enum power_stype acpi_stype;58 int acpi_sleep_disabled;60 struct sysctl_ctx_list acpi_sysctl_ctx;61 struct sysctl_oid *acpi_sysctl_tree;62 enum power_stype acpi_power_button_stype;63 enum power_stype acpi_sleep_button_stype;[all …]