Searched refs:IRQF_TRIGGER_LOW (Results 1 – 25 of 160) sorted by relevance
1234567
/linux-6.1.9/drivers/iio/common/st_sensors/ |
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-6.1.9/drivers/mfd/ |
D | da9052-irq.c | 225 IRQF_TRIGGER_LOW | IRQF_ONESHOT, in da9052_request_irq() 254 IRQF_TRIGGER_LOW | IRQF_ONESHOT, in da9052_irq_init()
|
D | arizona-irq.c | 287 case IRQF_TRIGGER_LOW: in arizona_irq_init() 296 arizona->pdata.irq_flags = IRQF_TRIGGER_LOW; in arizona_irq_init()
|
D | tps65090.c | 200 IRQF_ONESHOT | IRQF_TRIGGER_LOW, irq_base, in tps65090_i2c_probe()
|
D | hi655x-pmic.c | 127 IRQF_TRIGGER_LOW | IRQF_NO_SUSPEND, 0, in hi655x_pmic_probe()
|
D | max77843.c | 121 IRQF_TRIGGER_LOW | IRQF_ONESHOT | IRQF_SHARED, in max77843_probe()
|
D | da9063-irq.c | 188 IRQF_TRIGGER_LOW | IRQF_ONESHOT | IRQF_SHARED, in da9063_irq_init()
|
D | arizona-spi.c | 153 arizona->pdata.irq_flags = IRQF_TRIGGER_LOW; in arizona_spi_acpi_probe()
|
D | rn5t618.c | 110 IRQF_TRIGGER_LOW | IRQF_ONESHOT, in rn5t618_irq_init()
|
/linux-6.1.9/arch/powerpc/platforms/512x/ |
D | pdm360ng.c | 47 .irq_flags = IRQF_TRIGGER_LOW,
|
/linux-6.1.9/drivers/irqchip/ |
D | irq-rda-intc.c | 43 if ((flow_type & (IRQF_TRIGGER_HIGH | IRQF_TRIGGER_LOW)) == flow_type) in rda_intc_set_type()
|
D | irq-vt8500.c | 112 case IRQF_TRIGGER_LOW: in vt8500_irq_set_type()
|
D | irq-madera.c | 188 irq_flags = IRQF_TRIGGER_LOW; in madera_irq_probe()
|
/linux-6.1.9/drivers/iio/adc/ |
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-6.1.9/arch/mips/lantiq/ |
D | irq.c | 182 case IRQF_TRIGGER_LOW: in ltq_eiu_settype() 213 ltq_eiu_settype(d, IRQF_TRIGGER_LOW); in ltq_startup_eiu_irq()
|
/linux-6.1.9/drivers/ata/ |
D | pata_rb532_cf.c | 151 IRQF_TRIGGER_LOW, &rb532_pata_sht); in rb532_pata_driver_probe()
|
/linux-6.1.9/include/linux/ |
D | interrupt.h | 34 #define IRQF_TRIGGER_LOW 0x00000008 macro 35 #define IRQF_TRIGGER_MASK (IRQF_TRIGGER_HIGH | IRQF_TRIGGER_LOW | \
|
/linux-6.1.9/arch/mips/kernel/ |
D | irq_txx9.c | 113 case IRQF_TRIGGER_LOW: mode = TXx9_IRCR_LOW; break; in txx9_irq_set_type()
|
/linux-6.1.9/arch/sh/boards/mach-x3proto/ |
D | setup.c | 79 .flags = IORESOURCE_IRQ | IRQF_TRIGGER_LOW,
|
/linux-6.1.9/drivers/iio/humidity/ |
D | hts221_buffer.c | 90 case IRQF_TRIGGER_LOW: in hts221_allocate_trigger()
|
/linux-6.1.9/drivers/input/touchscreen/ |
D | max11801_ts.c | 202 IRQF_TRIGGER_LOW | IRQF_ONESHOT, in max11801_ts_probe()
|
D | migor_ts.c | 155 IRQF_TRIGGER_LOW | IRQF_ONESHOT, in migor_ts_probe()
|
/linux-6.1.9/drivers/input/misc/ |
D | pcf8574_keypad.c | 134 IRQF_TRIGGER_LOW | IRQF_ONESHOT, in pcf8574_kp_probe()
|
D | palmas-pwrbutton.c | 213 IRQF_TRIGGER_LOW | in palmas_pwron_probe()
|
/linux-6.1.9/drivers/regulator/ |
D | da9210-regulator.c | 187 IRQF_TRIGGER_LOW | in da9210_i2c_probe()
|
1234567