Searched refs:iwl_power_update_mode (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | power.h | 23 int iwl_power_update_mode(struct iwl_priv *priv, bool force);
|
H A D | tt.c | 266 * we only have to call iwl_power_update_mode() to in iwl_legacy_tt_handler() 284 iwl_power_update_mode(priv, true)) { in iwl_legacy_tt_handler() 424 iwl_power_update_mode(priv, true)) { in iwl_advance_tt_handler()
|
H A D | power.c | 360 int iwl_power_update_mode(struct iwl_priv *priv, bool force) in iwl_power_update_mode() function
|
H A D | rxon.c | 1098 iwl_power_update_mode(priv, true); in iwlagn_commit_rxon() 1230 ret = iwl_power_update_mode(priv, false); in iwlagn_mac_config() 1503 iwl_power_update_mode(priv, false); in iwlagn_bss_info_changed()
|
H A D | calib.c | 1039 iwl_power_update_mode(priv, false); in iwl_chain_noise_calibration()
|
H A D | lib.c | 1132 ret = iwl_power_update_mode(priv, true); in iwlagn_suspend()
|
H A D | debugfs.c | 576 iwl_power_update_mode(priv, true); in iwl_dbgfs_sleep_level_override_write()
|