.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "CPUFREQ_PARSE_POLICY" "" "06 October 2005" "" "" .SH NAME cpufreq_parse_policy \- parse a policy string .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int cpufreq_parse_policy (char * \fIinput_string\fB, struct cpufreq_policy * \fIpolicy\fB); \fR .SH "ARGUMENTS" .TP \fB\fIinput_string\fB\fR the string to parse. .TP \fB\fIpolicy\fB\fR the policy written inside input_string .SH "DESCRIPTION" .PP This function parses a ``policy string'' - something the user echo'es into /proc/cpufreq or gives as boot parameter - into a struct cpufreq_policy. If there are invalid/missing entries, they are replaced with current cpufreq policy.