Symbol: acpi_tz_softc
sys/dev/acpica/acpi_thermal.c
1022
acpi_tz_cpufreq_restore(struct acpi_tz_softc *sc)
sys/dev/acpica/acpi_thermal.c
1041
acpi_tz_cpufreq_update(struct acpi_tz_softc *sc, int req)
sys/dev/acpica/acpi_thermal.c
1149
struct acpi_tz_softc *sc;
sys/dev/acpica/acpi_thermal.c
1154
sc = (struct acpi_tz_softc *)arg;
sys/dev/acpica/acpi_thermal.c
1203
acpi_tz_cooling_is_available(struct acpi_tz_softc *sc)
sys/dev/acpica/acpi_thermal.c
1211
acpi_tz_cooling_thread_start(struct acpi_tz_softc *sc)
sys/dev/acpica/acpi_thermal.c
132
static int acpi_tz_establish(struct acpi_tz_softc *sc);
sys/dev/acpica/acpi_thermal.c
136
static void acpi_tz_getparam(struct acpi_tz_softc *sc, char *node,
sys/dev/acpica/acpi_thermal.c
138
static void acpi_tz_sanity(struct acpi_tz_softc *sc, int *val, char *what);
sys/dev/acpica/acpi_thermal.c
145
static void acpi_tz_signal(struct acpi_tz_softc *sc, int flags);
sys/dev/acpica/acpi_thermal.c
146
static void acpi_tz_timeout(struct acpi_tz_softc *sc, int flags);
sys/dev/acpica/acpi_thermal.c
149
static int acpi_tz_cooling_is_available(struct acpi_tz_softc *sc);
sys/dev/acpica/acpi_thermal.c
150
static int acpi_tz_cooling_thread_start(struct acpi_tz_softc *sc);
sys/dev/acpica/acpi_thermal.c
163
sizeof(struct acpi_tz_softc),
sys/dev/acpica/acpi_thermal.c
201
struct acpi_tz_softc *sc;
sys/dev/acpica/acpi_thermal.c
282
offsetof(struct acpi_tz_softc, tz_zone.psv), acpi_tz_temp_sysctl, "IK",
sys/dev/acpica/acpi_thermal.c
286
offsetof(struct acpi_tz_softc, tz_zone.cr3), acpi_tz_temp_sysctl, "IK",
sys/dev/acpica/acpi_thermal.c
290
offsetof(struct acpi_tz_softc, tz_zone.hot), acpi_tz_temp_sysctl, "IK",
sys/dev/acpica/acpi_thermal.c
294
offsetof(struct acpi_tz_softc, tz_zone.crt), acpi_tz_temp_sysctl, "IK",
sys/dev/acpica/acpi_thermal.c
302
offsetof(struct acpi_tz_softc, tz_zone.tc1), acpi_tz_passive_sysctl,
sys/dev/acpica/acpi_thermal.c
306
offsetof(struct acpi_tz_softc, tz_zone.tc2), acpi_tz_passive_sysctl,
sys/dev/acpica/acpi_thermal.c
310
offsetof(struct acpi_tz_softc, tz_zone.tsp), acpi_tz_passive_sysctl,
sys/dev/acpica/acpi_thermal.c
333
struct acpi_tz_softc *sc;
sys/dev/acpica/acpi_thermal.c
384
acpi_tz_establish(struct acpi_tz_softc *sc)
sys/dev/acpica/acpi_thermal.c
471
acpi_tz_get_temperature(struct acpi_tz_softc *sc)
sys/dev/acpica/acpi_thermal.c
504
struct acpi_tz_softc *sc;
sys/dev/acpica/acpi_thermal.c
512
sc = (struct acpi_tz_softc *)Context;
sys/dev/acpica/acpi_thermal.c
670
struct acpi_tz_softc *sc = (struct acpi_tz_softc *)arg;
sys/dev/acpica/acpi_thermal.c
698
acpi_tz_getparam(struct acpi_tz_softc *sc, char *node, int *data)
sys/dev/acpica/acpi_thermal.c
718
acpi_tz_sanity(struct acpi_tz_softc *sc, int *val, char *what)
sys/dev/acpica/acpi_thermal.c
752
struct acpi_tz_softc *sc;
sys/dev/acpica/acpi_thermal.c
756
sc = (struct acpi_tz_softc *)oidp->oid_arg1;
sys/dev/acpica/acpi_thermal.c
775
struct acpi_tz_softc *sc;
sys/dev/acpica/acpi_thermal.c
778
sc = (struct acpi_tz_softc *)oidp->oid_arg1;
sys/dev/acpica/acpi_thermal.c
803
struct acpi_tz_softc *sc;
sys/dev/acpica/acpi_thermal.c
832
struct acpi_tz_softc *sc;
sys/dev/acpica/acpi_thermal.c
856
struct acpi_tz_softc *sc = (struct acpi_tz_softc *)context;
sys/dev/acpica/acpi_thermal.c
882
acpi_tz_signal(struct acpi_tz_softc *sc, int flags)
sys/dev/acpica/acpi_thermal.c
899
acpi_tz_timeout(struct acpi_tz_softc *sc, int flags)
sys/dev/acpica/acpi_thermal.c
932
struct acpi_tz_softc *sc = (struct acpi_tz_softc *)arg;
sys/dev/acpica/acpi_thermal.c
969
struct acpi_tz_softc **sc;
sys/dev/acpica/acpi_thermal.c
986
sc = malloc(sizeof(struct acpi_tz_softc *) * devcount, M_TEMP,