Searched defs:tegra_gpio_bank (Results 1 – 1 of 1) sorted by relevance
61 struct tegra_gpio_bank { struct62 unsigned int bank;63 unsigned int irq;64 spinlock_t lvl_lock[4];65 spinlock_t dbc_lock[4]; /* Lock for updating debounce count register */89 struct tegra_gpio_bank *bank_info; argument