Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/
Ddbg.h43 int iwl_fw_dbg_collect_desc(struct iwl_fw_runtime *fwrt,
46 int iwl_fw_dbg_error_collect(struct iwl_fw_runtime *fwrt,
48 int iwl_fw_dbg_ini_collect(struct iwl_fw_runtime *fwrt,
51 int iwl_fw_dbg_collect(struct iwl_fw_runtime *fwrt,
54 int iwl_fw_dbg_collect_trig(struct iwl_fw_runtime *fwrt,
57 int iwl_fw_start_dbg_conf(struct iwl_fw_runtime *fwrt, u8 id);
87 iwl_fw_dbg_trigger_stop_conf_match(struct iwl_fw_runtime *fwrt, in iwl_fw_dbg_trigger_stop_conf_match()
96 iwl_fw_dbg_no_trig_window(struct iwl_fw_runtime *fwrt, u32 id, u32 dis_usec) in iwl_fw_dbg_no_trig_window()
111 iwl_fw_dbg_trigger_check_stop(struct iwl_fw_runtime *fwrt, in iwl_fw_dbg_trigger_check_stop()
130 _iwl_fw_dbg_trigger_on(struct iwl_fw_runtime *fwrt, in _iwl_fw_dbg_trigger_on()
[all …]
Dacpi.h148 struct iwl_fw_runtime;
188 int iwl_sar_select_profile(struct iwl_fw_runtime *fwrt,
192 int iwl_sar_get_wrds_table(struct iwl_fw_runtime *fwrt);
194 int iwl_sar_get_ewrd_table(struct iwl_fw_runtime *fwrt);
196 int iwl_sar_get_wgds_table(struct iwl_fw_runtime *fwrt);
198 bool iwl_sar_geo_support(struct iwl_fw_runtime *fwrt);
200 int iwl_sar_geo_init(struct iwl_fw_runtime *fwrt,
203 int iwl_acpi_get_tas(struct iwl_fw_runtime *fwrt, __le32 *block_list_array,
206 __le32 iwl_acpi_get_lari_config_bitmap(struct iwl_fw_runtime *fwrt);
256 static inline int iwl_sar_select_profile(struct iwl_fw_runtime *fwrt, in iwl_sar_select_profile()
[all …]
Druntime.h100 struct iwl_fw_runtime { struct
161 void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans, argument
166 static inline void iwl_fw_runtime_free(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_free()
178 void iwl_fw_runtime_suspend(struct iwl_fw_runtime *fwrt);
180 void iwl_fw_runtime_resume(struct iwl_fw_runtime *fwrt);
182 static inline void iwl_fw_set_current_image(struct iwl_fw_runtime *fwrt, in iwl_fw_set_current_image()
188 int iwl_init_paging(struct iwl_fw_runtime *fwrt, enum iwl_ucode_type type);
189 void iwl_free_fw_paging(struct iwl_fw_runtime *fwrt);
191 void iwl_get_shared_mem_conf(struct iwl_fw_runtime *fwrt);
192 int iwl_set_soc_latency(struct iwl_fw_runtime *fwrt);
[all …]
Ddebugfs.c111 _FWRT_DEBUGFS_READ_FILE_OPS(name, bufsz, struct iwl_fw_runtime)
114 _FWRT_DEBUGFS_WRITE_FILE_OPS(name, bufsz, struct iwl_fw_runtime)
117 _FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name, bufsz, struct iwl_fw_runtime)
126 static int iwl_fw_send_timestamp_marker_cmd(struct iwl_fw_runtime *fwrt) in iwl_fw_send_timestamp_marker_cmd()
148 static int iwl_dbgfs_enabled_severities_write(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_enabled_severities_write()
179 struct iwl_fw_runtime *fwrt = in iwl_fw_timestamp_marker_wk()
180 container_of(work, struct iwl_fw_runtime, timestamp.wk.work); in iwl_fw_timestamp_marker_wk()
193 void iwl_fw_trigger_timestamp(struct iwl_fw_runtime *fwrt, u32 delay) in iwl_fw_trigger_timestamp()
207 static ssize_t iwl_dbgfs_timestamp_marker_write(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_timestamp_marker_write()
222 static ssize_t iwl_dbgfs_timestamp_marker_read(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_timestamp_marker_read()
[all …]
Ddbg.c32 static void iwl_read_radio_regs(struct iwl_fw_runtime *fwrt, in iwl_read_radio_regs()
61 static void iwl_fwrt_dump_rxf(struct iwl_fw_runtime *fwrt, in iwl_fwrt_dump_rxf()
116 static void iwl_fwrt_dump_txf(struct iwl_fw_runtime *fwrt, in iwl_fwrt_dump_txf()
170 static void iwl_fw_dump_rxf(struct iwl_fw_runtime *fwrt, in iwl_fw_dump_rxf()
198 static void iwl_fw_dump_txf(struct iwl_fw_runtime *fwrt, in iwl_fw_dump_txf()
519 static void iwl_dump_prph(struct iwl_fw_runtime *fwrt, in iwl_dump_prph()
598 static void iwl_fw_get_prph_len(struct iwl_fw_runtime *fwrt, in iwl_fw_get_prph_len()
620 static void iwl_fw_prph_handler(struct iwl_fw_runtime *fwrt, void *ptr, in iwl_fw_prph_handler()
621 void (*handler)(struct iwl_fw_runtime *, in iwl_fw_prph_handler() argument
645 static void iwl_fw_dump_mem(struct iwl_fw_runtime *fwrt, in iwl_fw_dump_mem()
[all …]
Dinit.c16 void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans, in iwl_fw_runtime_init()
38 void iwl_fw_runtime_suspend(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_suspend()
45 void iwl_fw_runtime_resume(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_resume()
53 int iwl_set_soc_latency(struct iwl_fw_runtime *fwrt) in iwl_set_soc_latency()
101 int iwl_configure_rxq(struct iwl_fw_runtime *fwrt) in iwl_configure_rxq()
Dpaging.c11 void iwl_free_fw_paging(struct iwl_fw_runtime *fwrt) in iwl_free_fw_paging()
40 static int iwl_alloc_fw_paging_mem(struct iwl_fw_runtime *fwrt, in iwl_alloc_fw_paging_mem()
108 static int iwl_fill_paging_mem(struct iwl_fw_runtime *fwrt, in iwl_fill_paging_mem()
219 static int iwl_save_fw_paging(struct iwl_fw_runtime *fwrt, in iwl_save_fw_paging()
232 static int iwl_send_paging_cmd(struct iwl_fw_runtime *fwrt, in iwl_send_paging_cmd()
263 int iwl_init_paging(struct iwl_fw_runtime *fwrt, enum iwl_ucode_type type) in iwl_init_paging()
Ddebugfs.h10 void iwl_fwrt_dbgfs_register(struct iwl_fw_runtime *fwrt,
14 static inline void iwl_fwrt_dbgfs_register(struct iwl_fw_runtime *fwrt, in iwl_fwrt_dbgfs_register()
Dsmem.c11 static void iwl_parse_shared_mem_22000(struct iwl_fw_runtime *fwrt, in iwl_parse_shared_mem_22000()
46 static void iwl_parse_shared_mem(struct iwl_fw_runtime *fwrt, in iwl_parse_shared_mem()
80 void iwl_get_shared_mem_conf(struct iwl_fw_runtime *fwrt) in iwl_get_shared_mem_conf()
Ddump.c145 static void iwl_fwrt_dump_umac_error_log(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_umac_error_log()
184 static void iwl_fwrt_dump_lmac_error_log(struct iwl_fw_runtime *fwrt, u8 lmac_num) in iwl_fwrt_dump_lmac_error_log()
298 static void iwl_fwrt_dump_tcm_error_log(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_tcm_error_log()
333 static void iwl_fwrt_dump_iml_error_log(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_iml_error_log()
367 static void iwl_fwrt_dump_fseq_regs(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_fseq_regs()
402 void iwl_fwrt_dump_error_logs(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_error_logs()
Dacpi.c241 int iwl_acpi_get_tas(struct iwl_fw_runtime *fwrt, in iwl_acpi_get_tas()
447 static int iwl_sar_fill_table(struct iwl_fw_runtime *fwrt, in iwl_sar_fill_table()
495 int iwl_sar_select_profile(struct iwl_fw_runtime *fwrt, in iwl_sar_select_profile()
513 int iwl_sar_get_wrds_table(struct iwl_fw_runtime *fwrt) in iwl_sar_get_wrds_table()
599 int iwl_sar_get_ewrd_table(struct iwl_fw_runtime *fwrt) in iwl_sar_get_ewrd_table()
706 int iwl_sar_get_wgds_table(struct iwl_fw_runtime *fwrt) in iwl_sar_get_wgds_table()
803 bool iwl_sar_geo_support(struct iwl_fw_runtime *fwrt) in iwl_sar_geo_support()
824 int iwl_sar_geo_init(struct iwl_fw_runtime *fwrt, in iwl_sar_geo_init()
854 __le32 iwl_acpi_get_lari_config_bitmap(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_lari_config_bitmap()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/
Diwl-dbg-tlv.h44 struct iwl_fw_runtime;
51 void _iwl_dbg_tlv_time_point(struct iwl_fw_runtime *fwrt,
56 static inline void iwl_dbg_tlv_time_point(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_time_point()
63 static inline void iwl_dbg_tlv_time_point_sync(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_time_point_sync()
Diwl-dbg-tlv.c51 struct iwl_fw_runtime *fwrt;
472 static int iwl_dbg_tlv_alloc_fragment(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_alloc_fragment()
511 static int iwl_dbg_tlv_alloc_fragments(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_alloc_fragments()
577 static int iwl_dbg_tlv_apply_buffer(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_apply_buffer()
648 static void iwl_dbg_tlv_apply_buffers(struct iwl_fw_runtime *fwrt) in iwl_dbg_tlv_apply_buffers()
661 static void iwl_dbg_tlv_send_hcmds(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_send_hcmds()
701 static void iwl_dbg_tlv_set_periodic_trigs(struct iwl_fw_runtime *fwrt) in iwl_dbg_tlv_set_periodic_trigs()
783 static int iwl_dbg_tlv_override_trig_node(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_override_trig_node()
863 iwl_dbg_tlv_add_active_trigger(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_add_active_trigger()
892 iwl_dbg_tlv_gen_active_trig_list(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_gen_active_trig_list()
[all …]
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dmvm.h834 struct iwl_fw_runtime fwrt;