Searched refs:IWL_UCODE_WOWLAN (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | power.c | 178 if (mvm->cur_ucode != IWL_UCODE_WOWLAN) in iwl_mvm_power_configure_uapsd() 222 cmd->snooze_window = (mvm->cur_ucode == IWL_UCODE_WOWLAN) ? in iwl_mvm_power_configure_uapsd() 229 if (mvm->cur_ucode == IWL_UCODE_WOWLAN || cmd->flags & in iwl_mvm_power_configure_uapsd() 379 mvm->cur_ucode == IWL_UCODE_WOWLAN)) { in iwl_mvm_power_build_cmd() 387 if (mvm->cur_ucode != IWL_UCODE_WOWLAN) { in iwl_mvm_power_build_cmd() 476 if ((mvm->cur_ucode == IWL_UCODE_WOWLAN) ? mvm->disable_power_off_d3 : in iwl_mvm_power_update_device() 850 if (mvm->cur_ucode == IWL_UCODE_WOWLAN) in iwl_mvm_update_beacon_abort()
|
D | fw.c | 784 ret = iwl_mvm_load_ucode_wait_alive(mvm, IWL_UCODE_WOWLAN); in iwl_mvm_load_d3_fw()
|
D | debugfs.c | 1186 img = &mvm->fw->img[IWL_UCODE_WOWLAN]; in iwl_dbgfs_d3_sram_read()
|
D | d3.c | 1833 const struct fw_img *img = &mvm->fw->img[IWL_UCODE_WOWLAN]; in iwl_mvm_read_d3_sram()
|
D | mac80211.c | 582 if (mvm->fw->img[IWL_UCODE_WOWLAN].sec[0].len && in iwl_mvm_mac_setup_register()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-drv.c | 745 set_sec_data(pieces, IWL_UCODE_WOWLAN, in iwl_parse_tlv_firmware() 747 set_sec_size(pieces, IWL_UCODE_WOWLAN, in iwl_parse_tlv_firmware() 749 set_sec_offset(pieces, IWL_UCODE_WOWLAN, in iwl_parse_tlv_firmware() 754 set_sec_data(pieces, IWL_UCODE_WOWLAN, in iwl_parse_tlv_firmware() 756 set_sec_size(pieces, IWL_UCODE_WOWLAN, in iwl_parse_tlv_firmware() 758 set_sec_offset(pieces, IWL_UCODE_WOWLAN, in iwl_parse_tlv_firmware() 779 iwl_store_ucode_sec(pieces, tlv_data, IWL_UCODE_WOWLAN, in iwl_parse_tlv_firmware() 811 iwl_store_ucode_sec(pieces, tlv_data, IWL_UCODE_WOWLAN, in iwl_parse_tlv_firmware() 826 drv->fw.img[IWL_UCODE_WOWLAN].is_dual_cpus = in iwl_parse_tlv_firmware()
|
D | iwl-fw.h | 86 IWL_UCODE_WOWLAN, enumerator
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | ucode.c | 370 if (ucode_type != IWL_UCODE_WOWLAN) { in iwl_load_ucode_wait_alive()
|
D | mac80211.c | 162 if (priv->fw->img[IWL_UCODE_WOWLAN].sec[0].len && in iwlagn_mac_setup_register() 490 img = &priv->fw->img[IWL_UCODE_WOWLAN]; in iwlagn_mac_resume()
|
D | lib.c | 1162 ret = iwl_load_ucode_wait_alive(priv, IWL_UCODE_WOWLAN); in iwlagn_suspend()
|
D | debugfs.c | 218 const struct fw_img *img = &priv->fw->img[IWL_UCODE_WOWLAN]; in iwl_dbgfs_wowlan_sram_read()
|