Home
last modified time | relevance | path

Searched refs:wakelock_counter (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_priv.h139 uint32 wakelock_counter; member
H A Ddhd_linux.c8595 dhd->wakelock_counter = 0;
16327 wklock_info->counter = dhd->wakelock_counter; \
16340 wklock_info->counter = dhd->wakelock_counter; \
16455 if (dhd->wakelock_counter == 0 && !dhd->waive_wakelock) {
16467 dhd->wakelock_counter++;
16468 ret = dhd->wakelock_counter;
16532 if (dhd->wakelock_counter > 0) {
16533 dhd->wakelock_counter--;
16539 if (dhd->wakelock_counter == 0 && !dhd->waive_wakelock) {
16546 ret = dhd->wakelock_counter;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_priv.h139 uint32 wakelock_counter; member
H A Ddhd_linux.c8595 dhd->wakelock_counter = 0;
16262 wklock_info->counter = dhd->wakelock_counter; \
16275 wklock_info->counter = dhd->wakelock_counter; \
16390 if (dhd->wakelock_counter == 0 && !dhd->waive_wakelock) {
16402 dhd->wakelock_counter++;
16403 ret = dhd->wakelock_counter;
16467 if (dhd->wakelock_counter > 0) {
16468 dhd->wakelock_counter--;
16474 if (dhd->wakelock_counter == 0 && !dhd->waive_wakelock) {
16481 ret = dhd->wakelock_counter;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_priv.h139 uint32 wakelock_counter; member
H A Ddhd_linux.c8573 dhd->wakelock_counter = 0;
16444 wklock_info->counter = dhd->wakelock_counter; \
16457 wklock_info->counter = dhd->wakelock_counter; \
16572 if (dhd->wakelock_counter == 0 && !dhd->waive_wakelock) {
16584 dhd->wakelock_counter++;
16585 ret = dhd->wakelock_counter;
16649 if (dhd->wakelock_counter > 0) {
16650 dhd->wakelock_counter--;
16656 if (dhd->wakelock_counter == 0 && !dhd->waive_wakelock) {
16663 ret = dhd->wakelock_counter;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_priv.h161 uint32 wakelock_counter; member
H A Ddhd_linux.c11769 dhd->wakelock_counter = 0; in dhd_attach()
21417 wklock_info->counter = dhd->wakelock_counter; \
21430 wklock_info->counter = dhd->wakelock_counter; \
21551 if (dhd->wakelock_counter == 0 && !dhd->waive_wakelock) { in dhd_os_wake_lock()
21563 dhd->wakelock_counter++; in dhd_os_wake_lock()
21564 ret = dhd->wakelock_counter; in dhd_os_wake_lock()
21640 if (dhd->wakelock_counter > 0) { in dhd_os_wake_unlock()
21641 dhd->wakelock_counter--; in dhd_os_wake_unlock()
21647 if (dhd->wakelock_counter == 0 && !dhd->waive_wakelock) { in dhd_os_wake_unlock()
21654 ret = dhd->wakelock_counter; in dhd_os_wake_unlock()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_priv.h159 uint32 wakelock_counter; member
H A Ddhd_linux.c11644 dhd->wakelock_counter = 0; in dhd_attach()
21311 wklock_info->counter = dhd->wakelock_counter; \
21324 wklock_info->counter = dhd->wakelock_counter; \
21445 if (dhd->wakelock_counter == 0 && !dhd->waive_wakelock) { in dhd_os_wake_lock()
21457 dhd->wakelock_counter++; in dhd_os_wake_lock()
21458 ret = dhd->wakelock_counter; in dhd_os_wake_lock()
21534 if (dhd->wakelock_counter > 0) { in dhd_os_wake_unlock()
21535 dhd->wakelock_counter--; in dhd_os_wake_unlock()
21541 if (dhd->wakelock_counter == 0 && !dhd->waive_wakelock) { in dhd_os_wake_unlock()
21548 ret = dhd->wakelock_counter; in dhd_os_wake_unlock()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c700 uint32 wakelock_counter; member
9634 dhd->wakelock_counter = 0; in dhd_attach()
16946 wklock_info->counter = dhd->wakelock_counter; \
16959 wklock_info->counter = dhd->wakelock_counter; \
17073 if (dhd->wakelock_counter == 0 && !dhd->waive_wakelock) { in dhd_os_wake_lock()
17085 dhd->wakelock_counter++; in dhd_os_wake_lock()
17086 ret = dhd->wakelock_counter; in dhd_os_wake_lock()
17150 if (dhd->wakelock_counter > 0) { in dhd_os_wake_unlock()
17151 dhd->wakelock_counter--; in dhd_os_wake_unlock()
17157 if (dhd->wakelock_counter == 0 && !dhd->waive_wakelock) { in dhd_os_wake_unlock()
[all …]