Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ams-input.c File Reference
#include <linux/module.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/delay.h>
#include "ams.h"

Go to the source code of this file.

Functions

 module_param (joystick, bool, S_IRUGO)
 
 MODULE_PARM_DESC (joystick,"Enable the input class device on module load")
 
 module_param (invert, bool, S_IWUSR|S_IRUGO)
 
 MODULE_PARM_DESC (invert,"Invert input data on X and Y axis")
 
int ams_input_init (void)
 
void ams_input_exit (void)
 

Function Documentation

void ams_input_exit ( void  )

Definition at line 150 of file ams-input.c.

int ams_input_init ( void  )

Definition at line 142 of file ams-input.c.

module_param ( joystick  ,
bool  ,
S_IRUGO   
)
module_param ( invert  ,
bool  ,
S_IWUSR S_IRUGO 
)
MODULE_PARM_DESC ( joystick  ,
"Enable the input class device on module load  
)
MODULE_PARM_DESC ( invert  ,
"Invert input data on X and Y axis"   
)