Searched refs:iwl_fw_runtime (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/ |
D | dbg.h | 91 static inline void iwl_fw_free_dump_desc(struct iwl_fw_runtime *fwrt) in iwl_fw_free_dump_desc() 99 void iwl_fw_error_dump(struct iwl_fw_runtime *fwrt); 100 int iwl_fw_dbg_collect_desc(struct iwl_fw_runtime *fwrt, 103 int iwl_fw_dbg_collect(struct iwl_fw_runtime *fwrt, 107 int iwl_fw_dbg_collect_trig(struct iwl_fw_runtime *fwrt, 110 int iwl_fw_start_dbg_conf(struct iwl_fw_runtime *fwrt, u8 id); 140 iwl_fw_dbg_trigger_stop_conf_match(struct iwl_fw_runtime *fwrt, in iwl_fw_dbg_trigger_stop_conf_match() 149 iwl_fw_dbg_no_trig_window(struct iwl_fw_runtime *fwrt, in iwl_fw_dbg_no_trig_window() 167 iwl_fw_dbg_trigger_check_stop(struct iwl_fw_runtime *fwrt, in iwl_fw_dbg_trigger_check_stop() 184 _iwl_fw_dbg_trigger_simple_stop(struct iwl_fw_runtime *fwrt, in _iwl_fw_dbg_trigger_simple_stop() [all …]
|
D | runtime.h | 109 struct iwl_fw_runtime { struct 149 void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans, argument 154 void iwl_fw_runtime_exit(struct iwl_fw_runtime *fwrt); 156 void iwl_fw_runtime_suspend(struct iwl_fw_runtime *fwrt); 158 void iwl_fw_runtime_resume(struct iwl_fw_runtime *fwrt); 160 static inline void iwl_fw_set_current_image(struct iwl_fw_runtime *fwrt, in iwl_fw_set_current_image() 166 int iwl_init_paging(struct iwl_fw_runtime *fwrt, enum iwl_ucode_type type); 167 void iwl_free_fw_paging(struct iwl_fw_runtime *fwrt); 169 void iwl_get_shared_mem_conf(struct iwl_fw_runtime *fwrt);
|
D | debugfs.c | 70 static ssize_t iwl_dbgfs_##name##_read(struct iwl_fw_runtime *fwrt, \ 80 static ssize_t iwl_dbgfs_##name##_write(struct iwl_fw_runtime *fwrt, \ 87 struct iwl_fw_runtime *fwrt = file->private_data; \ 122 static int iwl_fw_send_timestamp_marker_cmd(struct iwl_fw_runtime *fwrt) in iwl_fw_send_timestamp_marker_cmd() 147 struct iwl_fw_runtime *fwrt = in iwl_fw_timestamp_marker_wk() 148 container_of(work, struct iwl_fw_runtime, timestamp.wk.work); in iwl_fw_timestamp_marker_wk() 161 void iwl_fw_trigger_timestamp(struct iwl_fw_runtime *fwrt, u32 delay) in iwl_fw_trigger_timestamp() 175 static ssize_t iwl_dbgfs_timestamp_marker_write(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_timestamp_marker_write() 193 int iwl_fwrt_dbgfs_register(struct iwl_fw_runtime *fwrt, in iwl_fwrt_dbgfs_register()
|
D | init.c | 63 void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans, in iwl_fw_runtime_init() 80 void iwl_fw_runtime_suspend(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_suspend() 86 void iwl_fw_runtime_resume(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_resume()
|
D | paging.c | 68 void iwl_free_fw_paging(struct iwl_fw_runtime *fwrt) in iwl_free_fw_paging() 97 static int iwl_alloc_fw_paging_mem(struct iwl_fw_runtime *fwrt, in iwl_alloc_fw_paging_mem() 165 static int iwl_fill_paging_mem(struct iwl_fw_runtime *fwrt, in iwl_fill_paging_mem() 276 static int iwl_save_fw_paging(struct iwl_fw_runtime *fwrt, in iwl_save_fw_paging() 289 static int iwl_send_paging_cmd(struct iwl_fw_runtime *fwrt, in iwl_send_paging_cmd() 320 int iwl_init_paging(struct iwl_fw_runtime *fwrt, enum iwl_ucode_type type) in iwl_init_paging()
|
D | debugfs.h | 69 int iwl_fwrt_dbgfs_register(struct iwl_fw_runtime *fwrt, 73 static inline int iwl_fwrt_dbgfs_register(struct iwl_fw_runtime *fwrt, in iwl_fwrt_dbgfs_register()
|
D | smem.c | 68 static void iwl_parse_shared_mem_22000(struct iwl_fw_runtime *fwrt, in iwl_parse_shared_mem_22000() 95 static void iwl_parse_shared_mem(struct iwl_fw_runtime *fwrt, in iwl_parse_shared_mem() 129 void iwl_get_shared_mem_conf(struct iwl_fw_runtime *fwrt) in iwl_get_shared_mem_conf()
|
D | dbg.c | 92 static void iwl_read_radio_regs(struct iwl_fw_runtime *fwrt, in iwl_read_radio_regs() 122 static void iwl_fwrt_dump_rxf(struct iwl_fw_runtime *fwrt, in iwl_fwrt_dump_rxf() 177 static void iwl_fwrt_dump_txf(struct iwl_fw_runtime *fwrt, in iwl_fwrt_dump_txf() 231 static void iwl_fw_dump_fifos(struct iwl_fw_runtime *fwrt, in iwl_fw_dump_fifos() 559 void iwl_fw_error_dump(struct iwl_fw_runtime *fwrt) in iwl_fw_error_dump() 1006 int iwl_fw_dbg_collect_desc(struct iwl_fw_runtime *fwrt, in iwl_fw_dbg_collect_desc() 1050 int iwl_fw_dbg_collect(struct iwl_fw_runtime *fwrt, in iwl_fw_dbg_collect() 1075 int iwl_fw_dbg_collect_trig(struct iwl_fw_runtime *fwrt, in iwl_fw_dbg_collect_trig() 1113 int iwl_fw_start_dbg_conf(struct iwl_fw_runtime *fwrt, u8 conf_id) in iwl_fw_start_dbg_conf() 1165 struct iwl_fw_runtime *fwrt = in iwl_fw_error_dump_wk() [all …]
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mvm.h | 855 struct iwl_fw_runtime fwrt;
|