Lines Matching +full:kernel +full:- +full:policy
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * cpufreq.h - definitions for libcpufreq
5 * Copyright (C) 2004-2009 Dominik Brodowski <[email protected]>
50 * - _kernel variant means kernel's opinion of CPU frequency
51 * - _hardware variant means actual hardware CPU frequency,
66 * returns 0 on failure, else transition latency in 10^(-9) s = nanoseconds
82 * considerations by cpufreq policy notifiers in the kernel.
101 /* determine CPUfreq policy currently used
110 void cpufreq_put_policy(struct cpufreq_policy *policy);
130 * Only present on _some_ ->target() cpufreq drivers. For information purposes
174 * This is not available in all kernel versions or configurations.
185 /* set new cpufreq policy
187 * Tries to set the passed policy as new policy as close as possible,
191 int cpufreq_set_policy(unsigned int cpu, struct cpufreq_policy *policy);
194 /* modify a policy by only changing min/max freq or governor
208 * occurs. Also does not work on ->range() cpufreq drivers.