Home
last modified time | relevance | path

Searched refs:wm8993 (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/codecs/
H A Dwm8993.c469 struct wm8993_priv *wm8993 = snd_soc_component_get_drvdata(component); in _wm8993_set_fll() local
477 if (Fref == wm8993->fll_fref && Fout == wm8993->fll_fout) in _wm8993_set_fll()
483 wm8993->fll_fref = 0; in _wm8993_set_fll()
484 wm8993->fll_fout = 0; in _wm8993_set_fll()
552 try_wait_for_completion(&wm8993->fll_lock); in _wm8993_set_fll()
557 time_left = wait_for_completion_timeout(&wm8993->fll_lock, time_left); in _wm8993_set_fll()
563 wm8993->fll_fref = Fref; in _wm8993_set_fll()
564 wm8993->fll_fout = Fout; in _wm8993_set_fll()
565 wm8993->fll_src = source; in _wm8993_set_fll()
578 struct wm8993_priv *wm8993 = snd_soc_component_get_drvdata(component); in configure_clock() local
[all …]