Searched defs:acpi_button_softc (Results 1 – 1 of 1) sorted by relevance
51 struct acpi_button_softc { struct52 device_t button_dev;53 ACPI_HANDLE button_handle;54 enum { ACPI_POWER_BUTTON, ACPI_SLEEP_BUTTON } button_type;55 bool fixed;57 struct evdev_dev *button_evdev;