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

1234567

/linux-master/drivers/pinctrl/
H A Dpinctrl-mcp23s08.c553 irqflags |= IRQF_TRIGGER_LOW;
/linux-master/drivers/mfd/
H A Drn5t618.c109 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
H A Dda9150-core.c441 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
H A Dda9055-core.c373 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
H A Dcs42l43.c850 case IRQF_TRIGGER_LOW:
857 irq_flags = IRQF_TRIGGER_LOW;
H A Dhi655x-pmic.c126 IRQF_TRIGGER_LOW | IRQF_NO_SUSPEND, 0,
/linux-master/drivers/char/tpm/
H A Dtpm_i2c_nuvoton.c572 IRQF_TRIGGER_LOW,
/linux-master/drivers/net/phy/
H A Dbroadcom.c1012 IRQF_TRIGGER_LOW | IRQF_NO_AUTOEN,
/linux-master/drivers/net/ieee802154/
H A Dmrf24j40.c1334 /* request IRQF_TRIGGER_LOW as fallback default */
1337 irq_type = IRQF_TRIGGER_LOW;
/linux-master/drivers/irqchip/
H A Dirq-madera.c186 irq_flags = IRQF_TRIGGER_LOW;
/linux-master/sound/soc/codecs/
H A Dcs35l45.c1446 irq_pol |= IRQF_TRIGGER_LOW;
H A Dcs35l41-lib.c1395 irq_pol = IRQF_TRIGGER_LOW;
/linux-master/arch/sh/boards/mach-ecovec24/
H A Dsetup.c201 .flags = IORESOURCE_IRQ | IRQF_TRIGGER_LOW,
237 .flags = IORESOURCE_IRQ | IRQF_TRIGGER_LOW,
/linux-master/drivers/usb/host/
H A Dmax3421-hcd.c1897 IRQF_TRIGGER_LOW, "max3421", hcd);
/linux-master/drivers/tty/serial/
H A Dsc16is7xx.c1631 IRQF_TRIGGER_LOW | IRQF_SHARED |
/linux-master/drivers/spmi/
H A Dspmi-pmic-arb.c778 (flow_type & (IRQF_TRIGGER_LOW)))
/linux-master/drivers/rtc/
H A Drtc-rv8803.c697 unsigned long irqflags = IRQF_TRIGGER_LOW;
H A Drtc-da9063.c480 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-qcom-ep.c690 (perst ? IRQF_TRIGGER_HIGH : IRQF_TRIGGER_LOW));
/linux-master/drivers/input/touchscreen/
H A Dzforce_ts.c877 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
H A Diqs7211.c2532 irq_flags = gpiod_is_active_low(iqs7211->irq_gpio) ? IRQF_TRIGGER_LOW
/linux-master/drivers/input/misc/
H A Dda9063_onkey.c228 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c1532 else if (irq_type == IRQF_TRIGGER_LOW)
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_cec.c217 IRQF_SHARED | IRQF_TRIGGER_LOW |
/linux-master/arch/powerpc/platforms/512x/
H A Dpdm360ng.c48 .irq_flags = IRQF_TRIGGER_LOW,

Completed in 335 milliseconds

1234567