Searched refs:micdet_irq (Results 1 – 3 of 3) sorted by relevance
185 int micdet_irq; member
153 int micdet_irq; member
4185 wm8994->micdet_irq = control->pdata.micdet_irq; in wm8994_component_probe()4255 if (wm8994->micdet_irq) in wm8994_component_probe()4256 ret = request_threaded_irq(wm8994->micdet_irq, NULL, in wm8994_component_probe()4304 if (wm8994->micdet_irq) { in wm8994_component_probe()4305 ret = request_threaded_irq(wm8994->micdet_irq, NULL, in wm8994_component_probe()4558 if (wm8994->micdet_irq) in wm8994_component_probe()4559 free_irq(wm8994->micdet_irq, wm8994); in wm8994_component_probe()4593 if (wm8994->micdet_irq) in wm8994_component_remove()4594 free_irq(wm8994->micdet_irq, wm8994); in wm8994_component_remove()4605 if (wm8994->micdet_irq) in wm8994_component_remove()[all …]