Home
last modified time | relevance | path

Searched refs:api_ver (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Duacce.h122 const char *api_ver; member
/linux/drivers/net/wireless/ath/carl9170/
H A Dfwdesc.h123 u8 api_ver; member
H A Dfw.c248 ar->fw.api_version = otus_desc->api_ver; in carl9170_fw()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c3550 int api_ver = iwl_fw_lookup_cmd_ver(mvm->fw, ADD_STA_KEY, in iwl_mvm_send_sta_key() local
3567 if (api_ver >= 2) { in iwl_mvm_send_sta_key()
3588 if (api_ver >= 2) in iwl_mvm_send_sta_key()
3604 if (api_ver >= 2) in iwl_mvm_send_sta_key()
3631 int hole = api_ver >= 3 ? 0 : 2; in iwl_mvm_send_sta_key()
3660 if (api_ver >= 2) { in iwl_mvm_send_sta_key()
/linux/drivers/misc/uacce/
H A Duacce.c342 return sysfs_emit(buf, "%s\n", uacce->api_ver); in api_show()