Home
last modified time | relevance | path

Searched refs:smps (Results 1 – 25 of 25) sorted by relevance

/drivers/net/wireless/intel/iwlwifi/dvm/
A Dlib.c441 priv->current_ht_config.smps = smps_request; in iwlagn_bt_traffic_change_work()
697 return priv->current_ht_config.smps == IEEE80211_SMPS_STATIC || in is_single_rx_stream()
742 switch (priv->current_ht_config.smps) { in iwl_get_idle_rx_chain_count()
751 priv->current_ht_config.smps); in iwl_get_idle_rx_chain_count()
A Ddev.h97 enum ieee80211_smps_mode smps; /* current smps mode */ member
A Dmac80211.c965 priv->current_ht_config.smps = conf->smps_mode; in iwlagn_mac_channel_switch()
A Drxon.c1177 priv->current_ht_config.smps = conf->smps_mode; in iwlagn_mac_config()
A Dmain.c1107 priv->current_ht_config.smps = IEEE80211_SMPS_STATIC; in iwl_init_drv()
/drivers/net/wireless/ath/ath11k/
A Dmac.c2646 int smps; in ath11k_peer_assoc_h_smps() local
2659 switch (smps) { in ath11k_peer_assoc_h_smps()
2954 int smps; in ath11k_setup_peer_smps() local
2971 ath11k_smps_map[smps]); in ath11k_setup_peer_smps()
4808 smps = arsta->smps; in ath11k_sta_rc_update_wk()
4885 sta->addr, smps); in ath11k_sta_rc_update_wk()
4891 sta->addr, smps, err); in ath11k_sta_rc_update_wk()
5100 u32 bw, smps; in ath11k_mac_op_sta_rc_update() local
5152 arsta->smps = smps; in ath11k_mac_op_sta_rc_update()
5346 u32 smps; in ath11k_create_ht_cap() local
[all …]
A Dcore.h539 u32 smps; member
/drivers/net/wireless/realtek/rtlwifi/
A Dbase.h123 enum ieee80211_smps_mode smps);
A Dbase.c2388 enum ieee80211_smps_mode smps, in rtl_make_smps_action() argument
2409 switch (smps) { in rtl_make_smps_action()
2433 enum ieee80211_smps_mode smps) in rtl_send_smps_action() argument
2461 skb = rtl_make_smps_action(hw, smps, sta->addr, bssid); in rtl_send_smps_action()
2467 sta_entry->mimo_ps = smps; in rtl_send_smps_action()
/drivers/net/wireless/mediatek/mt76/mt7603/
A Dmt7603.h80 u8 smps; member
A Dmain.c343 msta->smps = ~0; in mt7603_sta_add()
A Dmac.c231 if (sta->smps == enabled) in mt7603_wtbl_set_smps()
235 sta->smps = enabled; in mt7603_wtbl_set_smps()
/drivers/net/wireless/ath/ath10k/
A Dmac.c2845 int smps; in ath10k_setup_peer_smps() local
2858 ath10k_smps_map[smps]); in ath10k_setup_peer_smps()
4966 u32 smps; in ath10k_get_ht_cap() local
4971 ht_cap.cap |= smps; in ath10k_get_ht_cap()
6751 u32 changed, bw, nss, smps; in ath10k_sta_rc_update_wk() local
6773 smps = arsta->smps; in ath10k_sta_rc_update_wk()
6818 sta->addr, smps); in ath10k_sta_rc_update_wk()
6824 sta->addr, smps, err); in ath10k_sta_rc_update_wk()
8560 u32 bw, smps; in ath10k_sta_rc_update() local
8608 smps = WMI_PEER_SMPS_PS_NONE; in ath10k_sta_rc_update()
[all …]
A Dcore.h531 u32 smps; member
/drivers/net/wireless/ath/ath12k/
A Dmac.c2775 int *smps) in ath12k_get_smps_from_capa() argument
2798 int smps; in ath12k_peer_assoc_h_smps() local
2816 switch (smps) { in ath12k_peer_assoc_h_smps()
3382 int smps, ret = 0; in ath12k_setup_peer_smps() local
3393 ath12k_smps_map[smps]); in ath12k_setup_peer_smps()
6006 smps = arsta->smps; in ath12k_sta_rc_update_wk()
6084 arsta->addr, smps); in ath12k_sta_rc_update_wk()
7176 u32 bw, smps; in ath12k_mac_op_link_sta_rc_update() local
7259 arsta->smps = smps; in ath12k_mac_op_link_sta_rc_update()
7542 u32 smps; in ath12k_create_ht_cap() local
[all …]
A Dcore.h548 u32 smps; member
/drivers/regulator/
A Dqcom_spmi-regulator.c607 static DEFINE_SPMI_SET_POINTS(smps);
1590 SPMI_VREG(BUCK, GP_CTL, 0, INF, SMPS, smps, smps, 100000),
/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac_mcu.c953 struct wtbl_smps *smps; in mt76_connac_mcu_wtbl_smps_tlv() local
956 tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_SMPS, sizeof(*smps), in mt76_connac_mcu_wtbl_smps_tlv()
958 smps = (struct wtbl_smps *)tlv; in mt76_connac_mcu_wtbl_smps_tlv()
959 smps->smps = (sta->deflink.smps_mode == IEEE80211_SMPS_DYNAMIC); in mt76_connac_mcu_wtbl_smps_tlv()
A Dmt76_connac_mcu.h727 u8 smps; member
/drivers/iio/adc/
A Dstm32-adc.c2187 u32 smp = 0, smps[STM32_ADC_CH_MAX], chans[STM32_ADC_CH_MAX]; in stm32_adc_legacy_chan_init() local
2241 smps, adc->nsmps); in stm32_adc_legacy_chan_init()
2255 smp = smps[i]; in stm32_adc_legacy_chan_init()
/drivers/net/wireless/intel/iwlegacy/
A D4965-mac.c1070 return il->current_ht_config.smps == IEEE80211_SMPS_STATIC || in il4965_is_single_rx_stream()
1107 switch (il->current_ht_config.smps) { in il4965_get_idle_rx_chain_count()
1114 WARN(1, "invalid SMPS mode %d", il->current_ht_config.smps); in il4965_get_idle_rx_chain_count()
6084 il->current_ht_config.smps = conf->smps_mode; in il4965_mac_channel_switch()
6351 il->current_ht_config.smps = IEEE80211_SMPS_STATIC; in il4965_init_drv()
A Dcommon.h702 enum ieee80211_smps_mode smps; /* current smps mode */ member
A Dcommon.c5018 il->current_ht_config.smps = conf->smps_mode; in il_mac_config()
/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmcu.c1345 mt7915_mcu_get_mmps_mode(enum ieee80211_smps_mode smps) in mt7915_mcu_get_mmps_mode() argument
1347 switch (smps) { in mt7915_mcu_get_mmps_mode()
/drivers/net/wireless/mediatek/mt76/mt7996/
A Dmcu.c1865 mt7996_mcu_get_mmps_mode(enum ieee80211_smps_mode smps) in mt7996_mcu_get_mmps_mode() argument
1867 switch (smps) { in mt7996_mcu_get_mmps_mode()

Completed in 177 milliseconds