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

1234567

/linux-master/drivers/net/ethernet/micrel/
H A Dks8851_common.c444 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
/linux-master/sound/soc/codecs/
H A Dda7219-aad.c1020 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
H A Dcs35l56-shared.c399 IRQF_ONESHOT | IRQF_SHARED | IRQF_TRIGGER_LOW,
H A Dnau8825.c2854 nau8825_interrupt, IRQF_TRIGGER_LOW | IRQF_ONESHOT,
H A Dcs42l42.c2347 IRQF_ONESHOT | IRQF_TRIGGER_LOW,
/linux-master/drivers/power/supply/
H A Drt9455_charger.c1668 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-core.c840 irqflags = IRQF_TRIGGER_LOW;
/linux-master/include/linux/
H A Dinterrupt.h34 #define IRQF_TRIGGER_LOW 0x00000008 macro
35 #define IRQF_TRIGGER_MASK (IRQF_TRIGGER_HIGH | IRQF_TRIGGER_LOW | \
/linux-master/drivers/usb/typec/tcpm/
H A Dtcpci_maxim_core.c426 (IRQF_TRIGGER_LOW | IRQF_ONESHOT), dev_name(chip->dev),
H A Dtcpci.c882 IRQF_SHARED | IRQF_ONESHOT | IRQF_TRIGGER_LOW,
H A Dfusb302.c1751 IRQF_ONESHOT | IRQF_TRIGGER_LOW,
/linux-master/drivers/usb/gadget/udc/
H A Dnet2272.c2634 irqflags |= IRQF_TRIGGER_LOW;
/linux-master/drivers/rtc/
H A Drtc-pcf8523.c471 unsigned long irqflags = IRQF_TRIGGER_LOW;
H A Drtc-m41t80.c914 unsigned long irqflags = IRQF_TRIGGER_LOW;
/linux-master/drivers/misc/
H A Dhi6421v600-irq.c276 IRQF_TRIGGER_LOW | IRQF_SHARED | IRQF_NO_SUSPEND,
/linux-master/drivers/iio/light/
H A Dus5182d.c867 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
/linux-master/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_core.c2551 case IRQF_TRIGGER_LOW:
/linux-master/drivers/iio/imu/bmi323/
H A Dbmi323_core.c1886 case IRQF_TRIGGER_LOW:
/linux-master/drivers/iio/adc/
H A Dti-ads1015.c1048 case IRQF_TRIGGER_LOW:
/linux-master/drivers/input/rmi4/
H A Drmi_driver.c225 irq_flags = IRQF_TRIGGER_LOW;
/linux-master/drivers/input/misc/
H A Diqs7222.c3132 irq_flags = gpiod_is_active_low(iqs7222->irq_gpio) ? IRQF_TRIGGER_LOW
/linux-master/drivers/media/i2c/
H A Dtda1997x.c2787 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
/linux-master/arch/arm64/kvm/
H A Darch_timer.c1312 if (*flags != IRQF_TRIGGER_HIGH && *flags != IRQF_TRIGGER_LOW) {
1315 *flags = IRQF_TRIGGER_LOW;
/linux-master/drivers/thermal/
H A Dda9062-thermal.c225 IRQF_TRIGGER_LOW | IRQF_ONESHOT,
/linux-master/drivers/regulator/
H A Dda9121-regulator.c1079 IRQF_TRIGGER_LOW|IRQF_ONESHOT,

Completed in 278 milliseconds

1234567