Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
ladder.c File Reference
#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)
 

Macro Definition Documentation

#define DEMOTION_COUNT   1

Definition at line 25 of file ladder.c.

#define PROMOTION_COUNT   4

Definition at line 24 of file ladder.c.

Function Documentation

module_exit ( exit_ladder  )
module_init ( init_ladder  )
MODULE_LICENSE ( "GPL"  )