Searched defs:ucode_type (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-ucode.c81 iwl_get_ucode_image(struct iwl_priv *priv, enum iwl_ucode_type ucode_type) argument
83 if (ucode_type >= IWL_UCODE_TYPE_MAX)
86 return &priv->fw->img[ucode_type];
395 enum iwl_ucode_type ucode_type)
397 const struct fw_img *img = iwl_get_ucode_image(priv, ucode_type);
400 IWL_ERR(priv, "Invalid ucode requested (%d)\n", ucode_type);
449 enum iwl_ucode_type ucode_type)
457 old_type = priv->shrd->ucode_type;
458 priv->shrd->ucode_type = ucode_type;
394 iwl_verify_ucode(struct iwl_priv *priv, enum iwl_ucode_type ucode_type) argument
448 iwl_load_ucode_wait_alive(struct iwl_priv *priv, enum iwl_ucode_type ucode_type) argument
[all...]
H A Diwl-drv.c209 * @ucode_type: the uCode to which the following default calib relates.
213 __le32 ucode_type; member in struct:iwl_tlv_calib_data
297 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); local
298 if (ucode_type >= IWL_UCODE_TYPE_MAX) {
299 IWL_ERR(drv, "Wrong ucode_type %u for default calibration.\n",
300 ucode_type);
303 drv->fw.default_calib[ucode_type] = le64_to_cpu(def_calib->calib);
H A Diwl-shared.h363 * @ucode_type: indicator of loaded ucode image
380 enum iwl_ucode_type ucode_type; member in struct:iwl_shared
/drivers/net/wireless/iwlegacy/
H A Dcommon.h959 enum ucode_type { enum
1222 enum ucode_type ucode_type; member in struct:il_priv
/drivers/net/wireless/bcmdhd/include/
H A Dwlioctl.h285 uint32 ucode_type; member in struct:wl_ucode_info

Completed in 176 milliseconds