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