Searched refs:micdet_irq (Results 1 – 3 of 3) sorted by relevance
185 int micdet_irq; member
153 int micdet_irq; member
4183 wm8994->micdet_irq = control->pdata.micdet_irq; in wm8994_component_probe()4253 if (wm8994->micdet_irq) in wm8994_component_probe()4254 ret = request_threaded_irq(wm8994->micdet_irq, NULL, in wm8994_component_probe()4302 if (wm8994->micdet_irq) { in wm8994_component_probe()4303 ret = request_threaded_irq(wm8994->micdet_irq, NULL, in wm8994_component_probe()4556 if (wm8994->micdet_irq) in wm8994_component_probe()4557 free_irq(wm8994->micdet_irq, wm8994); in wm8994_component_probe()4591 if (wm8994->micdet_irq) in wm8994_component_remove()4592 free_irq(wm8994->micdet_irq, wm8994); in wm8994_component_remove()4603 if (wm8994->micdet_irq) in wm8994_component_remove()[all …]