Home
last modified time | relevance | path

Searched refs:ucode_api_ok (Results 1 – 8 of 8) sorted by relevance

/drivers/net/wireless/iwlwifi/
Diwl-2000.c117 .ucode_api_ok = IWL2000_UCODE_API_OK, \
145 .ucode_api_ok = IWL2030_UCODE_API_OK, \
166 .ucode_api_ok = IWL105_UCODE_API_OK, \
194 .ucode_api_ok = IWL135_UCODE_API_OK, \
Diwl-6000.c139 .ucode_api_ok = IWL6000G2_UCODE_API_OK, \
194 .ucode_api_ok = IWL6000G2B_UCODE_API_OK, \
231 .ucode_api_ok = IWL6035_UCODE_API_OK, \
285 .ucode_api_ok = IWL6000_UCODE_API_OK, \
373 .ucode_api_ok = IWL6000_UCODE_API_OK,
Diwl-5000.c87 .ucode_api_ok = IWL5000_UCODE_API_OK, \
135 .ucode_api_ok = IWL5000_UCODE_API_OK,
152 .ucode_api_ok = IWL5150_UCODE_API_OK, \
Diwl-1000.c89 .ucode_api_ok = IWL1000_UCODE_API_OK, \
115 .ucode_api_ok = IWL100_UCODE_API_OK, \
Diwl-7000.c172 .ucode_api_ok = IWL7260_UCODE_API_OK, \
178 .ucode_api_ok = IWL7265_UCODE_API_OK, \
184 .ucode_api_ok = IWL7265D_UCODE_API_OK, \
Diwl-8000.c149 .ucode_api_ok = IWL8000_UCODE_API_OK, \
Diwl-config.h324 const unsigned int ucode_api_ok; member
Diwl-drv.c1185 unsigned int api_ok = drv->cfg->ucode_api_ok; in iwl_req_fw_callback()