Home
last modified time | relevance | path

Searched refs:irq_trig_low (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/regulator/
Dqcom-labibb-regulator.c316 int irq_trig_low, ret; in qcom_labibb_set_ocp() local
338 irq_trig_low = 1; in qcom_labibb_set_ocp()
342 irq_trig_low = 0; in qcom_labibb_set_ocp()
359 LABIBB_INT_VREG_OK, !irq_trig_low); in qcom_labibb_set_ocp()
364 LABIBB_INT_VREG_OK, irq_trig_low); in qcom_labibb_set_ocp()
/linux-6.1.9/drivers/pinctrl/
Dpinctrl-cy8c95x0.c152 DECLARE_BITMAP(irq_trig_low, MAX_LINE);
953 assign_bit(hwirq, chip->irq_trig_low, type == IRQ_TYPE_LEVEL_LOW); in cy8c95x0_irq_set_type()
967 clear_bit(hwirq, chip->irq_trig_low); in cy8c95x0_irq_shutdown()
1031 if (test_bit(level, chip->irq_trig_low)) in cy8c95x0_irq_handler()