Home
last modified time | relevance | path

Searched refs:dhd_wake_lock_active (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_priv.h515 #define dhd_wake_lock_active(wakeup_source) ((wakeup_source)->active) macro
H A Ddhd_linux.c8702 if (dhd_wake_lock_active(wlock)) { \
21318 if (dhd_wake_lock_active(&dhd->wl_ctrlwake)) in dhd_os_wake_lock_ctrl_timeout_cancel()
21681 if (dhd_wake_lock_active(&dhd->wl_pmwake)) { in dhd_pm_wake_unlock()
21695 if (dhd_wake_lock_active(&dhd->wl_txflwake)) { in dhd_txfl_wake_unlock()
21709 if (dhd_wake_lock_active(&dhd->wl_nanwake)) { in dhd_nan_wake_unlock()
21735 l1 = dhd_wake_lock_active(&dhd->wl_wifi); in dhd_os_check_wakelock()
21736 l2 = dhd_wake_lock_active(&dhd->wl_wdwake); in dhd_os_check_wakelock()
21779 l1 = dhd_wake_lock_active(&dhd->wl_wifi); in dhd_os_check_wakelock_all()
21780 l2 = dhd_wake_lock_active(&dhd->wl_wdwake); in dhd_os_check_wakelock_all()
21781 l3 = dhd_wake_lock_active(&dhd->wl_rxwake); in dhd_os_check_wakelock_all()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_priv.h526 #define dhd_wake_lock_active(wakeup_source) ((wakeup_source)?((wakeup_source)->active):0) macro
H A Ddhd_linux.c21212 if (dhd_wake_lock_active(dhd->wl_ctrlwake)) in dhd_os_wake_lock_ctrl_timeout_cancel()
21575 if (dhd_wake_lock_active(dhd->wl_pmwake)) { in dhd_pm_wake_unlock()
21589 if (dhd_wake_lock_active(dhd->wl_txflwake)) { in dhd_txfl_wake_unlock()
21603 if (dhd_wake_lock_active(dhd->wl_nanwake)) { in dhd_nan_wake_unlock()
21629 l1 = dhd_wake_lock_active(dhd->wl_wifi); in dhd_os_check_wakelock()
21630 l2 = dhd_wake_lock_active(dhd->wl_wdwake); in dhd_os_check_wakelock()
21673 l1 = dhd_wake_lock_active(dhd->wl_wifi); in dhd_os_check_wakelock_all()
21674 l2 = dhd_wake_lock_active(dhd->wl_wdwake); in dhd_os_check_wakelock_all()
21675 l3 = dhd_wake_lock_active(dhd->wl_rxwake); in dhd_os_check_wakelock_all()
21676 l4 = dhd_wake_lock_active(dhd->wl_ctrlwake); in dhd_os_check_wakelock_all()
[all …]