CPUFREQ_REGISTER_NOTIFIER
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
cpufreq_register_notifier - register a driver with cpufreq
SYNOPSIS
"SYNOPSIS"
int cpufreq_register_notifier (struct notifier_block * nb, unsigned int list);
ARGUMENTS
- nb
-
notifier function to register
- list
-
CPUFREQ_TRANSITION_NOTIFIER or CPUFREQ_POLICY_NOTIFIER
ADD A DRIVER TO ONE OF TWO LISTS
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.
This function may sleep, and has the same return conditions as
notifier_chain_register.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- ADD A DRIVER TO ONE OF TWO LISTS
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:01 GMT, October 09, 2005