Searched refs:micdet (Results 1 – 6 of 6) sorted by relevance
20 - micdet-cfg : Default register value for R6 (Mic Bias). If absent, the23 - micdet-delay : The debounce delay for microphone detection in mS. If41 micdet-cfg = <0>;42 micdet-delay = <100>;
25 micdet-cfg = <0>;26 micdet-delay = <100>;
29 micdet-cfg = <0>;30 micdet-delay = <100>;
26 micdet-cfg = <0>;27 micdet-delay = <100>;
3119 if (wm8994->micdet[0].jack || wm8994->micdet[1].jack) in wm8994_codec_resume()3305 struct wm8994_micdet *micdet; in wm8994_mic_detect() local3316 micdet = &wm8994->micdet[0]; in wm8994_mic_detect()3325 micdet = &wm8994->micdet[1]; in wm8994_mic_detect()3346 micdet->jack = jack; in wm8994_mic_detect()3347 micdet->detecting = true; in wm8994_mic_detect()3350 if (wm8994->micdet[0].jack || wm8994->micdet[1].jack) in wm8994_mic_detect()3385 if (priv->micdet[0].detecting) in wm8994_mic_irq()3389 if (priv->micdet[0].detecting) in wm8994_mic_irq()3395 priv->micdet[0].detecting = false; in wm8994_mic_irq()[all …]
128 struct wm8994_micdet micdet[2]; member