CPUFREQ_REGISTER_NOTIFIER

Section: ()
Updated: 06 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: 06:20:43 GMT, October 06, 2005