Lines Matching refs:fwrt
170 void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans,
177 static inline void iwl_fw_runtime_free(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_free() argument
181 kfree(fwrt->dump.d3_debug_data); in iwl_fw_runtime_free()
182 fwrt->dump.d3_debug_data = NULL; in iwl_fw_runtime_free()
184 iwl_dbg_tlv_del_timers(fwrt->trans); in iwl_fw_runtime_free()
186 cancel_delayed_work_sync(&fwrt->dump.wks[i].wk); in iwl_fw_runtime_free()
189 void iwl_fw_runtime_suspend(struct iwl_fw_runtime *fwrt);
191 void iwl_fw_runtime_resume(struct iwl_fw_runtime *fwrt);
193 static inline void iwl_fw_set_current_image(struct iwl_fw_runtime *fwrt, in iwl_fw_set_current_image() argument
196 fwrt->cur_fw_img = cur_fw_img; in iwl_fw_set_current_image()
199 int iwl_init_paging(struct iwl_fw_runtime *fwrt, enum iwl_ucode_type type);
200 void iwl_free_fw_paging(struct iwl_fw_runtime *fwrt);
202 void iwl_get_shared_mem_conf(struct iwl_fw_runtime *fwrt);
203 int iwl_set_soc_latency(struct iwl_fw_runtime *fwrt);
204 int iwl_configure_rxq(struct iwl_fw_runtime *fwrt);