Home
last modified time | relevance | path

Searched refs:ucode_api_min (Results 1 - 25 of 33) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/cfg/
H A D6000.c113 .ucode_api_min = IWL6000G2_UCODE_API_MIN, \
166 .ucode_api_min = IWL6000G2_UCODE_API_MIN, \
201 .ucode_api_min = IWL6035_UCODE_API_MIN, \
253 .ucode_api_min = IWL6000_UCODE_API_MIN, \
284 .ucode_api_min = IWL6050_UCODE_API_MIN, \
311 .ucode_api_min = IWL6050_UCODE_API_MIN, \
337 .ucode_api_min = IWL6000_UCODE_API_MIN,
H A D2000.c92 .ucode_api_min = IWL2000_UCODE_API_MIN, \
118 .ucode_api_min = IWL2030_UCODE_API_MIN, \
137 .ucode_api_min = IWL105_UCODE_API_MIN, \
163 .ucode_api_min = IWL135_UCODE_API_MIN, \
H A D8000.c102 .ucode_api_min = IWL8000_UCODE_API_MIN \
107 .ucode_api_min = IWL8000_UCODE_API_MIN \
112 .ucode_api_min = IWL8265_UCODE_API_MIN \
H A D5000.c64 .ucode_api_min = IWL5000_UCODE_API_MIN, \
110 .ucode_api_min = IWL5000_UCODE_API_MIN,
126 .ucode_api_min = IWL5150_UCODE_API_MIN, \
H A D7000.c103 .ucode_api_min = IWL7260_UCODE_API_MIN
108 .ucode_api_min = IWL7265_UCODE_API_MIN
113 .ucode_api_min = IWL3168_UCODE_API_MIN
118 .ucode_api_min = IWL7265D_UCODE_API_MIN
H A D1000.c66 .ucode_api_min = IWL1000_UCODE_API_MIN, \
90 .ucode_api_min = IWL100_UCODE_API_MIN, \
H A D9000.c77 .ucode_api_min = IWL9000_UCODE_API_MIN, \
H A Dbz.c69 .ucode_api_min = IWL_BZ_UCODE_API_MIN, \
H A Dsc.c66 .ucode_api_min = IWL_SC_UCODE_API_MIN, \
H A D22000.c70 .ucode_api_min = IWL_22000_UCODE_API_MIN, \
H A Dax210.c82 .ucode_api_min = IWL_AX210_UCODE_API_MIN, \
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/cfg/
H A D2000.c97 .ucode_api_min = IWL2000_UCODE_API_MIN, \
124 .ucode_api_min = IWL2030_UCODE_API_MIN, \
144 .ucode_api_min = IWL105_UCODE_API_MIN, \
171 .ucode_api_min = IWL135_UCODE_API_MIN, \
H A D6000.c118 .ucode_api_min = IWL6000G2_UCODE_API_MIN, \
172 .ucode_api_min = IWL6000G2_UCODE_API_MIN, \
208 .ucode_api_min = IWL6035_UCODE_API_MIN, \
261 .ucode_api_min = IWL6000_UCODE_API_MIN, \
293 .ucode_api_min = IWL6050_UCODE_API_MIN, \
321 .ucode_api_min = IWL6050_UCODE_API_MIN, \
348 .ucode_api_min = IWL6000_UCODE_API_MIN,
H A D8000.c159 .ucode_api_min = IWL8000_UCODE_API_MIN \
164 .ucode_api_min = IWL8000_UCODE_API_MIN \
169 .ucode_api_min = IWL8265_UCODE_API_MIN \
H A D5000.c69 .ucode_api_min = IWL5000_UCODE_API_MIN, \
116 .ucode_api_min = IWL5000_UCODE_API_MIN,
132 .ucode_api_min = IWL5150_UCODE_API_MIN, \
H A D7000.c162 .ucode_api_min = IWL7260_UCODE_API_MIN
167 .ucode_api_min = IWL7265_UCODE_API_MIN
172 .ucode_api_min = IWL3168_UCODE_API_MIN
177 .ucode_api_min = IWL7265D_UCODE_API_MIN
H A D1000.c71 .ucode_api_min = IWL1000_UCODE_API_MIN, \
96 .ucode_api_min = IWL100_UCODE_API_MIN, \
H A D9000.c125 .ucode_api_min = IWL9000_UCODE_API_MIN, \
H A D22000.c166 .ucode_api_min = IWL_22000_UCODE_API_MIN, \
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-config.h360 * @ucode_api_min: Lowest version of uCode API supported by driver.
455 u8 ucode_api_min; member
H A Diwl-drv.c240 if (drv->fw_index < cfg->ucode_api_min) { in iwl_request_firmware()
243 if (cfg->ucode_api_min == cfg->ucode_api_max) { in iwl_request_firmware()
248 cfg->fw_name_pre, cfg->ucode_api_min); in iwl_request_firmware()
1365 const unsigned int api_min = drv->trans->cfg->ucode_api_min; in iwl_req_fw_callback()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c244 if (drv->fw_index < cfg->ucode_api_min) { in iwl_request_firmware()
247 if (cfg->ucode_api_min == cfg->ucode_api_max) { in iwl_request_firmware()
252 fw_name_pre, cfg->ucode_api_min); in iwl_request_firmware()
1473 const unsigned int api_min = drv->trans->cfg->ucode_api_min; in iwl_req_fw_callback()
H A Diwl-config.h311 * @ucode_api_min: Lowest version of uCode API supported by driver.
402 u8 ucode_api_min; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A D3945.c2661 .ucode_api_min = IL3945_UCODE_API_MIN,
2690 .ucode_api_min = IL3945_UCODE_API_MIN,
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A D3945.c2661 .ucode_api_min = IL3945_UCODE_API_MIN,
2690 .ucode_api_min = IL3945_UCODE_API_MIN,

Completed in 23 milliseconds

12