Home
last modified time | relevance | path

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

/drivers/macintosh/
Dtherm_pm72.h294 s32 temp_history[CPU_TEMP_HISTORY_SIZE]; member
Dtherm_pm72.c854 state->temp_history[state->cur_temp] = temp; in do_cpu_pid()
868 state->temp_history[state->cur_temp] = temp; in do_cpu_pid()
898 derivative = state->temp_history[state->cur_temp] - in do_cpu_pid()
899 state->temp_history[(state->cur_temp + CPU_TEMP_HISTORY_SIZE - 1) in do_cpu_pid()