Lines Matching defs:level
610 /* Set initial polarity based on current input level. */
645 * at first a gpio's input level is low and its interrupt
647 * a interrupt , its level turns to high, we should change its
691 * For spurious irq, which gpio level
1061 u32 mask, *irq_pol, input_reg, virq, type, level;
1080 * Synchronize level and polarity for both-edge irqs:
1081 * - a high input level expects a falling edge,
1082 * - a low input level exepects a rising edge.
1086 regmap_read(info->regmap, input_reg, &level);
1087 if ((*irq_pol ^ level) & irq_bit)