Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions
gpio-stmpe.c File Reference
#include <linux/module.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
#include <linux/mfd/stmpe.h>

Go to the source code of this file.

Data Structures

struct  stmpe_gpio
 

Macros

#define CACHE_NR_REGS   3
 
#define CACHE_NR_BANKS   (STMPE_NR_GPIOS / 8)
 

Enumerations

enum  { REG_RE, REG_FE, REG_IE }
 

Functions

 subsys_initcall (stmpe_gpio_init)
 
 module_exit (stmpe_gpio_exit)
 
 MODULE_LICENSE ("GPL v2")
 
 MODULE_DESCRIPTION ("STMPExxxx GPIO driver")
 
 MODULE_AUTHOR ("Rabin Vincent <[email protected]>")
 

Macro Definition Documentation

#define CACHE_NR_BANKS   (STMPE_NR_GPIOS / 8)

Definition at line 24 of file gpio-stmpe.c.

#define CACHE_NR_REGS   3

Definition at line 23 of file gpio-stmpe.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
REG_RE 
REG_FE 
REG_IE 

Definition at line 21 of file gpio-stmpe.c.

Function Documentation

MODULE_AUTHOR ( "Rabin Vincent <[email protected]>"  )
MODULE_DESCRIPTION ( "STMPExxxx GPIO driver )
module_exit ( stmpe_gpio_exit  )
MODULE_LICENSE ( "GPL v2 )
subsys_initcall ( stmpe_gpio_init  )