Searched refs:new_api (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 778 bool new_api = fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_ftm_start() local 787 if (new_api) { in iwl_mvm_ftm_start() 1046 bool new_api = fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_ftm_range_resp() local 1056 if (new_api) { in iwl_mvm_ftm_range_resp() 1081 if (new_api) { in iwl_mvm_ftm_range_resp()
|
H A D | sta.c | 2454 bool new_api = fw_has_api(&mvm->fw->ucode_capa, in __iwl_mvm_remove_sta_key() local 2480 size = new_api ? sizeof(u.cmd) : sizeof(u.cmd_v1); in __iwl_mvm_remove_sta_key() 3290 bool new_api = fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_send_sta_key() local 3304 if (new_api) { in iwl_mvm_send_sta_key() 3325 if (new_api) in iwl_mvm_send_sta_key() 3341 if (new_api) in iwl_mvm_send_sta_key() 3358 if (new_api) { in iwl_mvm_send_sta_key()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 908 bool new_api = fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_ftm_start() local 917 if (new_api) { in iwl_mvm_ftm_start() 1216 bool new_api = fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_ftm_range_resp() local 1230 if (new_api) { in iwl_mvm_ftm_range_resp() 1255 if (new_api) { in iwl_mvm_ftm_range_resp()
|
H A D | sta.c | 2614 bool new_api = fw_has_api(&mvm->fw->ucode_capa, in __iwl_mvm_remove_sta_key() local 2640 size = new_api ? sizeof(u.cmd) : sizeof(u.cmd_v1); in __iwl_mvm_remove_sta_key() 3560 bool new_api = fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_send_sta_key() local 3563 new_api ? 2 : 1); in iwl_mvm_send_sta_key()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 6746 my $new_api = $deprecated_apis{$deprecated_api}; 6748 "Deprecated use of '$deprecated_api', prefer '$new_api' instead\n" . $herecurr);
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 7400 my $new_api = $deprecated_apis{$deprecated_api}; 7402 "Deprecated use of '$deprecated_api', prefer '$new_api' instead\n" . $herecurr);
|
Completed in 25 milliseconds