Searched defs:gpmc_device (Results 1 – 1 of 1) sorted by relevance
231 struct gpmc_device { struct232 struct device *dev;233 int irq;234 struct irq_chip irq_chip;235 struct gpio_chip gpio_chip;236 struct notifier_block nb;237 struct omap3_gpmc_regs context;238 int nirqs;239 unsigned int is_suspended:1;