Searched defs:pxa_gpio_chip (Results 1 – 1 of 1) sorted by relevance
72 struct pxa_gpio_chip { struct73 struct gpio_chip chip;74 void __iomem *regbase;75 char label[10];77 unsigned long irq_mask;78 unsigned long irq_edge_rise;79 unsigned long irq_edge_fall;80 int (*set_wake)(unsigned int gpio, unsigned int on);83 unsigned long saved_gplr;107 static struct pxa_gpio_chip *pxa_gpio_chips; argument