Searched defs:gpmc_device (Results 1 – 1 of 1) sorted by relevance
239 struct gpmc_device { struct240 struct device *dev;241 int irq;242 struct irq_chip irq_chip;243 struct gpio_chip gpio_chip;244 struct notifier_block nb;245 struct omap3_gpmc_regs context;246 struct gpmc_waitpin *waitpins;247 int nirqs;248 unsigned int is_suspended:1;[all …]