Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dwm8994.h92 int active_refcount; member
Dwm8994.c750 if (wm8994->active_refcount) in wm1811_jackdet_set_mode()
772 wm8994->active_refcount++; in active_reference()
775 wm8994->active_refcount); in active_reference()
790 wm8994->active_refcount--; in active_dereference()
793 wm8994->active_refcount); in active_dereference()
795 if (wm8994->active_refcount == 0) { in active_dereference()
4486 if (wm8994->jackdet && !wm8994->active_refcount) in wm8994_suspend()