Searched defs:acpi_tz_softc (Results 1 – 1 of 1) sorted by relevance
88 struct acpi_tz_softc { struct89 device_t tz_dev;90 ACPI_HANDLE tz_handle; /*Thermal zone handle*/91 int tz_temperature; /*Current temperature*/92 int tz_active; /*Current active cooling*/95 int tz_requested; /*Minimum active cooling*/96 int tz_thflags; /*Current temp-related flags*/102 int tz_flags;106 struct timespec tz_cooling_started;132 static int acpi_tz_establish(struct acpi_tz_softc *sc); argument