Searched refs:ucode_type (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
H A D | ucode.c | 50 iwl_get_ucode_image(struct iwl_priv *priv, enum iwl_ucode_type ucode_type) iwl_get_ucode_image() argument 52 if (ucode_type >= IWL_UCODE_TYPE_MAX) iwl_get_ucode_image() 55 return &priv->fw->img[ucode_type]; iwl_get_ucode_image() 324 enum iwl_ucode_type ucode_type) iwl_load_ucode_wait_alive() 333 fw = iwl_get_ucode_image(priv, ucode_type); iwl_load_ucode_wait_alive() 338 priv->cur_ucode = ucode_type; iwl_load_ucode_wait_alive() 371 if (ucode_type != IWL_UCODE_WOWLAN) { iwl_load_ucode_wait_alive() 323 iwl_load_ucode_wait_alive(struct iwl_priv *priv, enum iwl_ucode_type ucode_type) iwl_load_ucode_wait_alive() argument
|
H A D | agn.h | 170 enum iwl_ucode_type ucode_type);
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
H A D | fw.c | 90 iwl_get_ucode_image(struct iwl_mvm *mvm, enum iwl_ucode_type ucode_type) iwl_get_ucode_image() argument 92 if (ucode_type >= IWL_UCODE_TYPE_MAX) iwl_get_ucode_image() 95 return &mvm->fw->img[ucode_type]; iwl_get_ucode_image() 511 enum iwl_ucode_type ucode_type) iwl_mvm_load_ucode_wait_alive() 521 if (ucode_type == IWL_UCODE_REGULAR && iwl_mvm_load_ucode_wait_alive() 525 fw = iwl_get_ucode_image(mvm, ucode_type); iwl_mvm_load_ucode_wait_alive() 528 mvm->cur_ucode = ucode_type; iwl_mvm_load_ucode_wait_alive() 535 ret = iwl_trans_start_fw(mvm->trans, fw, ucode_type == IWL_UCODE_INIT); iwl_mvm_load_ucode_wait_alive() 635 enum iwl_ucode_type ucode_type = mvm->cur_ucode; iwl_send_phy_cfg_cmd() local 640 mvm->fw->default_calib[ucode_type].event_trigger; iwl_send_phy_cfg_cmd() 642 mvm->fw->default_calib[ucode_type].flow_trigger; iwl_send_phy_cfg_cmd() 510 iwl_mvm_load_ucode_wait_alive(struct iwl_mvm *mvm, enum iwl_ucode_type ucode_type) iwl_mvm_load_ucode_wait_alive() argument
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
H A D | iwl-drv.c | 276 * @ucode_type: the uCode to which the following default calib relates. 280 __le32 ucode_type; member in struct:iwl_tlv_calib_data 431 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); iwl_set_default_calib() local 432 if (ucode_type >= IWL_UCODE_TYPE_MAX) { iwl_set_default_calib() 433 IWL_ERR(drv, "Wrong ucode_type %u for default calibration.\n", iwl_set_default_calib() 434 ucode_type); iwl_set_default_calib() 437 drv->fw.default_calib[ucode_type].flow_trigger = iwl_set_default_calib() 439 drv->fw.default_calib[ucode_type].event_trigger = iwl_set_default_calib()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
H A D | common.h | 955 enum ucode_type { enum 1219 enum ucode_type ucode_type; member in struct:il_priv
|
H A D | debug.c | 350 if (il->ucode_type == UCODE_INIT) il_dbgfs_sram_read()
|
H A D | 4965.c | 357 il->ucode_type = UCODE_RT; il4965_load_bsm()
|
H A D | 4965-mac.c | 5108 if (il->ucode_type == UCODE_INIT) il4965_dump_nic_error_log() 5115 base, (il->ucode_type == UCODE_INIT) ? "Init" : "RT"); il4965_dump_nic_error_log()
|
Completed in 446 milliseconds