Home
last modified time | relevance | path

Searched defs:hif_rtpm_ctx (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_runtime_pm.h145 struct hif_rtpm_ctx { struct
146 bool enable_rpm;
147 struct device *dev;
148 qdf_spinlock_t runtime_lock;
149 qdf_spinlock_t runtime_suspend_lock;
150 unsigned int client_count;
151 struct hif_rtpm_client *clients[HIF_RTPM_ID_MAX];
152 qdf_spinlock_t prevent_list_lock;
153 struct list_head prevent_list;
154 uint32_t prevent_cnt;
[all …]