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