Symbol: acpi_tz_softc
sys/dev/acpica/acpi_thermal.c
1016
struct acpi_tz_softc **sc;
sys/dev/acpica/acpi_thermal.c
1036
sc = kmalloc(sizeof(struct acpi_tz_softc *) * devcount, M_TEMP,
sys/dev/acpica/acpi_thermal.c
1075
acpi_tz_cpufreq_restore(struct acpi_tz_softc *sc)
sys/dev/acpica/acpi_thermal.c
1094
acpi_tz_cpufreq_update(struct acpi_tz_softc *sc, int req)
sys/dev/acpica/acpi_thermal.c
1203
struct acpi_tz_softc *sc;
sys/dev/acpica/acpi_thermal.c
1214
sc = (struct acpi_tz_softc *)arg;
sys/dev/acpica/acpi_thermal.c
1269
acpi_tz_cooling_is_available(struct acpi_tz_softc *sc)
sys/dev/acpica/acpi_thermal.c
1277
acpi_tz_cooling_thread_start(struct acpi_tz_softc *sc)
sys/dev/acpica/acpi_thermal.c
137
static int acpi_tz_establish(struct acpi_tz_softc *sc);
sys/dev/acpica/acpi_thermal.c
141
static void acpi_tz_getparam(struct acpi_tz_softc *sc, char *node,
sys/dev/acpica/acpi_thermal.c
143
static void acpi_tz_sanity(struct acpi_tz_softc *sc, int *val, char *what);
sys/dev/acpica/acpi_thermal.c
151
static void acpi_tz_signal(struct acpi_tz_softc *sc, int flags);
sys/dev/acpica/acpi_thermal.c
152
static void acpi_tz_timeout(struct acpi_tz_softc *sc, int flags);
sys/dev/acpica/acpi_thermal.c
155
static int acpi_tz_cooling_is_available(struct acpi_tz_softc *sc);
sys/dev/acpica/acpi_thermal.c
156
static int acpi_tz_cooling_thread_start(struct acpi_tz_softc *sc);
sys/dev/acpica/acpi_thermal.c
169
sizeof(struct acpi_tz_softc),
sys/dev/acpica/acpi_thermal.c
209
struct acpi_tz_softc *sc;
sys/dev/acpica/acpi_thermal.c
296
sc, offsetof(struct acpi_tz_softc, tz_zone.psv),
sys/dev/acpica/acpi_thermal.c
300
sc, offsetof(struct acpi_tz_softc, tz_zone.hot),
sys/dev/acpica/acpi_thermal.c
305
sc, offsetof(struct acpi_tz_softc, tz_zone.crt),
sys/dev/acpica/acpi_thermal.c
314
sc, offsetof(struct acpi_tz_softc, tz_zone.tc1),
sys/dev/acpica/acpi_thermal.c
319
sc, offsetof(struct acpi_tz_softc, tz_zone.tc2),
sys/dev/acpica/acpi_thermal.c
324
sc, offsetof(struct acpi_tz_softc, tz_zone.tsp),
sys/dev/acpica/acpi_thermal.c
399
acpi_tz_establish(struct acpi_tz_softc *sc)
sys/dev/acpica/acpi_thermal.c
484
acpi_tz_get_temperature(struct acpi_tz_softc *sc)
sys/dev/acpica/acpi_thermal.c
536
struct acpi_tz_softc *sc;
sys/dev/acpica/acpi_thermal.c
544
sc = (struct acpi_tz_softc *)Context;
sys/dev/acpica/acpi_thermal.c
696
struct acpi_tz_softc *sc = (struct acpi_tz_softc *)arg;
sys/dev/acpica/acpi_thermal.c
724
acpi_tz_getparam(struct acpi_tz_softc *sc, char *node, int *data)
sys/dev/acpica/acpi_thermal.c
766
acpi_tz_sanity(struct acpi_tz_softc *sc, int *val, char *what)
sys/dev/acpica/acpi_thermal.c
800
struct acpi_tz_softc *sc;
sys/dev/acpica/acpi_thermal.c
804
sc = (struct acpi_tz_softc *)oidp->oid_arg1;
sys/dev/acpica/acpi_thermal.c
823
struct acpi_tz_softc *sc;
sys/dev/acpica/acpi_thermal.c
826
sc = (struct acpi_tz_softc *)oidp->oid_arg1;
sys/dev/acpica/acpi_thermal.c
851
struct acpi_tz_softc *sc;
sys/dev/acpica/acpi_thermal.c
880
struct acpi_tz_softc *sc;
sys/dev/acpica/acpi_thermal.c
904
struct acpi_tz_softc *sc = (struct acpi_tz_softc *)context;
sys/dev/acpica/acpi_thermal.c
929
acpi_tz_signal(struct acpi_tz_softc *sc, int flags)
sys/dev/acpica/acpi_thermal.c
946
acpi_tz_timeout(struct acpi_tz_softc *sc, int flags)
sys/dev/acpica/acpi_thermal.c
979
struct acpi_tz_softc *sc = (struct acpi_tz_softc *)arg;