Searched refs:micdet (Results 1 – 11 of 11) 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. If73 micdet-cfg = <0>;74 micdet-delay = <100>;
26 micdet-cfg = <0>;27 micdet-delay = <100>;
41 micdet-cfg = <0>;42 micdet-delay = <100>;
343 micdet-cfg = <0>;344 micdet-delay = <100>;
231 micdet-cfg = <0>;232 micdet-delay = <100>;
296 micdet-cfg = <0>;297 micdet-delay = <100>;
347 micdet-cfg = <0>;348 micdet-delay = <100>;
493 micdet-cfg = <0>;494 micdet-delay = <100>;
747 if (!wm8994->jackdet || !wm8994->micdet[0].jack) in wm1811_jackdet_set_mode()3365 struct wm8994_micdet *micdet; in wm8994_mic_detect() local3376 micdet = &wm8994->micdet[0]; in wm8994_mic_detect()3383 micdet = &wm8994->micdet[1]; in wm8994_mic_detect()3402 micdet->jack = jack; in wm8994_mic_detect()3403 micdet->detecting = true; in wm8994_mic_detect()3406 if (wm8994->micdet[0].jack || wm8994->micdet[1].jack) in wm8994_mic_detect()3450 if (priv->micdet[0].detecting) in wm8994_mic_work()3454 if (priv->micdet[0].detecting) in wm8994_mic_work()3460 priv->micdet[0].detecting = false; in wm8994_mic_work()[all …]
136 struct wm8994_micdet micdet[2]; member