Lines Matching full:api
8 /* Highest firmware API version supported */
11 /* Lowest firmware API version supported */
24 #define IWL_QU_B_HR_B_MODULE_FIRMWARE(api) \ argument
25 IWL_QU_B_HR_B_FW_PRE "-" __stringify(api) ".ucode"
26 #define IWL_QUZ_A_HR_B_MODULE_FIRMWARE(api) \ argument
27 IWL_QUZ_A_HR_B_FW_PRE "-" __stringify(api) ".ucode"
28 #define IWL_QU_C_HR_B_MODULE_FIRMWARE(api) \ argument
29 IWL_QU_C_HR_B_FW_PRE "-" __stringify(api) ".ucode"
30 #define IWL_SO_A_HR_B_MODULE_FIRMWARE(api) \ argument
31 IWL_SO_A_HR_B_FW_PRE "-" __stringify(api) ".ucode"
32 #define IWL_MA_A_HR_B_FW_MODULE_FIRMWARE(api) \ argument
33 IWL_MA_A_HR_B_FW_PRE "-" __stringify(api) ".ucode"
34 #define IWL_MA_B_HR_B_FW_MODULE_FIRMWARE(api) \ argument
35 IWL_MA_B_HR_B_FW_PRE "-" __stringify(api) ".ucode"
36 #define IWL_BZ_A_HR_B_MODULE_FIRMWARE(api) \ argument
37 IWL_BZ_A_HR_B_FW_PRE "-" __stringify(api) ".ucode"
38 #define IWL_SC_A_HR_A_FW_MODULE_FIRMWARE(api) \ argument
39 IWL_SC_A_HR_A_FW_PRE "-" __stringify(api) ".ucode"
40 #define IWL_SC_A_HR_B_FW_MODULE_FIRMWARE(api) \ argument
41 IWL_SC_A_HR_B_FW_PRE "-" __stringify(api) ".ucode"