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

/drivers/net/wireless/ath/carl9170/
H A Dfwdesc.h126 u8 api_ver; member in struct:carl9170fw_otus_desc
H A Dfw.c248 ar->fw.api_version = otus_desc->api_ver;
/drivers/net/wireless/iwlwifi/
H A Diwl-agn.c568 u32 api_ver, hdr_size; local
572 api_ver = IWL_UCODE_API(priv->ucode_ver);
574 switch (api_ver) {
843 u32 api_ver; local
886 api_ver = IWL_UCODE_API(priv->ucode_ver);
890 * api_ver should match the api version forming part of the
896 if (api_ver < api_min || api_ver > api_max) {
900 api_max, api_ver);
904 if (api_ver < api_o
[all...]
/drivers/media/video/
H A Ds5k6aa.c1442 u16 api_ver = 0, fw_rev = 0; local
1447 ret = s5k6aa_read(client, REG_FW_APIVER, &api_ver);
1456 api_ver, fw_rev);
1458 return api_ver == S5K6AAFX_FW_APIVER ? 0 : -ENODEV;
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c1812 il3945_ucode_get_header_size(u32 api_ver) argument
1847 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size; local
1886 api_ver = IL_UCODE_API(il->ucode_ver);
1894 /* api_ver should match the api version forming part of the
1898 if (api_ver < api_min || api_ver > api_max) {
1901 api_ver);
1906 if (api_ver != api_max)
1910 api_ver);
1930 il3945_ucode_get_header_size(api_ver)
[all...]
H A D4965-mac.c4415 u32 api_ver, hdr_size; local
4419 api_ver = IL_UCODE_API(il->ucode_ver);
4421 switch (api_ver) {
4479 u32 api_ver; local
4511 api_ver = IL_UCODE_API(il->ucode_ver);
4514 * api_ver should match the api version forming part of the
4518 if (api_ver < api_min || api_ver > api_max) {
4521 api_ver);
4525 if (api_ver !
[all...]

Completed in 95 milliseconds