Home
last modified time | relevance | path

Searched refs:prevent_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.c55 qdf_runtime_lock_init(&psoc_wakelock->prevent_runtime_lock); in target_if_wake_lock_init()
80 qdf_runtime_lock_deinit(&psoc_wakelock->prevent_runtime_lock); in target_if_wake_lock_deinit()
174 qdf_runtime_pm_allow_suspend(&psoc_wakelock->prevent_runtime_lock); in target_if_vote_for_link_down()
193 qdf_runtime_pm_prevent_suspend(&psoc_wakelock->prevent_runtime_lock); in target_if_vote_for_link_up()
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/psoc/inc/
H A Dtarget_if_psoc_wake_lock.h48 qdf_runtime_lock_t prevent_runtime_lock; member