HomeSort by relevance Sort by last modified time
    Searched refs:wl_count (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
WlanDrvIf.h 119 int wl_count; /* Wifi wakelock counter */ member in struct:__anon18983
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osapi.c 665 if (!drv->wl_count)
668 drv->wl_count++;
669 ret = drv->wl_count;
693 if (drv->wl_count) {
694 drv->wl_count--;
696 if (!drv->wl_count)
699 ret = drv->wl_count;
WlanDrvIf.c 888 drv->wl_count = 0;
    [all...]

Completed in 39 milliseconds