Home
last modified time | relevance | path

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

1234

/linux-6.14.4/include/linux/gpio/
Ddriver.h50 struct gpio_irq_chip { struct
499 struct gpio_irq_chip irq;
667 static inline void gpio_irq_chip_set_chip(struct gpio_irq_chip *girq, in gpio_irq_chip_set_chip()
/linux-6.14.4/drivers/gpio/
Dgpio-ep93xx.c108 struct gpio_irq_chip *gic = &gc->irq; in ep93xx_gpio_f_irq_handler()
272 struct gpio_irq_chip *girq = &gc->irq; in ep93xx_setup_irqs()
Dgpio-visconti.c163 struct gpio_irq_chip *girq; in visconti_gpio_probe()
Dgpio-idt3243x.c138 struct gpio_irq_chip *girq; in idt_gpio_probe()
Dgpio-siox.c219 struct gpio_irq_chip *girq; in gpio_siox_probe()
Dgpio-ixp4xx.c214 struct gpio_irq_chip *girq; in ixp4xx_gpio_probe()
Dgpio-rda.c212 struct gpio_irq_chip *girq; in rda_gpio_probe()
Dgpio-ath79.c229 struct gpio_irq_chip *girq; in ath79_gpio_probe()
Dgpio-mlxbf3.c191 struct gpio_irq_chip *girq; in mlxbf3_gpio_probe()
Dgpio-cadence.c219 struct gpio_irq_chip *girq; in cdns_gpio_probe()
Dgpio-sifive.c185 struct gpio_irq_chip *girq; in sifive_gpio_probe()
Dgpio-sprd.c222 struct gpio_irq_chip *irq; in sprd_gpio_probe()
Dgpio-ftgpio010.c238 struct gpio_irq_chip *girq; in ftgpio_gpio_probe()
Dgpio-hisi.c210 struct gpio_irq_chip *girq_chip = &chip->irq; in hisi_gpio_init_irq()
Dgpio-altera.c235 struct gpio_irq_chip *girq; in altera_gpio_probe()
Dgpio-xlp.c244 struct gpio_irq_chip *girq; in xlp_gpio_probe()
Dgpio-max77620.c294 struct gpio_irq_chip *girq; in max77620_gpio_probe()
Dgpio-hlwd.c276 struct gpio_irq_chip *girq; in hlwd_gpio_probe()
Dgpio-pcf857x.c373 struct gpio_irq_chip *girq; in pcf857x_probe()
Dgpio-mlxbf2.c352 struct gpio_irq_chip *girq; in mlxbf2_gpio_probe()
Dgpio-sch.c325 struct gpio_irq_chip *girq; in sch_gpio_probe()
Dgpio-xgs-iproc.c252 struct gpio_irq_chip *girq; in iproc_gpio_probe()
/linux-6.14.4/Documentation/driver-api/gpio/
Ddriver.rst411 and the flag need_valid_mask in gpio_irq_chip can be used to mask off some
415 struct gpio_irq_chip inside struct gpio_chip before adding the gpio_chip.
419 the gpio_irq_chip. Note how the mask/unmask (or disable/enable) functions
476 struct gpio_irq_chip *girq;
478 /* Get a pointer to the gpio_irq_chip */
550 struct gpio_irq_chip *girq;
557 /* Get a pointer to the gpio_irq_chip */
629 struct gpio_irq_chip *girq;
631 /* Get a pointer to the gpio_irq_chip */
655 that is part of the struct gpio_irq_chip.
[all …]
/linux-6.14.4/drivers/platform/x86/intel/
Dint0002_vgpio.c172 struct gpio_irq_chip *girq; in int0002_probe()
/linux-6.14.4/drivers/bcma/
Ddriver_gpio.c131 struct gpio_irq_chip *girq = &chip->irq; in bcma_gpio_irq_init()

1234