Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
omap-keypad.c File Reference
#include <linux/module.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/types.h>
#include <linux/input.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/platform_device.h>
#include <linux/mutex.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/platform_data/gpio-omap.h>
#include <linux/platform_data/keypad-omap.h>

Go to the source code of this file.

Data Structures

struct  omap_kp
 

Macros

#define set_col_gpio_val(x, y)   do {} while (0)
 
#define get_row_gpio_val(x)   0
 
#define omap_kp_suspend   NULL
 
#define omap_kp_resume   NULL
 

Functions

 module_platform_driver (omap_kp_driver)
 
 MODULE_AUTHOR ("Timo Teräs")
 
 MODULE_DESCRIPTION ("OMAP Keypad Driver")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS ("platform:omap-keypad")
 

Macro Definition Documentation

#define get_row_gpio_val (   x)    0

Definition at line 90 of file omap-keypad.c.

#define omap_kp_resume   NULL

Definition at line 244 of file omap-keypad.c.

#define omap_kp_suspend   NULL

Definition at line 243 of file omap-keypad.c.

#define set_col_gpio_val (   x,
  y 
)    do {} while (0)

Definition at line 89 of file omap-keypad.c.

Function Documentation

MODULE_ALIAS ( "platform:omap-keypad"  )
MODULE_AUTHOR ( "Timo Teräs )
MODULE_DESCRIPTION ( "OMAP Keypad Driver"  )
MODULE_LICENSE ( "GPL"  )
module_platform_driver ( omap_kp_driver  )