Searched refs:micdet_irq (Results 1 – 3 of 3) sorted by relevance
185 int micdet_irq; member
145 int micdet_irq; member
4024 wm8994->micdet_irq = control->pdata.micdet_irq; in wm8994_component_probe()4092 if (wm8994->micdet_irq) in wm8994_component_probe()4093 ret = request_threaded_irq(wm8994->micdet_irq, NULL, in wm8994_component_probe()4141 if (wm8994->micdet_irq) { in wm8994_component_probe()4142 ret = request_threaded_irq(wm8994->micdet_irq, NULL, in wm8994_component_probe()4387 if (wm8994->micdet_irq) in wm8994_component_probe()4388 free_irq(wm8994->micdet_irq, wm8994); in wm8994_component_probe()4422 if (wm8994->micdet_irq) in wm8994_component_remove()4423 free_irq(wm8994->micdet_irq, wm8994); in wm8994_component_remove()4434 if (wm8994->micdet_irq) in wm8994_component_remove()[all …]