|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/cpuidle.h>#include <linux/pm_qos.h>#include <linux/module.h>#include <linux/jiffies.h>#include <asm/io.h>#include <asm/uaccess.h>Go to the source code of this file.
Data Structures | |
| struct | ladder_device_state |
| struct | ladder_device |
Macros | |
| #define | PROMOTION_COUNT 4 |
| #define | DEMOTION_COUNT 1 |
Functions | |
| MODULE_LICENSE ("GPL") | |
| module_init (init_ladder) | |
| module_exit (exit_ladder) | |
| module_exit | ( | exit_ladder | ) |
| module_init | ( | init_ladder | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2