Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_thermal.c1150 int error, perf, curr_temp, prev_temp; in acpi_tz_cooling_thread() local
1160 curr_temp = sc->tz_temperature; in acpi_tz_cooling_thread()
1161 if (curr_temp >= sc->tz_zone.psv) in acpi_tz_cooling_thread()
1164 perf = sc->tz_zone.tc1 * (curr_temp - prev_temp) + in acpi_tz_cooling_thread()
1165 sc->tz_zone.tc2 * (curr_temp - sc->tz_zone.psv); in acpi_tz_cooling_thread()
1182 prev_temp = curr_temp; in acpi_tz_cooling_thread()
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.h690 uint32_t curr_temp; member
/freebsd/sys/dev/ocs_fc/
H A Docs_hw.h1308 uint32_t curr_temp,
H A Docs_hw.c5388 uint32_t curr_temp = mbox_rsp->resp_data[0]; /* word 5 */ in ocs_hw_cb_temp() local
5401 curr_temp, in ocs_hw_cb_temp()