Home
last modified time | relevance | path

Searched refs:tegra_gpio_bank_count (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpio/
Dgpio-tegra.c81 static u32 tegra_gpio_bank_count; variable
315 for (b = 0; b < tegra_gpio_bank_count; b++) { in tegra_gpio_resume()
339 for (b = 0; b < tegra_gpio_bank_count; b++) { in tegra_gpio_suspend()
388 for (i = 0; i < tegra_gpio_bank_count; i++) { in dbg_gpio_show()
498 res = platform_get_resource(pdev, IORESOURCE_IRQ, tegra_gpio_bank_count); in tegra_gpio_probe()
501 tegra_gpio_bank_count++; in tegra_gpio_probe()
503 if (!tegra_gpio_bank_count) { in tegra_gpio_probe()
508 tegra_gpio_chip.ngpio = tegra_gpio_bank_count * 32; in tegra_gpio_probe()
511 tegra_gpio_bank_count * sizeof(*tegra_gpio_banks), in tegra_gpio_probe()
522 for (i = 0; i < tegra_gpio_bank_count; i++) { in tegra_gpio_probe()
[all …]