Searched refs:micdet_irq (Results 1 – 3 of 3) sorted by relevance
185 int micdet_irq; member
153 int micdet_irq; member
4178 wm8994->micdet_irq = control->pdata.micdet_irq; in wm8994_component_probe()4248 if (wm8994->micdet_irq) in wm8994_component_probe()4249 ret = request_threaded_irq(wm8994->micdet_irq, NULL, in wm8994_component_probe()4297 if (wm8994->micdet_irq) { in wm8994_component_probe()4298 ret = request_threaded_irq(wm8994->micdet_irq, NULL, in wm8994_component_probe()4551 if (wm8994->micdet_irq) in wm8994_component_probe()4552 free_irq(wm8994->micdet_irq, wm8994); in wm8994_component_probe()4586 if (wm8994->micdet_irq) in wm8994_component_remove()4587 free_irq(wm8994->micdet_irq, wm8994); in wm8994_component_remove()4598 if (wm8994->micdet_irq) in wm8994_component_remove()[all …]