Linux Kernel
3.7.1
|
Data Fields | |
void __iomem * | base |
struct ioh_regs __iomem * | reg |
struct device * | dev |
struct gpio_chip | gpio |
struct ioh_gpio_reg_data | ioh_gpio_reg |
u32 | gpio_use_sel |
int | ch |
int | irq_base |
spinlock_t | spinlock |
struct ioh_gpio - GPIO private data structure. : PCI base address of Memory mapped I/O register. : Memory mapped IOH GPIO register list. : Pointer to device structure. : Data for GPIO infrastructure. : Memory mapped Register data is saved here when suspend. : Save GPIO_USE_SEL1~4 register for PM : Indicate GPIO channel : Save base of IRQ number for interrupt : Used for register access protection
Definition at line 92 of file gpio-ml-ioh.c.
Definition at line 93 of file gpio-ml-ioh.c.
int ch |
Definition at line 99 of file gpio-ml-ioh.c.
Definition at line 95 of file gpio-ml-ioh.c.
Definition at line 96 of file gpio-ml-ioh.c.
u32 gpio_use_sel |
Definition at line 98 of file gpio-ml-ioh.c.
struct ioh_gpio_reg_data ioh_gpio_reg |
Definition at line 97 of file gpio-ml-ioh.c.
int irq_base |
Definition at line 100 of file gpio-ml-ioh.c.
Definition at line 101 of file gpio-ml-ioh.c.