Home
last modified time | relevance | path

Searched refs:roam_sync_runtime_lock (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/mlme/psoc/src/ !
H A Dtarget_if_psoc_wake_lock.c56 qdf_runtime_lock_init(&psoc_wakelock->roam_sync_runtime_lock); in target_if_wake_lock_init()
81 qdf_runtime_lock_deinit(&psoc_wakelock->roam_sync_runtime_lock); in target_if_wake_lock_deinit()
332 qdf_runtime_pm_prevent_suspend(&psoc_wakelock->roam_sync_runtime_lock); in target_if_prevent_pm_during_roam_sync()
348 qdf_runtime_pm_allow_suspend(&psoc_wakelock->roam_sync_runtime_lock); in target_if_allow_pm_after_roam_sync()
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/psoc/inc/ !
H A Dtarget_if_psoc_wake_lock.h49 qdf_runtime_lock_t roam_sync_runtime_lock; member