Home
last modified time | relevance | path

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

1234

/linux-5.19.10/include/linux/gpio/
Ddriver.h32 struct gpio_irq_chip { struct
479 struct gpio_irq_chip irq;
626 static inline void gpio_irq_chip_set_chip(struct gpio_irq_chip *girq, in gpio_irq_chip_set_chip()
/linux-5.19.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.
420 the gpio_irq_chip. Note how the mask/unmask (or disable/enable) functions
477 struct gpio_irq_chip *girq;
479 /* Get a pointer to the gpio_irq_chip */
551 struct gpio_irq_chip *girq;
558 /* Get a pointer to the gpio_irq_chip */
630 struct gpio_irq_chip *girq;
632 /* Get a pointer to the gpio_irq_chip */
656 that is part of the struct gpio_irq_chip.
[all …]
/linux-5.19.10/drivers/gpio/
Dgpio-visconti.c130 struct gpio_irq_chip *girq; in visconti_gpio_probe()
Dgpio-idt3243x.c133 struct gpio_irq_chip *girq; in idt_gpio_probe()
Dgpio-ixp4xx.c193 struct gpio_irq_chip *girq; in ixp4xx_gpio_probe()
Dgpio-104-idi-48.c263 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.c249 struct gpio_irq_chip *girq; in idio_16_probe()
Dgpio-ath79.c226 struct gpio_irq_chip *girq; in ath79_gpio_probe()
Dgpio-cadence.c222 struct gpio_irq_chip *girq; in cdns_gpio_probe()
Dgpio-rda.c201 struct gpio_irq_chip *girq; in rda_gpio_probe()
Dgpio-sifive.c186 struct gpio_irq_chip *girq; in sifive_gpio_probe()
Dgpio-sprd.c219 struct gpio_irq_chip *irq; in sprd_gpio_probe()
Dgpio-xlp.c234 struct gpio_irq_chip *girq; in xlp_gpio_probe()
Dgpio-hisi.c197 struct gpio_irq_chip *girq_chip = &chip->irq; in hisi_gpio_init_irq()
Dgpio-hlwd.c253 struct gpio_irq_chip *girq; in hlwd_gpio_probe()
Dgpio-tqmx86.c234 struct gpio_irq_chip *girq; in tqmx86_gpio_probe()
Dgpio-vf610.c251 struct gpio_irq_chip *girq; in vf610_gpio_probe()
Dgpio-xgs-iproc.c232 struct gpio_irq_chip *girq; in iproc_gpio_probe()
Dgpio-ftgpio010.c228 struct gpio_irq_chip *girq; in ftgpio_gpio_probe()
Dgpio-max77620.c294 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()
/linux-5.19.10/drivers/platform/x86/intel/
Dint0002_vgpio.c163 struct gpio_irq_chip *girq; in int0002_probe()
/linux-5.19.10/drivers/bcma/
Ddriver_gpio.c127 struct gpio_irq_chip *girq = &chip->irq; in bcma_gpio_irq_init()

1234