| D | gpio-pca953x.c | 1 // SPDX-License-Identifier: GPL-2.0-only 119 { "irq-gpios", &pca953x_irq_gpios, 1, ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER }, 131 ret = acpi_dev_gpio_irq_get_by(ACPI_COMPANION(dev), "irq-gpios", 0); in pca953x_acpi_get_irq() 145 * relative. Since first controller (gpio-sch.c) and 146 * second (gpio-dwapb.c) are at the fixed bases, we may 168 #define NBANK(chip) DIV_ROUND_UP(chip->gpio_chip.ngpio, BANK_SZ) 173 int input; member 174 int invert; member 180 .input = PCA953X_INPUT, 181 .invert = PCA953X_INVERT, [all …]
|