Lines Matching refs:wakelock_counter
323 int wakelock_counter; member
3267 dhd->wakelock_counter = 0;
4732 dhd->wakelock_counter = 0;
5905 if (!dhd->wakelock_counter)
5911 dhd->wakelock_counter++;
5912 ret = dhd->wakelock_counter;
5937 if (dhd->wakelock_counter) {
5938 dhd->wakelock_counter--;
5940 if (!dhd->wakelock_counter)
5946 ret = dhd->wakelock_counter;
5971 if (dhd && (dhd->wakelock_counter > 0) && pm_dev)