Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.h148 struct iwl_fw_runtime;
163 int iwl_acpi_get_mcc(struct iwl_fw_runtime *fwrt, char *mcc);
165 int iwl_acpi_get_pwr_limit(struct iwl_fw_runtime *fwrt, u64 *dflt_pwr_limit);
176 int iwl_acpi_get_eckv(struct iwl_fw_runtime *fwrt, u32 *extl_clk);
178 int iwl_acpi_get_wrds_table(struct iwl_fw_runtime *fwrt);
180 int iwl_acpi_get_ewrd_table(struct iwl_fw_runtime *fwrt);
182 int iwl_acpi_get_wgds_table(struct iwl_fw_runtime *fwrt);
184 int iwl_acpi_get_tas_table(struct iwl_fw_runtime *fwrt,
187 int iwl_acpi_get_ppag_table(struct iwl_fw_runtime *fwrt);
189 int iwl_acpi_get_phy_filters(struct iwl_fw_runtime *fwrt);
[all …]
H A Duefi.h331 int iwl_uefi_get_wrds_table(struct iwl_fw_runtime *fwrt);
332 int iwl_uefi_get_ewrd_table(struct iwl_fw_runtime *fwrt);
333 int iwl_uefi_get_wgds_table(struct iwl_fw_runtime *fwrt);
334 int iwl_uefi_get_ppag_table(struct iwl_fw_runtime *fwrt);
335 int iwl_uefi_get_tas_table(struct iwl_fw_runtime *fwrt,
337 int iwl_uefi_get_pwr_limit(struct iwl_fw_runtime *fwrt,
339 int iwl_uefi_get_mcc(struct iwl_fw_runtime *fwrt, char *mcc);
340 int iwl_uefi_get_eckv(struct iwl_fw_runtime *fwrt, u32 *extl_clk);
341 int iwl_uefi_get_wbem(struct iwl_fw_runtime *fwrt, u32 *value);
342 int iwl_uefi_get_dsm(struct iwl_fw_runtime *fwrt, enum iwl_dsm_funcs func,
[all …]
H A Dregulatory.h177 bool iwl_rfi_is_enabled_in_bios(struct iwl_fw_runtime *fwrt);
183 struct iwl_fw_runtime;
186 void iwl_bios_print_ppag(struct iwl_fw_runtime *fwrt, int n_subbands);
188 bool iwl_sar_geo_support(struct iwl_fw_runtime *fwrt);
190 int iwl_sar_geo_fill_table(struct iwl_fw_runtime *fwrt,
194 int iwl_sar_fill_profile(struct iwl_fw_runtime *fwrt,
198 bool iwl_is_ppag_approved(struct iwl_fw_runtime *fwrt);
206 int iwl_bios_get_wrds_table(struct iwl_fw_runtime *fwrt);
208 int iwl_bios_get_ewrd_table(struct iwl_fw_runtime *fwrt);
210 int iwl_bios_get_wgds_table(struct iwl_fw_runtime *fwrt);
[all …]
H A Druntime.h153 struct iwl_fw_runtime { struct
242 void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans, argument
249 static inline void iwl_fw_runtime_free(struct iwl_fw_runtime *fwrt) in iwl_fw_runtime_free()
261 void iwl_fw_runtime_suspend(struct iwl_fw_runtime *fwrt);
263 void iwl_fw_runtime_resume(struct iwl_fw_runtime *fwrt);
265 static inline void iwl_fw_set_current_image(struct iwl_fw_runtime *fwrt, in iwl_fw_set_current_image()
271 int iwl_init_paging(struct iwl_fw_runtime *fwrt, enum iwl_ucode_type type);
272 void iwl_free_fw_paging(struct iwl_fw_runtime *fwrt);
274 void iwl_get_shared_mem_conf(struct iwl_fw_runtime *fwrt);
275 int iwl_set_soc_latency(struct iwl_fw_runtime *fwrt);
[all …]
H A Dregulatory.c23 int iwl_bios_get_ ## __name(struct iwl_fw_runtime *fwrt) \
28 int iwl_bios_get_ ## __name(struct iwl_fw_runtime *fwrt, \
184 bool iwl_sar_geo_support(struct iwl_fw_runtime *fwrt) in iwl_sar_geo_support()
206 int iwl_sar_geo_fill_table(struct iwl_fw_runtime *fwrt, in iwl_sar_geo_fill_table()
242 static int iwl_sar_fill_table(struct iwl_fw_runtime *fwrt, in iwl_sar_fill_table()
294 int iwl_sar_fill_profile(struct iwl_fw_runtime *fwrt, in iwl_sar_fill_profile()
312 bool iwl_is_ppag_approved(struct iwl_fw_runtime *fwrt) in iwl_is_ppag_approved()
327 void iwl_bios_print_ppag(struct iwl_fw_runtime *fwrt, int n_subbands) in iwl_bios_print_ppag()
397 int iwl_bios_get_dsm(struct iwl_fw_runtime *fwrt, enum iwl_dsm_funcs func, in iwl_bios_get_dsm()
420 bool iwl_rfi_is_enabled_in_bios(struct iwl_fw_runtime *fwrt) in iwl_rfi_is_enabled_in_bios()
H A Duefi.c352 struct iwl_fw_runtime *fwrt) in iwl_uefi_sgom_parse()
384 struct iwl_fw_runtime *fwrt) in iwl_uefi_get_sgom_table()
406 struct iwl_fw_runtime *fwrt) in iwl_uefi_uats_parse()
421 struct iwl_fw_runtime *fwrt) in iwl_uefi_get_uats_table()
439 struct iwl_fw_runtime *fwrt) in iwl_uefi_get_uneb_table()
468 static void iwl_uefi_set_sar_profile(struct iwl_fw_runtime *fwrt, in iwl_uefi_set_sar_profile()
497 int iwl_uefi_get_wrds_table(struct iwl_fw_runtime *fwrt) in iwl_uefi_get_wrds_table()
545 int iwl_uefi_get_ewrd_table(struct iwl_fw_runtime *fwrt) in iwl_uefi_get_ewrd_table()
599 int iwl_uefi_get_wgds_table(struct iwl_fw_runtime *fwrt) in iwl_uefi_get_wgds_table()
676 int iwl_uefi_get_ppag_table(struct iwl_fw_runtime *fwrt) in iwl_uefi_get_ppag_table()
[all …]
H A 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()
H A Ddump.c99 static void iwl_fwrt_dump_umac_error_log(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_umac_error_log()
138 static void iwl_fwrt_dump_lmac_error_log(struct iwl_fw_runtime *fwrt, u8 lmac_num) in iwl_fwrt_dump_lmac_error_log()
225 static void iwl_fwrt_dump_tcm_error_log(struct iwl_fw_runtime *fwrt, int idx) in iwl_fwrt_dump_tcm_error_log()
275 static void iwl_fwrt_dump_rcm_error_log(struct iwl_fw_runtime *fwrt, int idx) in iwl_fwrt_dump_rcm_error_log()
296 static void iwl_fwrt_dump_iml_error_log(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_iml_error_log()
330 static void iwl_fwrt_dump_fseq_regs(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_fseq_regs()
369 void iwl_fwrt_dump_error_logs(struct iwl_fw_runtime *fwrt) in iwl_fwrt_dump_error_logs()
H A Dacpi.c165 static int iwl_acpi_load_dsm_values(struct iwl_fw_runtime *fwrt) in iwl_acpi_load_dsm_values()
230 int iwl_acpi_get_dsm(struct iwl_fw_runtime *fwrt, in iwl_acpi_get_dsm()
330 int iwl_acpi_get_tas_table(struct iwl_fw_runtime *fwrt, in iwl_acpi_get_tas_table()
405 int iwl_acpi_get_mcc(struct iwl_fw_runtime *fwrt, char *mcc) in iwl_acpi_get_mcc()
446 int iwl_acpi_get_pwr_limit(struct iwl_fw_runtime *fwrt, u64 *dflt_pwr_limit) in iwl_acpi_get_pwr_limit()
470 int iwl_acpi_get_eckv(struct iwl_fw_runtime *fwrt, u32 *extl_clk) in iwl_acpi_get_eckv()
528 int iwl_acpi_get_wrds_table(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_wrds_table()
640 int iwl_acpi_get_ewrd_table(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_ewrd_table()
805 int iwl_acpi_get_wgds_table(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_wgds_table()
990 int iwl_acpi_get_ppag_table(struct iwl_fw_runtime *fwrt) in iwl_acpi_get_ppag_table()
[all …]
H A Dsmem.c12 static void iwl_parse_shared_mem_22000(struct iwl_fw_runtime *fwrt, in iwl_parse_shared_mem_22000()
58 static void iwl_parse_shared_mem(struct iwl_fw_runtime *fwrt, in iwl_parse_shared_mem()
102 void iwl_get_shared_mem_conf(struct iwl_fw_runtime *fwrt) in iwl_get_shared_mem_conf()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-dbg-tlv.c53 struct iwl_fw_runtime *fwrt;
549 static int iwl_dbg_tlv_alloc_fragment(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_alloc_fragment()
588 static int iwl_dbg_tlv_alloc_fragments(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_alloc_fragments()
668 static int iwl_dbg_tlv_apply_buffer(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_apply_buffer()
739 static void iwl_dbg_tlv_apply_buffers(struct iwl_fw_runtime *fwrt) in iwl_dbg_tlv_apply_buffers()
756 static int iwl_dbg_tlv_update_dram(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_update_dram()
807 static void iwl_dbg_tlv_update_drams(struct iwl_fw_runtime *fwrt) in iwl_dbg_tlv_update_drams()
847 static void iwl_dbg_tlv_send_hcmds(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_send_hcmds()
866 static void iwl_dbg_tlv_apply_config(struct iwl_fw_runtime *fwrt, in iwl_dbg_tlv_apply_config()
985 static void iwl_dbg_tlv_set_periodic_trigs(struct iwl_fw_runtime *fwrt) in iwl_dbg_tlv_set_periodic_trigs()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dregulatory.c230 struct iwl_fw_runtime *fwrt = &mld->fwrt; in iwl_mld_ppag_send_cmd()
329 static __le32 iwl_mld_get_lari_config_bitmap(struct iwl_fw_runtime *fwrt) in iwl_mld_get_lari_config_bitmap()
347 struct iwl_fw_runtime *fwrt = &mld->fwrt; in iwl_mld_configure_lari()
H A Dmld.h244 struct iwl_fw_runtime fwrt;
H A Dmld.c762 struct iwl_fw_runtime *fwrt = &mld->fwrt; in iwl_mld_dump()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dfw.c1064 static bool iwl_mvm_ppag_value_valid(struct iwl_fw_runtime *fwrt, int chain, in iwl_mvm_ppag_value_valid()
1079 static int iwl_mvm_fill_ppag_table(struct iwl_fw_runtime *fwrt, in iwl_mvm_fill_ppag_table()
1325 static __le32 iwl_mvm_get_lari_config_bitmap(struct iwl_fw_runtime *fwrt) in iwl_mvm_get_lari_config_bitmap()
1395 static int iwl_mvm_fill_lari_config(struct iwl_fw_runtime *fwrt, in iwl_mvm_fill_lari_config()
1522 struct iwl_fw_runtime *fwrt = &mvm->fwrt; in iwl_mvm_send_lari_cfg_extension()
H A Dops.c2080 struct iwl_fw_runtime *fwrt = &mvm->fwrt; in iwl_mvm_dump()
H A Dmvm.h992 struct iwl_fw_runtime fwrt;