Home
last modified time | relevance | path

Searched refs:gpio_irq_chip (Results 1 – 25 of 84) sorted by relevance

1234

/Linux-v5.10/include/linux/gpio/
Ddriver.h31 struct gpio_irq_chip { struct
432 struct gpio_irq_chip irq;
/Linux-v5.10/drivers/gpio/
DTODO147 struct gpio_irq_chip *girq;
156 /* Get a pointer to the gpio_irq_chip */
179 irqchip in struct gpio_irq_chip.
Dgpio-ixp4xx.c197 struct gpio_irq_chip *girq; in ixp4xx_gpio_probe()
Dgpio-104-idi-48.c265 struct gpio_irq_chip *girq; in idi_48_probe()
Dgpio-siox.c214 struct gpio_irq_chip *girq; in gpio_siox_probe()
Dgpio-104-idio-16.c242 struct gpio_irq_chip *girq; in idio_16_probe()
Dgpio-sifive.c166 struct gpio_irq_chip *girq; in sifive_gpio_probe()
Dgpio-cadence.c222 struct gpio_irq_chip *girq; in cdns_gpio_probe()
Dgpio-rda.c204 struct gpio_irq_chip *girq; in rda_gpio_probe()
Dgpio-sprd.c223 struct gpio_irq_chip *irq; in sprd_gpio_probe()
Dgpio-ath79.c228 struct gpio_irq_chip *girq; in ath79_gpio_probe()
Dgpio-hlwd.c256 struct gpio_irq_chip *girq; in hlwd_gpio_probe()
Dgpio-crystalcove.c333 struct gpio_irq_chip *girq; in crystalcove_gpio_probe()
Dgpio-ftgpio010.c229 struct gpio_irq_chip *girq; in ftgpio_gpio_probe()
Dgpio-tqmx86.c236 struct gpio_irq_chip *girq; in tqmx86_gpio_probe()
Dgpio-vf610.c246 struct gpio_irq_chip *girq; in vf610_gpio_probe()
Dgpio-xgs-iproc.c232 struct gpio_irq_chip *girq; in iproc_gpio_probe()
Dgpio-zx.c218 struct gpio_irq_chip *girq; in zx_gpio_probe()
Dgpio-max77620.c291 struct gpio_irq_chip *girq; in max77620_gpio_probe()
Dgpio-pci-idio-16.c301 struct gpio_irq_chip *girq; in idio_16_probe()
Dgpio-pmic-eic-sprd.c297 struct gpio_irq_chip *irq; in sprd_pmic_eic_probe()
Dgpio-altera.c242 struct gpio_irq_chip *girq; in altera_gpio_probe()
/Linux-v5.10/drivers/platform/x86/
Dintel_int0002_vgpio.c176 struct gpio_irq_chip *girq; in int0002_probe()
/Linux-v5.10/drivers/bcma/
Ddriver_gpio.c125 struct gpio_irq_chip *girq = &chip->irq; in bcma_gpio_irq_init()
/Linux-v5.10/Documentation/driver-api/gpio/
Ddriver.rst412 and the flag need_valid_mask in gpio_irq_chip can be used to mask off some
416 struct gpio_irq_chip inside struct gpio_chip before adding the gpio_chip.
419 is a typical example of a cascaded interrupt handler using gpio_irq_chip:
431 struct gpio_irq_chip *girq;
440 /* Get a pointer to the gpio_irq_chip */
469 struct gpio_irq_chip *girq;
478 /* Get a pointer to the gpio_irq_chip */

1234