Home
last modified time | relevance | path

Searched refs:new_api (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c910 bool new_api = fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_ftm_start() local
919 if (new_api) { in iwl_mvm_ftm_start()
1218 bool new_api = fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_ftm_range_resp() local
1232 if (new_api) { in iwl_mvm_ftm_range_resp()
1257 if (new_api) { in iwl_mvm_ftm_range_resp()
H A Dsta.c2614 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()
3564 bool new_api = fw_has_api(&mvm->fw->ucode_capa, in iwl_mvm_send_sta_key() local
3567 new_api ? 2 : 1); in iwl_mvm_send_sta_key()
/openbmc/linux/scripts/
H A Dcheckpatch.pl7413 my $new_api = $deprecated_apis{$deprecated_api};
7415 "Deprecated use of '$deprecated_api', prefer '$new_api' instead\n" . $herecurr);