Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/platforms/os/linux/src/
Dosapi.c665 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()
DWlanDrvIf.c888 drv->wl_count = 0;
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/
DWlanDrvIf.h119 int wl_count; /* Wifi wakelock counter */ member