active_irq 817 sound/soc/codecs/nau8824.c int active_irq, clear_irq, i; active_irq 822 sound/soc/codecs/nau8824.c regmap_read(regmap, NAU8824_REG_IRQ, &active_irq); active_irq 825 sound/soc/codecs/nau8824.c if (active_irq & clear_irq) active_irq 976 sound/soc/codecs/nau8824.c int active_irq, clear_irq = 0, event = 0, event_mask = 0; active_irq 978 sound/soc/codecs/nau8824.c if (regmap_read(regmap, NAU8824_REG_IRQ, &active_irq)) { active_irq 982 sound/soc/codecs/nau8824.c dev_dbg(nau8824->dev, "IRQ %x\n", active_irq); active_irq 984 sound/soc/codecs/nau8824.c if (active_irq & NAU8824_JACK_EJECTION_DETECTED) { active_irq 993 sound/soc/codecs/nau8824.c } else if (active_irq & NAU8824_KEY_SHORT_PRESS_IRQ) { active_irq 1006 sound/soc/codecs/nau8824.c } else if (active_irq & NAU8824_KEY_RELEASE_IRQ) { active_irq 1009 sound/soc/codecs/nau8824.c } else if (active_irq & NAU8824_JACK_INSERTION_DETECTED) { active_irq 1029 sound/soc/codecs/nau8824.c clear_irq = active_irq; active_irq 1477 sound/soc/codecs/nau8825.c int active_irq, clear_irq, i; active_irq 1482 sound/soc/codecs/nau8825.c regmap_read(regmap, NAU8825_REG_IRQ_STATUS, &active_irq); active_irq 1485 sound/soc/codecs/nau8825.c if (active_irq & clear_irq) active_irq 1675 sound/soc/codecs/nau8825.c int active_irq, clear_irq = 0, event = 0, event_mask = 0; active_irq 1677 sound/soc/codecs/nau8825.c if (regmap_read(regmap, NAU8825_REG_IRQ_STATUS, &active_irq)) { active_irq 1682 sound/soc/codecs/nau8825.c if ((active_irq & NAU8825_JACK_EJECTION_IRQ_MASK) == active_irq 1688 sound/soc/codecs/nau8825.c } else if (active_irq & NAU8825_KEY_SHORT_PRESS_IRQ) { active_irq 1703 sound/soc/codecs/nau8825.c } else if (active_irq & NAU8825_KEY_RELEASE_IRQ) { active_irq 1706 sound/soc/codecs/nau8825.c } else if (active_irq & NAU8825_HEADSET_COMPLETION_IRQ) { active_irq 1757 sound/soc/codecs/nau8825.c } else if (active_irq & NAU8825_IMPEDANCE_MEAS_IRQ) { active_irq 1762 sound/soc/codecs/nau8825.c } else if ((active_irq & NAU8825_JACK_INSERTION_IRQ_MASK) == active_irq 1785 sound/soc/codecs/nau8825.c clear_irq = active_irq;