Home
last modified time | relevance | path

Searched refs:tz_flags (Results 1 – 1 of 1) sorted by relevance

/src/sys/dev/acpica/ !
H A Dacpi_thermal.c102 int tz_flags; member
325 sc->tz_flags |= TZ_FLAG_GETPROFILE; in acpi_tz_attach()
885 sc->tz_flags |= flags; in acpi_tz_signal()
940 if ((sc->tz_flags & TZ_FLAG_NO_SCP) == 0) { in acpi_tz_power_profile()
951 sc->tz_flags |= TZ_FLAG_NO_SCP; in acpi_tz_power_profile()
995 flags = sc[i]->tz_flags; in acpi_tz_thread()
996 sc[i]->tz_flags &= TZ_FLAG_NO_SCP; in acpi_tz_thread()
1004 if (sc[i]->tz_flags & ~TZ_FLAG_NO_SCP) in acpi_tz_thread()