Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/regulator/
H A Dpalmas-pmic.txt36 smps45, smps457, smps7 depending on variant, smps6, smps[8-9],
50 ti,smps-range - OTP has the wrong range set for the hardware so override
80 ti,smps-range = <1>;
/linux/net/mac80211/
H A Dht.c509 ieee80211_smps_mode_to_smps_mode(enum ieee80211_smps_mode smps) in ieee80211_smps_mode_to_smps_mode() argument
511 switch (smps) { in ieee80211_smps_mode_to_smps_mode()
524 enum ieee80211_smps_mode smps, const u8 *da, in ieee80211_send_smps_action() argument
547 switch (smps) { in ieee80211_send_smps_action()
551 smps = IEEE80211_SMPS_OFF; in ieee80211_send_smps_action()
572 u16_encode_bits(status_link_id << 2 | smps, in ieee80211_send_smps_action()
H A Dieee80211_i.h2193 enum ieee80211_smps_mode smps, const u8 *da,
2257 ieee80211_smps_mode_to_smps_mode(enum ieee80211_smps_mode smps);
H A Dtrace.h403 __field(int, smps)
419 __entry->smps = local->hw.conf.smps_mode;
H A Dmlme.c1451 enum ieee80211_smps_mode smps, in ieee80211_add_ht_ie() argument
1494 switch (smps) { in ieee80211_add_ht_ie()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H 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()
H A Ddev.h97 enum ieee80211_smps_mode smps; /* current smps mode */ member
H A Drxon.c1177 priv->current_ht_config.smps = conf->smps_mode; in iwlagn_mac_config()
H A Dmain.c1107 priv->current_ht_config.smps = IEEE80211_SMPS_STATIC; in iwl_init_drv()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c2646 int smps; in ath11k_peer_assoc_h_smps() local
2652 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_peer_assoc_h_smps()
2653 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_peer_assoc_h_smps()
2655 smps = le16_get_bits(sta->deflink.he_6ghz_capa.capa, in ath11k_peer_assoc_h_smps()
2659 switch (smps) { in ath11k_peer_assoc_h_smps()
2956 int smps; in ath11k_setup_peer_smps() local
2962 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_setup_peer_smps()
2963 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_setup_peer_smps()
2965 smps = FIELD_GET(IEEE80211_HE_6GHZ_CAP_SM_PS, he_6ghz_capa); in ath11k_setup_peer_smps()
2968 if (smps >= ARRAY_SIZE(ath11k_smps_map)) in ath11k_setup_peer_smps()
[all …]
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c2852 int smps; in ath10k_setup_peer_smps() local
2857 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath10k_setup_peer_smps()
2858 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath10k_setup_peer_smps()
2860 if (smps >= ARRAY_SIZE(ath10k_smps_map)) in ath10k_setup_peer_smps()
2865 ath10k_smps_map[smps]); in ath10k_setup_peer_smps()
4973 u32 smps; in ath10k_get_ht_cap() local
4975 smps = WLAN_HT_CAP_SM_PS_DYNAMIC; in ath10k_get_ht_cap()
4976 smps <<= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath10k_get_ht_cap()
4978 ht_cap.cap |= smps; in ath10k_get_ht_cap()
6759 u32 changed, bw, nss, smps; in ath10k_sta_rc_update_wk() local
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/
H 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()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2886 int *smps) in ath12k_get_smps_from_capa() argument
2889 *smps = u16_get_bits(ht_cap->cap, IEEE80211_HT_CAP_SM_PS); in ath12k_get_smps_from_capa()
2891 *smps = le16_get_bits(he_6ghz_capa->capa, in ath12k_get_smps_from_capa()
2894 if (*smps >= ARRAY_SIZE(ath12k_smps_map)) in ath12k_get_smps_from_capa()
2909 int smps; in ath12k_peer_assoc_h_smps() local
2924 if (ath12k_get_smps_from_capa(ht_cap, he_6ghz_capa, &smps)) in ath12k_peer_assoc_h_smps()
2927 switch (smps) { in ath12k_peer_assoc_h_smps()
3604 int smps, ret = 0; in ath12k_setup_peer_smps() local
3609 ret = ath12k_get_smps_from_capa(ht_cap, he_6ghz_capa, &smps); in ath12k_setup_peer_smps()
3615 ath12k_smps_map[smps]); in ath12k_setup_peer_smps()
[all …]
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-flex-concentrator.dts181 "", "", "", "", "smps-ac-monitor", "", "usb-hub-reset", "",
/linux/drivers/regulator/
H A Dqcom_spmi-regulator.c607 static DEFINE_SPMI_SET_POINTS(smps);
1590 SPMI_VREG(BUCK, GP_CTL, 0, INF, SMPS, smps, smps, 100000),
/linux/drivers/net/wireless/mediatek/mt76/
H 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()
/linux/arch/arm/boot/dts/ti/omap/
H A Domap5-board-common.dtsi506 ti,smps-range = <0x80>;
/linux/drivers/net/wireless/intel/iwlegacy/
H 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()
6086 il->current_ht_config.smps = conf->smps_mode; in il4965_mac_channel_switch()
6353 il->current_ht_config.smps = IEEE80211_SMPS_STATIC; in il4965_init_drv()
H A Dcommon.h702 enum ieee80211_smps_mode smps; /* current smps mode */ member
H A Dcommon.c5012 il->current_ht_config.smps = conf->smps_mode; in il_mac_config()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c1940 mt7996_mcu_get_mmps_mode(enum ieee80211_smps_mode smps) in mt7996_mcu_get_mmps_mode() argument
1942 switch (smps) { in mt7996_mcu_get_mmps_mode()