Lines Matching defs:hif_rtpm_ctx
145 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;
155 qdf_atomic_t pm_state;
156 unsigned long pending_job;
157 qdf_atomic_t monitor_wake_intr;
158 struct hif_rtpm_state_stats stats;
159 struct dentry *pm_dentry;
160 int cfg_delay;
161 int delay;
162 struct hif_rtpm_last_busy_hist *busy_hist[CE_COUNT_MAX];