/linux/drivers/iio/common/st_sensors/ |
H A D | st_sensors_trigger.c | 144 case IRQF_TRIGGER_LOW: in st_sensors_allocate_trigger() 150 if (irq_trig == IRQF_TRIGGER_LOW) in st_sensors_allocate_trigger()
|
/linux/drivers/mfd/ |
H A D | da9052-irq.c | 225 IRQF_TRIGGER_LOW | IRQF_ONESHOT, in da9052_request_irq() 254 IRQF_TRIGGER_LOW | IRQF_ONESHOT, in da9052_irq_init()
|
H A D | tps65090.c | 197 IRQF_ONESHOT | IRQF_TRIGGER_LOW, irq_base, in tps65090_i2c_probe()
|
H A D | hi655x-pmic.c | 126 IRQF_TRIGGER_LOW | IRQF_NO_SUSPEND, 0, in hi655x_pmic_probe()
|
H A D | max77843.c | 120 IRQF_TRIGGER_LOW | IRQF_ONESHOT | IRQF_SHARED, in max77843_probe()
|
H A D | da9063-irq.c | 188 IRQF_TRIGGER_LOW | IRQF_ONESHOT | IRQF_SHARED, in da9063_irq_init()
|
H A D | arizona-spi.c | 153 arizona->pdata.irq_flags = IRQF_TRIGGER_LOW; in arizona_spi_acpi_probe()
|
H A D | rn5t618.c | 109 IRQF_TRIGGER_LOW | IRQF_ONESHOT, in rn5t618_irq_init()
|
/linux/drivers/pinctrl/qcom/ |
H A D | tlmm-test.c | 173 if (irqflags == IRQF_TRIGGER_LOW || irqflags == IRQF_TRIGGER_FALLING) in tlmm_test_silent() 206 tlmm_test_silent(test, IRQF_TRIGGER_LOW); in tlmm_test_silent_low() 280 tlmm_test_request_hard_irq(test, IRQF_TRIGGER_LOW); in tlmm_test_low() 452 tlmm_test_request_threaded_irq(test, IRQF_TRIGGER_LOW | IRQF_ONESHOT); in tlmm_test_thread_low()
|
/linux/arch/powerpc/platforms/512x/ |
H A D | pdm360ng.c | 48 .irq_flags = IRQF_TRIGGER_LOW,
|
/linux/drivers/irqchip/ |
H A D | irq-rda-intc.c | 43 if ((flow_type & (IRQF_TRIGGER_HIGH | IRQF_TRIGGER_LOW)) == flow_type) in rda_intc_set_type()
|
H A D | irq-vt8500.c | 112 case IRQF_TRIGGER_LOW: in vt8500_irq_set_type()
|
H A D | irq-madera.c | 186 irq_flags = IRQF_TRIGGER_LOW; in madera_irq_probe()
|
/linux/drivers/iio/adc/ |
H A D | envelope-detector.c | 369 env->comp_irq_trigger_inv |= IRQF_TRIGGER_LOW; in envelope_detector_probe() 370 if (env->comp_irq_trigger & IRQF_TRIGGER_LOW) in envelope_detector_probe()
|
/linux/drivers/iio/imu/ |
H A D | adis_trigger.c | 54 direction != IRQF_TRIGGER_LOW && adis->data->has_fifo) { in adis_validate_irq_flag()
|
/linux/include/linux/ |
H A D | interrupt.h | 35 #define IRQF_TRIGGER_LOW 0x00000008 macro 36 #define IRQF_TRIGGER_MASK (IRQF_TRIGGER_HIGH | IRQF_TRIGGER_LOW | \
|
/linux/arch/sh/boards/mach-x3proto/ |
H A D | setup.c | 79 .flags = IORESOURCE_IRQ | IRQF_TRIGGER_LOW,
|
/linux/arch/mips/kernel/ |
H A D | irq_txx9.c | 113 case IRQF_TRIGGER_LOW: mode = TXx9_IRCR_LOW; break; in txx9_irq_set_type()
|
/linux/drivers/input/touchscreen/ |
H A D | max11801_ts.c | 201 IRQF_TRIGGER_LOW | IRQF_ONESHOT, in max11801_ts_probe()
|
H A D | migor_ts.c | 154 IRQF_TRIGGER_LOW | IRQF_ONESHOT, in migor_ts_probe()
|
/linux/drivers/regulator/ |
H A D | da9210-regulator.c | 177 IRQF_TRIGGER_LOW | in da9210_i2c_probe()
|
/linux/drivers/input/misc/ |
H A D | pcf8574_keypad.c | 134 IRQF_TRIGGER_LOW | IRQF_ONESHOT, in pcf8574_kp_probe()
|
H A D | palmas-pwrbutton.c | 213 IRQF_TRIGGER_LOW | in palmas_pwron_probe()
|
/linux/drivers/thermal/ |
H A D | da9062-thermal.c | 225 IRQF_TRIGGER_LOW | IRQF_ONESHOT, in da9062_thermal_probe()
|
/linux/drivers/input/keyboard/ |
H A D | max7359_keypad.c | 223 IRQF_TRIGGER_LOW | IRQF_ONESHOT, in max7359_probe()
|