Home
last modified time | relevance | path

Searched refs:iwl_fw_runtime (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/
Ddbg.h101 static inline void iwl_fw_free_dump_desc(struct iwl_fw_runtime *fwrt) in iwl_fw_free_dump_desc()
112 int iwl_fw_dbg_collect_desc(struct iwl_fw_runtime *fwrt,
115 int iwl_fw_dbg_error_collect(struct iwl_fw_runtime *fwrt,
117 int _iwl_fw_dbg_ini_collect(struct iwl_fw_runtime *fwrt,
119 int iwl_fw_dbg_ini_collect(struct iwl_fw_runtime *fwrt, u32 legacy_trigger_id);
120 int iwl_fw_dbg_collect(struct iwl_fw_runtime *fwrt,
123 int iwl_fw_dbg_collect_trig(struct iwl_fw_runtime *fwrt,
126 int iwl_fw_start_dbg_conf(struct iwl_fw_runtime *fwrt, u8 id);
156 iwl_fw_dbg_trigger_stop_conf_match(struct iwl_fw_runtime *fwrt, in iwl_fw_dbg_trigger_stop_conf_match()
165 iwl_fw_dbg_no_trig_window(struct iwl_fw_runtime *fwrt, u32 id, u32 dis_usec) in iwl_fw_dbg_no_trig_window()
[all …]
Druntime.h122 struct iwl_fw_runtime { struct
185 void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans, argument
190 static inline void iwl_fw_runtime_free(struct iwl_fw_runtime *fwrt) 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()
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);
Ddebugfs.c167 _FWRT_DEBUGFS_READ_FILE_OPS(name, bufsz, struct iwl_fw_runtime)
170 _FWRT_DEBUGFS_WRITE_FILE_OPS(name, bufsz, struct iwl_fw_runtime)
173 _FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name, bufsz, struct iwl_fw_runtime)
182 static int iwl_fw_send_timestamp_marker_cmd(struct iwl_fw_runtime *fwrt) in iwl_fw_send_timestamp_marker_cmd()
207 struct iwl_fw_runtime *fwrt = in iwl_fw_timestamp_marker_wk()
208 container_of(work, struct iwl_fw_runtime, timestamp.wk.work); in iwl_fw_timestamp_marker_wk()
221 void iwl_fw_trigger_timestamp(struct iwl_fw_runtime *fwrt, u32 delay) in iwl_fw_trigger_timestamp()
235 static ssize_t iwl_dbgfs_timestamp_marker_write(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_timestamp_marker_write()
250 static ssize_t iwl_dbgfs_timestamp_marker_read(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_timestamp_marker_read()
267 static ssize_t iwl_dbgfs_send_hcmd_write(struct iwl_fw_runtime *fwrt, char *buf, in iwl_dbgfs_send_hcmd_write()
[all …]
Ddbg.c89 static void iwl_read_radio_regs(struct iwl_fw_runtime *fwrt, in iwl_read_radio_regs()
119 static void iwl_fwrt_dump_rxf(struct iwl_fw_runtime *fwrt, in iwl_fwrt_dump_rxf()
174 static void iwl_fwrt_dump_txf(struct iwl_fw_runtime *fwrt, in iwl_fwrt_dump_txf()
228 static void iwl_fw_dump_rxf(struct iwl_fw_runtime *fwrt, in iwl_fw_dump_rxf()
257 static void iwl_fw_dump_txf(struct iwl_fw_runtime *fwrt, in iwl_fw_dump_txf()
579 static void iwl_dump_prph(struct iwl_fw_runtime *fwrt, in iwl_dump_prph()
659 static void iwl_fw_get_prph_len(struct iwl_fw_runtime *fwrt, in iwl_fw_get_prph_len()
681 static void iwl_fw_prph_handler(struct iwl_fw_runtime *fwrt, void *ptr, in iwl_fw_prph_handler()
682 void (*handler)(struct iwl_fw_runtime *, in iwl_fw_prph_handler() argument
706 static void iwl_fw_dump_mem(struct iwl_fw_runtime *fwrt, in iwl_fw_dump_mem()
[all …]
Dinit.c65 void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans, in iwl_fw_runtime_init()
87 void iwl_fw_runtime_suspend(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_suspend()
93 void iwl_fw_runtime_resume(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_resume()
Dpaging.c68 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()
Ddebugfs.h66 void iwl_fwrt_dbgfs_register(struct iwl_fw_runtime *fwrt,
70 static inline void iwl_fwrt_dbgfs_register(struct iwl_fw_runtime *fwrt, in iwl_fwrt_dbgfs_register()
Dsmem.c68 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()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/
Diwl-dbg-tlv.h86 struct iwl_fw_runtime;
92 void iwl_dbg_tlv_time_point(struct iwl_fw_runtime *fwrt,
Diwl-dbg-tlv.c208 void iwl_dbg_tlv_time_point(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_time_point()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dmvm.h893 struct iwl_fw_runtime fwrt;