Home
last modified time | relevance | path

Searched defs:gpio_bank (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-omap.c47 struct gpio_bank { struct
48 void __iomem *base;
49 const struct omap_gpio_reg_offs *regs;
50 struct device *dev;
52 int irq;
53 u32 non_wakeup_gpios;
54 u32 enabled_non_wakeup_gpios;
78 void (*set_dataout)(struct gpio_bank *bank, unsigned gpio, int enable); argument
89 static inline struct gpio_bank *omap_irq_data_get_bank(struct irq_data *d) in omap_irq_data_get_bank() argument