Searched defs:omap_gpio_platform_data (Results 1 – 1 of 1) sorted by relevance
183 struct omap_gpio_platform_data { struct184 int bank_type;185 int bank_width; /* GPIO bank width */186 int bank_stride; /* Only needed for omap1 MPUIO */187 bool dbck_flag; /* dbck required or not - True for OMAP3&4 */188 bool loses_context; /* whether the bank would ever lose context */189 bool is_mpuio; /* whether the bank is of type MPUIO */190 u32 non_wakeup_gpios;192 const struct omap_gpio_reg_offs *regs;195 int (*get_context_loss_count)(struct device *dev);