/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | acpi.c | 423 __le16 *per_chain, u32 n_subbands, in iwl_sar_fill_table() 459 for (j = 0; j < n_subbands; j++) { in iwl_sar_fill_table() 461 per_chain[i * n_subbands + j] = in iwl_sar_fill_table() 472 __le16 *per_chain, u32 n_tables, u32 n_subbands, in iwl_sar_select_profile() 479 &per_chain[i * n_subbands * ACPI_SAR_NUM_CHAIN_LIMITS], in iwl_sar_select_profile() 480 n_subbands, prof_a, prof_b); in iwl_sar_select_profile() 422 iwl_sar_fill_table(struct iwl_fw_runtime *fwrt, __le16 *per_chain, u32 n_subbands, int prof_a, int prof_b) iwl_sar_fill_table() argument 471 iwl_sar_select_profile(struct iwl_fw_runtime *fwrt, __le16 *per_chain, u32 n_tables, u32 n_subbands, int prof_a, int prof_b) iwl_sar_select_profile() argument
|
H A D | acpi.h | 186 __le16 *per_chain, u32 n_tables, u32 n_subbands, 245 __le16 *per_chain, u32 n_tables, u32 n_subbands, in iwl_sar_select_profile() 244 iwl_sar_select_profile(struct iwl_fw_runtime *fwrt, __le16 *per_chain, u32 n_tables, u32 n_subbands, int prof_a, int prof_b) iwl_sar_select_profile() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | acpi.h | 204 __le16 *per_chain, u32 n_tables, u32 n_subbands, 270 __le16 *per_chain, u32 n_tables, u32 n_subbands, in iwl_sar_select_profile() 269 iwl_sar_select_profile(struct iwl_fw_runtime *fwrt, __le16 *per_chain, u32 n_tables, u32 n_subbands, int prof_a, int prof_b) iwl_sar_select_profile() argument
|
H A D | acpi.c | 539 __le16 *per_chain, u32 n_subbands, in iwl_sar_fill_table() 575 for (j = 0; j < n_subbands; j++) { in iwl_sar_fill_table() 576 per_chain[i * n_subbands + j] = in iwl_sar_fill_table() 587 __le16 *per_chain, u32 n_tables, u32 n_subbands, in iwl_sar_select_profile() 594 &per_chain[i * n_subbands * ACPI_SAR_NUM_CHAINS_REV0], in iwl_sar_select_profile() 595 n_subbands, prof_a, prof_b); in iwl_sar_select_profile() 538 iwl_sar_fill_table(struct iwl_fw_runtime *fwrt, __le16 *per_chain, u32 n_subbands, int prof_a, int prof_b) iwl_sar_fill_table() argument 586 iwl_sar_select_profile(struct iwl_fw_runtime *fwrt, __le16 *per_chain, u32 n_tables, u32 n_subbands, int prof_a, int prof_b) iwl_sar_select_profile() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | fw.c | 791 u32 n_subbands; in iwl_mvm_sar_select_profile() local 798 n_subbands = IWL_NUM_SUB_BANDS_V2; in iwl_mvm_sar_select_profile() 803 n_subbands = IWL_NUM_SUB_BANDS; in iwl_mvm_sar_select_profile() 808 n_subbands = IWL_NUM_SUB_BANDS; in iwl_mvm_sar_select_profile() 812 n_subbands = IWL_NUM_SUB_BANDS; in iwl_mvm_sar_select_profile() 820 n_subbands, prof_a, prof_b); in iwl_mvm_sar_select_profile()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | fw.c | 835 u32 n_subbands; in iwl_mvm_sar_select_profile() local 840 n_subbands = IWL_NUM_SUB_BANDS_V2; in iwl_mvm_sar_select_profile() 845 n_subbands = IWL_NUM_SUB_BANDS_V2; in iwl_mvm_sar_select_profile() 850 n_subbands = IWL_NUM_SUB_BANDS_V1; in iwl_mvm_sar_select_profile() 855 n_subbands = IWL_NUM_SUB_BANDS_V1; in iwl_mvm_sar_select_profile() 859 n_subbands = IWL_NUM_SUB_BANDS_V1; in iwl_mvm_sar_select_profile() 868 n_subbands, prof_a, prof_b); in iwl_mvm_sar_select_profile()
|