Home
last modified time | relevance | path

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

1234

/linux-6.15/drivers/gpio/
H A Dgpio-virtio.c532 struct irq_chip *gpio_irq_chip; in virtio_gpio_probe() local
582 gpio_irq_chip = devm_kzalloc(dev, sizeof(*gpio_irq_chip), GFP_KERNEL); in virtio_gpio_probe()
583 if (!gpio_irq_chip) in virtio_gpio_probe()
586 gpio_irq_chip->name = dev_name(dev); in virtio_gpio_probe()
587 gpio_irq_chip->irq_enable = virtio_gpio_irq_enable; in virtio_gpio_probe()
588 gpio_irq_chip->irq_disable = virtio_gpio_irq_disable; in virtio_gpio_probe()
589 gpio_irq_chip->irq_mask = virtio_gpio_irq_mask; in virtio_gpio_probe()
590 gpio_irq_chip->irq_unmask = virtio_gpio_irq_unmask; in virtio_gpio_probe()
591 gpio_irq_chip->irq_set_type = virtio_gpio_irq_set_type; in virtio_gpio_probe()
592 gpio_irq_chip->irq_bus_lock = virtio_gpio_irq_bus_lock; in virtio_gpio_probe()
[all …]
H A 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()
H A Dgpio-visconti.c163 struct gpio_irq_chip *girq; in visconti_gpio_probe()
H A Dgpio-idt3243x.c138 struct gpio_irq_chip *girq; in idt_gpio_probe()
H A Dgpio-siox.c219 struct gpio_irq_chip *girq; in gpio_siox_probe()
H A Dgpio-ixp4xx.c214 struct gpio_irq_chip *girq; in ixp4xx_gpio_probe()
H A Dgpio-rda.c212 struct gpio_irq_chip *girq; in rda_gpio_probe()
H A Dgpio-ath79.c229 struct gpio_irq_chip *girq; in ath79_gpio_probe()
H A Dgpio-cadence.c219 struct gpio_irq_chip *girq; in cdns_gpio_probe()
H A Dgpio-sifive.c185 struct gpio_irq_chip *girq; in sifive_gpio_probe()
H A Dgpio-mlxbf3.c191 struct gpio_irq_chip *girq; in mlxbf3_gpio_probe()
H A Dgpio-hisi.c210 struct gpio_irq_chip *girq_chip = &chip->irq; in hisi_gpio_init_irq()
H A Dgpio-ftgpio010.c238 struct gpio_irq_chip *girq; in ftgpio_gpio_probe()
H A Dgpio-sprd.c222 struct gpio_irq_chip *irq; in sprd_gpio_probe()
H A Dgpio-vf610.c220 struct gpio_irq_chip *girq; in vf610_gpio_probe()
H A Dgpio-xlp.c244 struct gpio_irq_chip *girq; in xlp_gpio_probe()
H A Dgpio-hlwd.c276 struct gpio_irq_chip *girq; in hlwd_gpio_probe()
H A Dgpio-altera.c237 struct gpio_irq_chip *girq; in altera_gpio_probe()
H A Dgpio-max77620.c294 struct gpio_irq_chip *girq; in max77620_gpio_probe()
H A Dgpio-xgs-iproc.c252 struct gpio_irq_chip *girq; in iproc_gpio_probe()
H A Dgpio-crystalcove.c338 struct gpio_irq_chip *girq; in crystalcove_gpio_probe()
/linux-6.15/include/linux/gpio/
H A Ddriver.h51 struct gpio_irq_chip { struct
514 struct gpio_irq_chip irq;
701 static inline void gpio_irq_chip_set_chip(struct gpio_irq_chip *girq, in gpio_irq_chip_set_chip()
/linux-6.15/Documentation/driver-api/gpio/
H A 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.15/drivers/platform/x86/intel/
H A Dint0002_vgpio.c172 struct gpio_irq_chip *girq; in int0002_probe()
/linux-6.15/drivers/bcma/
H A Ddriver_gpio.c131 struct gpio_irq_chip *girq = &chip->irq; in bcma_gpio_irq_init()

1234