Home
last modified time | relevance | path

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

1234

/linux-6.1.9/include/linux/gpio/
Ddriver.h41 struct gpio_irq_chip { struct
489 struct gpio_irq_chip irq;
636 static inline void gpio_irq_chip_set_chip(struct gpio_irq_chip *girq, in gpio_irq_chip_set_chip()
/linux-6.1.9/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-6.1.9/drivers/gpio/
Dgpio-visconti.c127 struct gpio_irq_chip *girq; in visconti_gpio_probe()
Dgpio-idt3243x.c133 struct gpio_irq_chip *girq; in idt_gpio_probe()
Dgpio-ixp4xx.c204 struct gpio_irq_chip *girq; in ixp4xx_gpio_probe()
Dgpio-104-idi-48.c246 struct gpio_irq_chip *girq; in idi_48_probe()
Dgpio-siox.c214 struct gpio_irq_chip *girq; in gpio_siox_probe()
Dgpio-rda.c201 struct gpio_irq_chip *girq; in rda_gpio_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-sifive.c186 struct gpio_irq_chip *girq; in sifive_gpio_probe()
Dgpio-104-dio-48e.c298 struct gpio_irq_chip *girq; in dio48e_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-104-idio-16.c274 struct gpio_irq_chip *girq; in idio_16_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-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()
Dgpio-vf610.c251 struct gpio_irq_chip *girq; in vf610_gpio_probe()
Dgpio-ftgpio010.c238 struct gpio_irq_chip *girq; in ftgpio_gpio_probe()
Dgpio-tqmx86.c234 struct gpio_irq_chip *girq; in tqmx86_gpio_probe()
/linux-6.1.9/drivers/platform/x86/intel/
Dint0002_vgpio.c162 struct gpio_irq_chip *girq; in int0002_probe()
/linux-6.1.9/drivers/bcma/
Ddriver_gpio.c127 struct gpio_irq_chip *girq = &chip->irq; in bcma_gpio_irq_init()

1234