Lines Matching +full:on +full:- +full:the +full:- +full:fly
1 /* SPDX-License-Identifier: GPL-2.0-only */
9 * control loops. One is the basic PID implementation, the
10 * other one is more specifically tailored to the loops used
20 /* This parameter array is passed to the PID algorithm. Currently,
21 * we don't support changing parameters on the fly as it's not needed
22 * but could be implemented (with necessary adjustment of the history
35 int first; /* first run of the loop */
54 /* This parameter array is passed to the CPU PID algorithm. Currently,
55 * we don't support changing parameters on the fly as it's not needed
56 * but could be implemented (with necessary adjustment of the history
70 int first; /* first run of the loop */
74 s32 last_delta; /* last Tactual - Ttarget */