/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | dbg.h | 43 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 …]
|
H A D | acpi.h | 169 struct iwl_fw_runtime; 203 int iwl_sar_select_profile(struct iwl_fw_runtime *fwrt, 207 int iwl_sar_get_wrds_table(struct iwl_fw_runtime *fwrt); 209 int iwl_sar_get_ewrd_table(struct iwl_fw_runtime *fwrt); 211 int iwl_sar_get_wgds_table(struct iwl_fw_runtime *fwrt); 213 bool iwl_sar_geo_support(struct iwl_fw_runtime *fwrt); 215 int iwl_sar_geo_init(struct iwl_fw_runtime *fwrt, 219 int iwl_acpi_get_tas(struct iwl_fw_runtime *fwrt, 222 __le32 iwl_acpi_get_lari_config_bitmap(struct iwl_fw_runtime *fwrt); 224 int iwl_acpi_get_ppag_table(struct iwl_fw_runtime *fwrt); [all …]
|
H A D | runtime.h | 101 struct iwl_fw_runtime { struct 176 void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans, argument 183 static inline void iwl_fw_runtime_free(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_free() 195 void iwl_fw_runtime_suspend(struct iwl_fw_runtime *fwrt); 197 void iwl_fw_runtime_resume(struct iwl_fw_runtime *fwrt); 199 static inline void iwl_fw_set_current_image(struct iwl_fw_runtime *fwrt, in iwl_fw_set_current_image() 205 int iwl_init_paging(struct iwl_fw_runtime *fwrt, enum iwl_ucode_type type); 206 void iwl_free_fw_paging(struct iwl_fw_runtime *fwrt); 208 void iwl_get_shared_mem_conf(struct iwl_fw_runtime *fwrt); 209 int iwl_set_soc_latency(struct iwl_fw_runtime *fwrt); [all …]
|
H A D | debugfs.c | 111 _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_dbgfs_enabled_severities_write(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_enabled_severities_write() 161 struct iwl_fw_runtime *fwrt = in iwl_fw_timestamp_marker_wk() 162 container_of(work, struct iwl_fw_runtime, timestamp.wk.work); in iwl_fw_timestamp_marker_wk() 175 void iwl_fw_trigger_timestamp(struct iwl_fw_runtime *fwrt, u32 delay) in iwl_fw_trigger_timestamp() 189 static ssize_t iwl_dbgfs_timestamp_marker_write(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_timestamp_marker_write() 204 static ssize_t iwl_dbgfs_timestamp_marker_read(struct iwl_fw_runtime *fwrt, in iwl_dbgfs_timestamp_marker_read() 221 static ssize_t iwl_dbgfs_send_hcmd_write(struct iwl_fw_runtime *fwrt, char *buf, in iwl_dbgfs_send_hcmd_write() [all …]
|
H A D | dbg.c | 32 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() 174 static void iwl_fw_dump_rxf(struct iwl_fw_runtime *fwrt, in iwl_fw_dump_rxf() 202 static void iwl_fw_dump_txf(struct iwl_fw_runtime *fwrt, in iwl_fw_dump_txf() 520 static void iwl_dump_prph(struct iwl_fw_runtime *fwrt, in iwl_dump_prph() 599 static void iwl_fw_get_prph_len(struct iwl_fw_runtime *fwrt, in iwl_fw_get_prph_len() 621 static void iwl_fw_prph_handler(struct iwl_fw_runtime *fwrt, void *ptr, in iwl_fw_prph_handler() 622 void (*handler)(struct iwl_fw_runtime *, in iwl_fw_prph_handler() argument 646 static void iwl_fw_dump_mem(struct iwl_fw_runtime *fwrt, in iwl_fw_dump_mem() [all …]
|
H A D | init.c | 16 void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans, in iwl_fw_runtime_init() 43 void iwl_fw_runtime_suspend(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_suspend() 51 void iwl_fw_runtime_resume(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_resume() 59 int iwl_set_soc_latency(struct iwl_fw_runtime *fwrt) in iwl_set_soc_latency() 106 int iwl_configure_rxq(struct iwl_fw_runtime *fwrt) in iwl_configure_rxq()
|
H A D | paging.c | 11 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() 221 static int iwl_save_fw_paging(struct iwl_fw_runtime *fwrt, in iwl_save_fw_paging() 234 static int iwl_send_paging_cmd(struct iwl_fw_runtime *fwrt, in iwl_send_paging_cmd() 265 int iwl_init_paging(struct iwl_fw_runtime *fwrt, enum iwl_ucode_type type) in iwl_init_paging()
|
H A D | debugfs.h | 10 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()
|
H A D | smem.c | 11 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()
|
H A D | acpi.c | 314 int iwl_acpi_get_tas(struct iwl_fw_runtime *fwrt, in iwl_acpi_get_tas() 541 static int iwl_sar_fill_table(struct iwl_fw_runtime *fwrt, in iwl_sar_fill_table() 589 int iwl_sar_select_profile(struct iwl_fw_runtime *fwrt, in iwl_sar_select_profile() 607 int iwl_sar_get_wrds_table(struct iwl_fw_runtime *fwrt) in iwl_sar_get_wrds_table() 695 int iwl_sar_get_ewrd_table(struct iwl_fw_runtime *fwrt) in iwl_sar_get_ewrd_table() 802 int iwl_sar_get_wgds_table(struct iwl_fw_runtime *fwrt) in iwl_sar_get_wgds_table() 960 bool iwl_sar_geo_support(struct iwl_fw_runtime *fwrt) in iwl_sar_geo_support() 982 int iwl_sar_geo_init(struct iwl_fw_runtime *fwrt, in iwl_sar_geo_init() 1016 __le32 iwl_acpi_get_lari_config_bitmap(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_lari_config_bitmap() 1052 int iwl_acpi_get_ppag_table(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_ppag_table() [all …]
|
H A D | uefi.h | 84 void iwl_uefi_get_sgom_table(struct iwl_trans *trans, struct iwl_fw_runtime *fwrt); 87 void iwl_uefi_get_sgom_table(struct iwl_trans *trans, struct iwl_fw_runtime *fwrt) in iwl_uefi_get_sgom_table()
|
H A D | dump.c | 117 static void iwl_fwrt_dump_umac_error_log(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_umac_error_log() 171 static void iwl_fwrt_dump_lmac_error_log(struct iwl_fw_runtime *fwrt, u8 lmac_num) in iwl_fwrt_dump_lmac_error_log() 294 static void iwl_fwrt_dump_tcm_error_log(struct iwl_fw_runtime *fwrt, int idx) in iwl_fwrt_dump_tcm_error_log() 368 static void iwl_fwrt_dump_rcm_error_log(struct iwl_fw_runtime *fwrt, int idx) in iwl_fwrt_dump_rcm_error_log() 415 static void iwl_fwrt_dump_iml_error_log(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_iml_error_log() 449 static void iwl_fwrt_dump_fseq_regs(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_fseq_regs() 488 void iwl_fwrt_dump_error_logs(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_error_logs()
|
H A D | uefi.c | 323 struct iwl_fw_runtime *fwrt) in iwl_uefi_sgom_parse() 355 struct iwl_fw_runtime *fwrt) in iwl_uefi_get_sgom_table()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-dbg-tlv.h | 49 struct iwl_fw_runtime; 56 void _iwl_dbg_tlv_time_point(struct iwl_fw_runtime *fwrt, 61 static inline void iwl_dbg_tlv_time_point(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_time_point() 68 static inline void iwl_dbg_tlv_time_point_sync(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_time_point_sync()
|
H A D | iwl-dbg-tlv.c | 53 struct iwl_fw_runtime *fwrt; 541 static int iwl_dbg_tlv_alloc_fragment(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_alloc_fragment() 580 static int iwl_dbg_tlv_alloc_fragments(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_alloc_fragments() 654 static int iwl_dbg_tlv_apply_buffer(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_apply_buffer() 725 static void iwl_dbg_tlv_apply_buffers(struct iwl_fw_runtime *fwrt) in iwl_dbg_tlv_apply_buffers() 742 static int iwl_dbg_tlv_update_dram(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_update_dram() 793 static void iwl_dbg_tlv_update_drams(struct iwl_fw_runtime *fwrt) in iwl_dbg_tlv_update_drams() 833 static void iwl_dbg_tlv_send_hcmds(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_send_hcmds() 852 static void iwl_dbg_tlv_apply_config(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_apply_config() 971 static void iwl_dbg_tlv_set_periodic_trigs(struct iwl_fw_runtime *fwrt) in iwl_dbg_tlv_set_periodic_trigs() [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mvm.h | 919 struct iwl_fw_runtime fwrt;
|