Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pxa_gpio_chip Struct Reference

Data Fields

struct gpio_chip chip
 
void __iomemregbase
 
char label [10]
 
unsigned long irq_mask
 
unsigned long irq_edge_rise
 
unsigned long irq_edge_fall
 
int(* set_wake )(unsigned int gpio, unsigned int on)
 

Detailed Description

Definition at line 71 of file gpio-pxa.c.

Field Documentation

struct gpio_chip chip

Definition at line 72 of file gpio-pxa.c.

unsigned long irq_edge_fall

Definition at line 78 of file gpio-pxa.c.

unsigned long irq_edge_rise

Definition at line 77 of file gpio-pxa.c.

unsigned long irq_mask

Definition at line 76 of file gpio-pxa.c.

char label[10]

Definition at line 74 of file gpio-pxa.c.

void __iomem* regbase

Definition at line 73 of file gpio-pxa.c.

int(* set_wake)(unsigned int gpio, unsigned int on)

Definition at line 79 of file gpio-pxa.c.


The documentation for this struct was generated from the following file: