Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
wgt634u.c File Reference
#include <linux/platform_device.h>
#include <linux/module.h>
#include <linux/leds.h>
#include <linux/mtd/physmap.h>
#include <linux/ssb/ssb.h>
#include <linux/interrupt.h>
#include <linux/reboot.h>
#include <linux/gpio.h>
#include <asm/mach-bcm47xx/bcm47xx.h>

Go to the source code of this file.

Macros

#define WGT634U_GPIO_LED   3
 
#define WGT634U_GPIO_RESET   2
 
#define WGT634U_GPIO_TP1   7
 
#define WGT634U_GPIO_TP2   6
 
#define WGT634U_GPIO_TP3   5
 
#define WGT634U_GPIO_TP4   4
 
#define WGT634U_GPIO_TP5   1
 

Functions

 module_init (wgt634u_init)
 

Macro Definition Documentation

#define WGT634U_GPIO_LED   3

Definition at line 20 of file wgt634u.c.

#define WGT634U_GPIO_RESET   2

Definition at line 21 of file wgt634u.c.

#define WGT634U_GPIO_TP1   7

Definition at line 22 of file wgt634u.c.

#define WGT634U_GPIO_TP2   6

Definition at line 23 of file wgt634u.c.

#define WGT634U_GPIO_TP3   5

Definition at line 24 of file wgt634u.c.

#define WGT634U_GPIO_TP4   4

Definition at line 25 of file wgt634u.c.

#define WGT634U_GPIO_TP5   1

Definition at line 26 of file wgt634u.c.

Function Documentation

module_init ( wgt634u_init  )