qcacmn: Wake up system for early interrupt wakeup during suspending
During system suspending, the target might request wakeup early to the host. The host will wakeup the system directly to abort current suspend to avoid mismatching PM state between host & target. Change-Id: Icf6e58ff24cbe072ef56aa22820432efb2ca1932 CRs-Fixed: 2559306
此提交包含在:
@@ -494,6 +494,8 @@ QDF_STATUS qdf_wake_lock_release(qdf_wake_lock_t *lock, uint32_t reason);
|
||||
|
||||
QDF_STATUS qdf_wake_lock_destroy(qdf_wake_lock_t *lock);
|
||||
|
||||
void qdf_pm_system_wakeup(void);
|
||||
|
||||
QDF_STATUS qdf_runtime_pm_get(void);
|
||||
QDF_STATUS qdf_runtime_pm_put(void);
|
||||
QDF_STATUS qdf_runtime_pm_prevent_suspend(qdf_runtime_lock_t *lock);
|
||||
|
新增問題並參考
封鎖使用者