.\" 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_REGISTER_NOTIFIER" "9" "09 October 2005" "" ""
.SH NAME
cpufreq_register_notifier \- register a driver with cpufreq
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int cpufreq_register_notifier (struct notifier_block * \fInb\fB, unsigned int \fIlist\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fInb\fB\fR
notifier function to register
.TP
\fB\fIlist\fB\fR
CPUFREQ_TRANSITION_NOTIFIER or CPUFREQ_POLICY_NOTIFIER
.SH "ADD A DRIVER TO ONE OF TWO LISTS"
.PP
either a list of drivers that
are notified about clock rate changes (once before and once after
the transition), or a list of drivers that are notified about
changes in cpufreq policy.
.PP
This function may sleep, and has the same return conditions as
notifier_chain_register.