Searched refs:gpiochip_enable_irq (Results 1 – 25 of 92) sorted by relevance
1234
/linux/drivers/gpio/ |
H A D | gpio-visconti.c | 136 gpiochip_enable_irq(gc, irqd_to_hwirq(d)); in visconti_gpio_unmask_irq()
|
H A D | gpio-idt3243x.c | 105 gpiochip_enable_irq(gc, irqd_to_hwirq(d)); in idt_gpio_unmask()
|
H A D | gpio-siox.c | 123 gpiochip_enable_irq(gc, irqd_to_hwirq(d)); in gpio_siox_irq_unmask()
|
H A D | gpio-rda.c | 157 gpiochip_enable_irq(chip, offset); in rda_gpio_irq_unmask()
|
H A D | gpio-ixp4xx.c | 94 gpiochip_enable_irq(gc, d->hwirq); in ixp4xx_gpio_irq_unmask()
|
H A D | gpio-sifive.c | 83 gpiochip_enable_irq(gc, hwirq); in sifive_gpio_irq_enable()
|
H A D | gpio-mlxbf3.c | 64 gpiochip_enable_irq(gc, offset); in mlxbf3_gpio_irq_enable()
|
H A D | gpio-cadence.c | 80 gpiochip_enable_irq(chip, irqd_to_hwirq(d)); in cdns_gpio_irq_unmask()
|
H A D | gpio-ath79.c | 75 gpiochip_enable_irq(&ctrl->gc, irqd_to_hwirq(data)); in ath79_gpio_irq_unmask()
|
H A D | gpio-hisi.c | 109 gpiochip_enable_irq(chip, irqd_to_hwirq(d)); in hisi_gpio_irq_clr_mask()
|
H A D | gpio-sprd.c | 140 gpiochip_enable_irq(chip, offset); in sprd_gpio_irq_unmask()
|
H A D | gpio-hlwd.c | 137 gpiochip_enable_irq(&hlwd->gpioc, irqd_to_hwirq(data)); in hlwd_gpio_irq_unmask()
|
H A D | gpio-max77620.c | 65 gpiochip_enable_irq(chip, data->hwirq); in max77620_gpio_irq_unmask()
|
H A D | gpio-xlp.c | 97 gpiochip_enable_irq(gc, irqd_to_hwirq(d)); in xlp_gpio_irq_enable()
|
H A D | gpio-ftgpio010.c | 80 gpiochip_enable_irq(gc, irqd_to_hwirq(d)); in ftgpio_gpio_unmask_irq()
|
H A D | gpio-altera.c | 44 gpiochip_enable_irq(&mm_gc->gc, irqd_to_hwirq(d)); in altera_gpio_irq_unmask()
|
H A D | gpio-realtek-otto.c | 197 gpiochip_enable_irq(&ctrl->gc, line); in realtek_gpio_irq_unmask()
|
H A D | gpio-mt7621.c | 114 gpiochip_enable_irq(gc, d->hwirq); in mediatek_gpio_irq_unmask()
|
H A D | gpio-pmic-eic-sprd.c | 166 gpiochip_enable_irq(chip, offset); in sprd_pmic_eic_irq_unmask()
|
H A D | gpio-sch.c | 246 gpiochip_enable_irq(gc, gpio_num); in sch_irq_unmask()
|
H A D | gpio-xgs-iproc.c | 72 gpiochip_enable_irq(gc, pin); in iproc_gpio_irq_unmask()
|
H A D | gpio-crystalcove.c | 244 gpiochip_enable_irq(gc, hwirq); in crystalcove_irq_unmask()
|
H A D | gpio-mlxbf2.c | 241 gpiochip_enable_irq(gc, irqd_to_hwirq(irqd)); in mlxbf2_gpio_irq_enable()
|
H A D | gpio-graniterapids.c | 205 gpiochip_enable_irq(gc, hwirq); in gnr_gpio_irq_unmask()
|
/linux/drivers/bcma/ |
H A D | driver_gpio.c | 85 gpiochip_enable_irq(gc, gpio); in bcma_gpio_irq_unmask()
|
1234