| /Linux-v5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
| D | dbg.h | 101 int iwl_fw_dbg_collect_desc(struct iwl_fw_runtime *fwrt, 104 int iwl_fw_dbg_error_collect(struct iwl_fw_runtime *fwrt, 106 int iwl_fw_dbg_ini_collect(struct iwl_fw_runtime *fwrt, 108 int iwl_fw_dbg_collect(struct iwl_fw_runtime *fwrt, 111 int iwl_fw_dbg_collect_trig(struct iwl_fw_runtime *fwrt, 114 int iwl_fw_start_dbg_conf(struct iwl_fw_runtime *fwrt, u8 id); 144 iwl_fw_dbg_trigger_stop_conf_match(struct iwl_fw_runtime *fwrt, in iwl_fw_dbg_trigger_stop_conf_match() 153 iwl_fw_dbg_no_trig_window(struct iwl_fw_runtime *fwrt, u32 id, u32 dis_usec) in iwl_fw_dbg_no_trig_window() 168 iwl_fw_dbg_trigger_check_stop(struct iwl_fw_runtime *fwrt, in iwl_fw_dbg_trigger_check_stop() 187 _iwl_fw_dbg_trigger_on(struct iwl_fw_runtime *fwrt, in _iwl_fw_dbg_trigger_on() [all …]
|
| D | acpi.h | 152 struct iwl_fw_runtime; 185 int iwl_sar_select_profile(struct iwl_fw_runtime *fwrt, 189 int iwl_sar_get_wrds_table(struct iwl_fw_runtime *fwrt); 191 int iwl_sar_get_ewrd_table(struct iwl_fw_runtime *fwrt); 193 int iwl_sar_get_wgds_table(struct iwl_fw_runtime *fwrt); 195 bool iwl_sar_geo_support(struct iwl_fw_runtime *fwrt); 197 int iwl_sar_geo_init(struct iwl_fw_runtime *fwrt, 200 int iwl_acpi_get_tas(struct iwl_fw_runtime *fwrt, __le32 *black_list_array, 244 static inline int iwl_sar_select_profile(struct iwl_fw_runtime *fwrt, in iwl_sar_select_profile() 251 static inline int iwl_sar_get_wrds_table(struct iwl_fw_runtime *fwrt) in iwl_sar_get_wrds_table() [all …]
|
| D | runtime.h | 154 struct iwl_fw_runtime { struct 215 void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans, argument 220 static inline void iwl_fw_runtime_free(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_free() 232 void iwl_fw_runtime_suspend(struct iwl_fw_runtime *fwrt); 234 void iwl_fw_runtime_resume(struct iwl_fw_runtime *fwrt); 236 static inline void iwl_fw_set_current_image(struct iwl_fw_runtime *fwrt, in iwl_fw_set_current_image() 242 int iwl_init_paging(struct iwl_fw_runtime *fwrt, enum iwl_ucode_type type); 243 void iwl_free_fw_paging(struct iwl_fw_runtime *fwrt); 245 void iwl_get_shared_mem_conf(struct iwl_fw_runtime *fwrt); 246 int iwl_set_soc_latency(struct iwl_fw_runtime *fwrt);
|
| D | debugfs.c | 166 _FWRT_DEBUGFS_READ_FILE_OPS(name, bufsz, struct iwl_fw_runtime) 169 _FWRT_DEBUGFS_WRITE_FILE_OPS(name, bufsz, struct iwl_fw_runtime) 172 _FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name, bufsz, struct iwl_fw_runtime) 181 static int iwl_fw_send_timestamp_marker_cmd(struct iwl_fw_runtime *fwrt) in iwl_fw_send_timestamp_marker_cmd() 206 struct iwl_fw_runtime *fwrt = in iwl_fw_timestamp_marker_wk() 207 container_of(work, struct iwl_fw_runtime, timestamp.wk.work); in iwl_fw_timestamp_marker_wk() 220 void iwl_fw_trigger_timestamp(struct iwl_fw_runtime *fwrt, u32 delay) in iwl_fw_trigger_timestamp() 234 static ssize_t iwl_dbgfs_timestamp_marker_write(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_timestamp_marker_write() 249 static ssize_t iwl_dbgfs_timestamp_marker_read(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_timestamp_marker_read() 266 static ssize_t iwl_dbgfs_send_hcmd_write(struct iwl_fw_runtime *fwrt, char *buf, in iwl_dbgfs_send_hcmd_write() [all …]
|
| D | dbg.c | 89 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 …]
|
| D | init.c | 68 void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans, in iwl_fw_runtime_init() 90 void iwl_fw_runtime_suspend(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_suspend() 96 void iwl_fw_runtime_resume(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_resume() 103 int iwl_set_soc_latency(struct iwl_fw_runtime *fwrt) in iwl_set_soc_latency()
|
| 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 | 66 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()
|
| D | acpi.c | 231 int iwl_acpi_get_tas(struct iwl_fw_runtime *fwrt, in iwl_acpi_get_tas() 422 static int iwl_sar_fill_table(struct iwl_fw_runtime *fwrt, in iwl_sar_fill_table() 471 int iwl_sar_select_profile(struct iwl_fw_runtime *fwrt, in iwl_sar_select_profile() 489 int iwl_sar_get_wrds_table(struct iwl_fw_runtime *fwrt) in iwl_sar_get_wrds_table() 526 int iwl_sar_get_ewrd_table(struct iwl_fw_runtime *fwrt) in iwl_sar_get_ewrd_table() 587 int iwl_sar_get_wgds_table(struct iwl_fw_runtime *fwrt) in iwl_sar_get_wgds_table() 626 bool iwl_sar_geo_support(struct iwl_fw_runtime *fwrt) in iwl_sar_geo_support() 647 int iwl_sar_geo_init(struct iwl_fw_runtime *fwrt, in iwl_sar_geo_init()
|
| D | smem.c | 66 static void iwl_parse_shared_mem_22000(struct iwl_fw_runtime *fwrt, in iwl_parse_shared_mem_22000() 101 static void iwl_parse_shared_mem(struct iwl_fw_runtime *fwrt, in iwl_parse_shared_mem() 135 void iwl_get_shared_mem_conf(struct iwl_fw_runtime *fwrt) in iwl_get_shared_mem_conf()
|
| /Linux-v5.10/drivers/net/wireless/intel/iwlwifi/ |
| D | iwl-dbg-tlv.c | 108 struct iwl_fw_runtime *fwrt; 520 static int iwl_dbg_tlv_alloc_fragment(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_alloc_fragment() 559 static int iwl_dbg_tlv_alloc_fragments(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_alloc_fragments() 625 static int iwl_dbg_tlv_apply_buffer(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_apply_buffer() 695 static void iwl_dbg_tlv_apply_buffers(struct iwl_fw_runtime *fwrt) in iwl_dbg_tlv_apply_buffers() 708 static void iwl_dbg_tlv_send_hcmds(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_send_hcmds() 748 static void iwl_dbg_tlv_set_periodic_trigs(struct iwl_fw_runtime *fwrt) in iwl_dbg_tlv_set_periodic_trigs() 830 static int iwl_dbg_tlv_override_trig_node(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_override_trig_node() 910 iwl_dbg_tlv_add_active_trigger(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_add_active_trigger() 939 iwl_dbg_tlv_gen_active_trig_list(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_gen_active_trig_list() [all …]
|
| D | iwl-dbg-tlv.h | 98 struct iwl_fw_runtime; 105 void iwl_dbg_tlv_time_point(struct iwl_fw_runtime *fwrt,
|
| /Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | mvm.h | 884 struct iwl_fw_runtime fwrt;
|