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

Data Fields

void __iomembase
 
struct pch_regs __iomemreg
 
struct devicedev
 
struct gpio_chip gpio
 
struct pch_gpio_reg_data pch_gpio_reg
 
int irq_base
 
enum pch_type_t ioh
 
spinlock_t spinlock
 

Detailed Description

struct pch_gpio - GPIO private data structure. : PCI base address of Memory mapped I/O register. : Memory mapped PCH GPIO register list. : Pointer to device structure. : Data for GPIO infrastructure. : Memory mapped Register data is saved here when suspend. : Used for register access protection : Save base of IRQ number for interrupt : IOH ID : Used for register access protection

Definition at line 97 of file gpio-pch.c.

Field Documentation

void __iomem* base

Definition at line 98 of file gpio-pch.c.

struct device* dev

Definition at line 100 of file gpio-pch.c.

struct gpio_chip gpio

Definition at line 101 of file gpio-pch.c.

enum pch_type_t ioh

Definition at line 104 of file gpio-pch.c.

int irq_base

Definition at line 103 of file gpio-pch.c.

struct pch_gpio_reg_data pch_gpio_reg

Definition at line 102 of file gpio-pch.c.

Definition at line 99 of file gpio-pch.c.

Definition at line 105 of file gpio-pch.c.


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