Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-tegra.c96 struct tegra_gpio_bank *bank_info; member
218 struct tegra_gpio_bank *bank = &tgi->bank_info[GPIO_BANK(offset)]; in tegra_gpio_set_debounce()
298 bank = &tgi->bank_info[GPIO_BANK(d->hwirq)]; in tegra_gpio_irq_set_type()
380 bank = &tgi->bank_info[i]; in tegra_gpio_irq_handler()
455 struct tegra_gpio_bank *bank = &tgi->bank_info[b]; in tegra_gpio_resume()
490 struct tegra_gpio_bank *bank = &tgi->bank_info[b]; in tegra_gpio_suspend()
531 bank = &tgi->bank_info[GPIO_BANK(d->hwirq)]; in tegra_gpio_irq_set_wake()
720 tgi->bank_info = devm_kcalloc(&pdev->dev, tgi->bank_count, in tegra_gpio_probe()
721 sizeof(*tgi->bank_info), GFP_KERNEL); in tegra_gpio_probe()
722 if (!tgi->bank_info) in tegra_gpio_probe()
[all …]