Searched refs:wl_count (Results 1 – 3 of 3) sorted by relevance
665 if (!drv->wl_count) in os_wake_lock()668 drv->wl_count++; in os_wake_lock()669 ret = drv->wl_count; in os_wake_lock()693 if (drv->wl_count) { in os_wake_unlock()694 drv->wl_count--; in os_wake_unlock()696 if (!drv->wl_count) in os_wake_unlock()699 ret = drv->wl_count; in os_wake_unlock()
888 drv->wl_count = 0;
119 int wl_count; /* Wifi wakelock counter */ member