CPUFREQ_REGISTER_DRIVER
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
cpufreq_register_driver - register a CPU Frequency driver
SYNOPSIS
"SYNOPSIS"
int cpufreq_register_driver (struct cpufreq_driver * driver_data);
ARGUMENTS
- driver_data
-
A struct cpufreq_driver containing the values#
submitted by the CPU Frequency driver.
DESCRIPTION
Registers a CPU Frequency driver to this core code. This code
returns zero on success, -EBUSY when another driver got here first
(and isn't unregistered in the meantime).
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:01 GMT, October 09, 2005