Lines Matching refs:turbo
158 * @turbo: VID data for turbo P state
169 int turbo;
175 * @no_turbo: Whether or not to use turbo P-states.
176 * @turbo_disabled: Whether or not turbo P-states are available at all,
178 * not the maximum reported turbo P-state is different from
179 * the maximum reported non-turbo one.
181 * @min_perf_pct: Minimum capacity limit in percent of the maximum turbo
183 * @max_perf_pct: Maximum capacity limit in percent of the maximum turbo
273 * @get_max: Callback to get maximum non turbo effective P state
274 * @get_max_physical: Callback to get maximum non turbo physical P state
276 * @get_turbo: Callback to get turbo P state
1026 * If turbo has been turned on or off globally, policy limits for
1503 vid = cpudata->vid.turbo;
1552 cpudata->vid.turbo = value & 0x7f;
2236 /* Global limits are in percent of the maximum turbo P-state. */
2310 pr_debug("policy->max > max non turbo frequency\n");