Searched refs:IRQF_TRIGGER_LOW (Results 151 - 166 of 166) sorted by last modified time

1234567

/linux-master/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pic.c190 case IRQF_TRIGGER_LOW: type = 3; break;
/linux-master/arch/mips/kernel/
H A Dirq_txx9.c113 case IRQF_TRIGGER_LOW: mode = TXx9_IRCR_LOW; break;
/linux-master/drivers/iio/adc/
H A Denvelope-detector.c369 env->comp_irq_trigger_inv |= IRQF_TRIGGER_LOW;
370 if (env->comp_irq_trigger & IRQF_TRIGGER_LOW)
/linux-master/drivers/irqchip/
H A Dirq-vt8500.c112 case IRQF_TRIGGER_LOW:
H A Dirq-rda-intc.c43 if ((flow_type & (IRQF_TRIGGER_HIGH | IRQF_TRIGGER_LOW)) == flow_type)
/linux-master/drivers/staging/iio/addac/
H A Dadt7316.c1812 case IRQF_TRIGGER_LOW:
1816 dev_info(&indio_dev->dev, "mode %d unsupported, using IRQF_TRIGGER_LOW\n",
1818 irq_type = IRQF_TRIGGER_LOW;
/linux-master/drivers/mfd/
H A Darizona-irq.c287 case IRQF_TRIGGER_LOW:
296 arizona->pdata.irq_flags = IRQF_TRIGGER_LOW;
H A Dda9052-irq.c225 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
254 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
H A Dwm8350-irq.c509 flags |= IRQF_TRIGGER_LOW;
H A Dwm831x-irq.c631 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
H A Dda9063-irq.c188 IRQF_TRIGGER_LOW | IRQF_ONESHOT | IRQF_SHARED,
/linux-master/drivers/rtc/
H A Drtc-mt2712.c340 IRQF_ONESHOT | IRQF_TRIGGER_LOW,
/linux-master/drivers/staging/iio/adc/
H A Dad7816.c405 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7366.c74 .flags = IORESOURCE_IRQ | IRQF_TRIGGER_LOW,
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dsetup-sh7269.c508 .flags = IORESOURCE_IRQ | IRQF_TRIGGER_LOW,
H A Dsetup-sh7264.c492 .flags = IORESOURCE_IRQ | IRQF_TRIGGER_LOW,

Completed in 224 milliseconds

1234567