Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/codecs/
Dwm8994.h97 int active_refcount; member
Dwm8994.c749 if (wm8994->active_refcount) in wm1811_jackdet_set_mode()
771 wm8994->active_refcount++; in active_reference()
774 wm8994->active_refcount); in active_reference()
789 wm8994->active_refcount--; in active_dereference()
792 wm8994->active_refcount); in active_dereference()
794 if (wm8994->active_refcount == 0) { in active_dereference()
4665 if (wm8994->jackdet && !wm8994->active_refcount) in wm8994_suspend()