Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_priv.h118 struct wake_lock wl_txflwake; /* Wifi tx flow wakelock */ member
H A Ddhd_linux.c16507 wake_lock_timeout(&dhd->wl_txflwake, msecs_to_jiffies(val));
16587 if (wake_lock_active(&dhd->wl_txflwake)) {
16588 wake_unlock(&dhd->wl_txflwake);
16650 l9 = wake_lock_active(&dhd->wl_txflwake);
16868 wake_lock_init(&dhd->wl_txflwake, WAKE_LOCK_SUSPEND, "wlan_txfl_wake");
16893 wake_lock_destroy(&dhd->wl_txflwake);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_priv.h118 struct wake_lock wl_txflwake; /* Wifi tx flow wakelock */ member
H A Ddhd_linux.c16442 wake_lock_timeout(&dhd->wl_txflwake, msecs_to_jiffies(val));
16522 if (wake_lock_active(&dhd->wl_txflwake)) {
16523 wake_unlock(&dhd->wl_txflwake);
16585 l9 = wake_lock_active(&dhd->wl_txflwake);
16803 wake_lock_init(&dhd->wl_txflwake, WAKE_LOCK_SUSPEND, "wlan_txfl_wake");
16828 wake_lock_destroy(&dhd->wl_txflwake);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_priv.h118 struct wake_lock wl_txflwake; /* Wifi tx flow wakelock */ member
H A Ddhd_linux.c16624 wake_lock_timeout(&dhd->wl_txflwake, msecs_to_jiffies(val));
16704 if (wake_lock_active(&dhd->wl_txflwake)) {
16705 wake_unlock(&dhd->wl_txflwake);
16767 l9 = wake_lock_active(&dhd->wl_txflwake);
16985 wake_lock_init(&dhd->wl_txflwake, WAKE_LOCK_SUSPEND, "wlan_txfl_wake");
17010 wake_lock_destroy(&dhd->wl_txflwake);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_priv.h138 struct wakeup_source wl_txflwake; /* Wifi tx flow wakelock */ member
H A Ddhd_linux.c21603 dhd_wake_lock_timeout(&dhd->wl_txflwake, msecs_to_jiffies(val)); in dhd_txfl_wake_lock_timeout()
21695 if (dhd_wake_lock_active(&dhd->wl_txflwake)) { in dhd_txfl_wake_unlock()
21696 dhd_wake_unlock(&dhd->wl_txflwake); in dhd_txfl_wake_unlock()
21791 l9 = dhd_wake_lock_active(&dhd->wl_txflwake); in dhd_os_check_wakelock_all()
22014 dhd_wake_lock_init(&dhd->wl_txflwake, WAKE_LOCK_SUSPEND, "wlan_txfl_wake"); in dhd_os_wake_lock_init()
22041 dhd_wake_lock_unlock_destroy(&dhd->wl_txflwake); in dhd_os_wake_lock_destroy()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_priv.h137 struct wakeup_source *wl_txflwake; /* Wifi tx flow wakelock */ member
H A Ddhd_linux.c21497 dhd_wake_lock_timeout(dhd->wl_txflwake, msecs_to_jiffies(val)); in dhd_txfl_wake_lock_timeout()
21589 if (dhd_wake_lock_active(dhd->wl_txflwake)) { in dhd_txfl_wake_unlock()
21590 dhd_wake_unlock(dhd->wl_txflwake); in dhd_txfl_wake_unlock()
21685 l9 = dhd_wake_lock_active(dhd->wl_txflwake); in dhd_os_check_wakelock_all()
21905 dhd_wake_lock_init(dhd->wl_txflwake, dhd_bus_to_dev(dhd->pub.bus), "wlan_txfl_wake"); in dhd_os_wake_lock_init()
21931 dhd_wake_lock_destroy(dhd->wl_txflwake); in dhd_os_wake_lock_destroy()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c679 struct wake_lock wl_txflwake; /* Wifi tx flow wakelock */ member
17125 wake_lock_timeout(&dhd->wl_txflwake, msecs_to_jiffies(val)); in dhd_txfl_wake_lock_timeout()
17205 if (wake_lock_active(&dhd->wl_txflwake)) { in dhd_txfl_wake_unlock()
17206 wake_unlock(&dhd->wl_txflwake); in dhd_txfl_wake_unlock()
17270 l9 = wake_lock_active(&dhd->wl_txflwake); in dhd_os_check_wakelock_all()
17484 wake_lock_init(&dhd->wl_txflwake, WAKE_LOCK_SUSPEND, "wlan_txfl_wake"); in dhd_os_wake_lock_init()
17509 wake_lock_destroy(&dhd->wl_txflwake); in dhd_os_wake_lock_destroy()