Home
last modified time | relevance | path

Searched refs:hif_pm_runtime_lock (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_runtime_pm.c127 struct hif_pm_runtime_lock *ctx; in hif_rtpm_log_debug_stats()
356 static int __hif_pm_runtime_allow_suspend(struct hif_pm_runtime_lock *lock);
368 struct hif_pm_runtime_lock *ctx, *tmp; in hif_rtpm_sanitize_exit()
409 struct hif_pm_runtime_lock *ctx, *tmp; in hif_rtpm_sanitize_ssr_exit()
585 struct hif_pm_runtime_lock *context; in hif_runtime_lock_init()
604 void hif_runtime_lock_deinit(struct hif_pm_runtime_lock *lock) in hif_runtime_lock_deinit()
790 static int __hif_pm_runtime_prevent_suspend(struct hif_pm_runtime_lock *lock) in __hif_pm_runtime_prevent_suspend()
829 static int __hif_pm_runtime_allow_suspend(struct hif_pm_runtime_lock *lock) in __hif_pm_runtime_allow_suspend()
862 int hif_pm_runtime_prevent_suspend(struct hif_pm_runtime_lock *lock) in hif_pm_runtime_prevent_suspend()
890 int __hif_pm_runtime_prevent_suspend_sync(struct hif_pm_runtime_lock *lock) in __hif_pm_runtime_prevent_suspend_sync()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_lock.h104 struct hif_pm_runtime_lock;
106 struct hif_pm_runtime_lock *lock;
/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dhif.h1445 struct hif_pm_runtime_lock { struct
1507 void hif_runtime_lock_deinit(struct hif_pm_runtime_lock *data);
1548 int hif_pm_runtime_prevent_suspend(struct hif_pm_runtime_lock *data);
1559 int hif_pm_runtime_prevent_suspend_sync(struct hif_pm_runtime_lock *data);
1570 int hif_pm_runtime_allow_suspend(struct hif_pm_runtime_lock *data);
1824 void hif_runtime_lock_deinit(struct hif_pm_runtime_lock *data) in hif_runtime_lock_deinit()
1836 int hif_pm_runtime_allow_suspend(struct hif_pm_runtime_lock *data) in hif_pm_runtime_allow_suspend()
1840 int hif_pm_runtime_prevent_suspend(struct hif_pm_runtime_lock *data) in hif_pm_runtime_prevent_suspend()
1844 int hif_pm_runtime_prevent_suspend_sync(struct hif_pm_runtime_lock *data) in hif_pm_runtime_prevent_suspend_sync()