Searched refs:api_ver (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dsmem.c17 u8 api_ver = iwl_fw_lookup_notif_ver(fwrt->fw, SYSTEM_GROUP, local
28 if (api_ver >= 4 &&
/linux-master/include/linux/
H A Duacce.h107 * @api_ver: api version
122 const char *api_ver; member in struct:uacce_device
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dfwdesc.h123 u8 api_ver; member in struct:carl9170fw_otus_desc
H A Dfw.c248 ar->fw.api_version = otus_desc->api_ver;
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c506 u32 api_ver, hdr_size, build; local
511 api_ver = IWL_UCODE_API(drv->fw.ucode_ver);
513 switch (api_ver) {
1485 u32 api_ver; local
1529 api_ver = drv->fw.ucode_ver;
1531 api_ver = IWL_UCODE_API(drv->fw.ucode_ver);
1534 * api_ver should match the api version forming part of the
1538 if (api_ver < api_min || api_ver > api_max) {
1542 api_max, api_ver);
[all...]
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c1789 il3945_ucode_get_header_size(u32 api_ver) argument
1824 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size; local
1863 api_ver = IL_UCODE_API(il->ucode_ver);
1871 /* api_ver should match the api version forming part of the
1875 if (api_ver < api_min || api_ver > api_max) {
1878 api_ver);
1883 if (api_ver != api_max)
1887 api_ver);
1907 il3945_ucode_get_header_size(api_ver)
[all...]
H A D4965-mac.c4698 u32 api_ver, hdr_size; local
4702 api_ver = IL_UCODE_API(il->ucode_ver);
4704 switch (api_ver) {
4761 u32 api_ver; local
4791 api_ver = IL_UCODE_API(il->ucode_ver);
4794 * api_ver should match the api version forming part of the
4798 if (api_ver < api_min || api_ver > api_max) {
4801 api_ver);
4805 if (api_ver !
[all...]
/linux-master/drivers/media/i2c/
H A Ds5k5baf.c1734 u16 api_ver = 0, fw_rev = 0, s_id = 0; local
1737 api_ver = s5k5baf_read(state, REG_FW_APIVER);
1745 api_ver, fw_rev, s_id);
1747 if (api_ver != S5K5BAF_FW_APIVER) {
/linux-master/drivers/misc/uacce/
H A Duacce.c322 return sysfs_emit(buf, "%s\n", uacce->api_ver);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c3569 int api_ver = iwl_fw_lookup_cmd_ver(mvm->fw, ADD_STA_KEY, local
3586 if (api_ver >= 2) {
3607 if (api_ver >= 2)
3623 if (api_ver >= 2)
3650 int hole = api_ver >= 3 ? 0 : 2;
3679 if (api_ver >= 2) {
/linux-master/drivers/crypto/hisilicon/
H A Dqm.c2610 uacce->api_ver = HISI_QM_API_VER_BASE;
2612 uacce->api_ver = HISI_QM_API_VER2_BASE;
2614 uacce->api_ver = HISI_QM_API_VER3_BASE;

Completed in 214 milliseconds