Searched defs:api_ver (Results 1 - 6 of 6) sorted by path

/drivers/media/i2c/
H A Ds5k5baf.c1725 u16 api_ver = 0, fw_rev = 0, s_id = 0; local
1728 api_ver = s5k5baf_read(state, REG_FW_APIVER);
1736 api_ver, fw_rev, s_id);
1738 if (api_ver != S5K5BAF_FW_APIVER) {
H A Ds5k6aa.c1439 u16 api_ver = 0, fw_rev = 0; local
1444 ret = s5k6aa_read(client, REG_FW_APIVER, &api_ver);
1453 api_ver, fw_rev);
1455 return api_ver == S5K6AAFX_FW_APIVER ? 0 : -ENODEV;
/drivers/net/wireless/ath/carl9170/
H A Dfwdesc.h129 u8 api_ver; member in struct:carl9170fw_otus_desc
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c1821 il3945_ucode_get_header_size(u32 api_ver) argument
1856 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size; local
1895 api_ver = IL_UCODE_API(il->ucode_ver);
1903 /* api_ver should match the api version forming part of the
1907 if (api_ver < api_min || api_ver > api_max) {
1910 api_ver);
1915 if (api_ver != api_max)
1919 api_ver);
1939 il3945_ucode_get_header_size(api_ver)
[all...]
H A D4965-mac.c4726 u32 api_ver, hdr_size; local
4730 api_ver = IL_UCODE_API(il->ucode_ver);
4732 switch (api_ver) {
4790 u32 api_ver; local
4822 api_ver = IL_UCODE_API(il->ucode_ver);
4825 * api_ver should match the api version forming part of the
4829 if (api_ver < api_min || api_ver > api_max) {
4832 api_ver);
4836 if (api_ver !
[all...]
/drivers/net/wireless/iwlwifi/
H A Diwl-drv.c466 u32 api_ver, hdr_size, build; local
471 api_ver = IWL_UCODE_API(drv->fw.ucode_ver);
473 switch (api_ver) {
999 u32 api_ver; local
1042 api_ver = IWL_UCODE_API(drv->fw.ucode_ver);
1045 * api_ver should match the api version forming part of the
1051 if (api_ver < api_min || api_ver > api_max) {
1055 api_max, api_ver);
1059 if (api_ver < api_o
[all...]

Completed in 290 milliseconds