Linux Kernel
3.7.1
|
Data Fields | |
void __iomem * | base |
struct pch_regs __iomem * | reg |
struct device * | dev |
struct gpio_chip | gpio |
struct pch_gpio_reg_data | pch_gpio_reg |
int | irq_base |
enum pch_type_t | ioh |
spinlock_t | spinlock |
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.
Definition at line 98 of file gpio-pch.c.
Definition at line 100 of file gpio-pch.c.
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 105 of file gpio-pch.c.