Lines Matching refs:fwrt
185 void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans,
190 static inline void iwl_fw_runtime_free(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_free() argument
194 kfree(fwrt->dump.d3_debug_data); in iwl_fw_runtime_free()
195 fwrt->dump.d3_debug_data = NULL; in iwl_fw_runtime_free()
199 &fwrt->dump.active_trigs[i]; in iwl_fw_runtime_free()
207 iwl_dbg_tlv_del_timers(fwrt->trans); in iwl_fw_runtime_free()
209 cancel_delayed_work_sync(&fwrt->dump.wks[i].wk); in iwl_fw_runtime_free()
212 void iwl_fw_runtime_suspend(struct iwl_fw_runtime *fwrt);
214 void iwl_fw_runtime_resume(struct iwl_fw_runtime *fwrt);
216 static inline void iwl_fw_set_current_image(struct iwl_fw_runtime *fwrt, in iwl_fw_set_current_image() argument
219 fwrt->cur_fw_img = cur_fw_img; in iwl_fw_set_current_image()
222 int iwl_init_paging(struct iwl_fw_runtime *fwrt, enum iwl_ucode_type type);
223 void iwl_free_fw_paging(struct iwl_fw_runtime *fwrt);
225 void iwl_get_shared_mem_conf(struct iwl_fw_runtime *fwrt);