Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/macintosh/
Dwindfarm_pid.h21 #define WF_PID_MAX_HISTORY 32 macro
41 s32 samples[WF_PID_MAX_HISTORY]; /* samples history buffer */
42 s32 errors[WF_PID_MAX_HISTORY]; /* error history buffer */
78 s32 powers[WF_PID_MAX_HISTORY]; /* power history buffer */
79 s32 errors[WF_PID_MAX_HISTORY]; /* error history buffer */
Dwindfarm_rm31.c318 hsize = min_t(int, mpu->tguardband, WF_PID_MAX_HISTORY); in cpu_setup_pid()
Dwindfarm_pm72.c417 hsize = min_t(int, mpu->tguardband, WF_PID_MAX_HISTORY); in cpu_setup_pid()