Searched refs:micdet_irq (Results 1 – 3 of 3) sorted by relevance
193 int micdet_irq; member
148 int micdet_irq; member
4023 wm8994->micdet_irq = control->pdata.micdet_irq; in wm8994_component_probe()4091 if (wm8994->micdet_irq) in wm8994_component_probe()4092 ret = request_threaded_irq(wm8994->micdet_irq, NULL, in wm8994_component_probe()4140 if (wm8994->micdet_irq) { in wm8994_component_probe()4141 ret = request_threaded_irq(wm8994->micdet_irq, NULL, in wm8994_component_probe()4382 if (wm8994->micdet_irq) in wm8994_component_probe()4383 free_irq(wm8994->micdet_irq, wm8994); in wm8994_component_probe()4417 if (wm8994->micdet_irq) in wm8994_component_remove()4418 free_irq(wm8994->micdet_irq, wm8994); in wm8994_component_remove()4429 if (wm8994->micdet_irq) in wm8994_component_remove()[all …]