Home
last modified time | relevance | path

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

12

/openbmc/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>;
/openbmc/linux/net/mac80211/
H A Dht.c526 ieee80211_smps_mode_to_smps_mode(enum ieee80211_smps_mode smps) in ieee80211_smps_mode_to_smps_mode() argument
528 switch (smps) { in ieee80211_smps_mode_to_smps_mode()
541 enum ieee80211_smps_mode smps, const u8 *da, in ieee80211_send_smps_action() argument
562 switch (smps) { in ieee80211_send_smps_action()
H A Ddebugfs_netdev.c326 IEEE80211_IF_LINK_FILE_RW(smps);
881 DEBUGFS_ADD_MODE(dentry, smps, 0600); in add_link_files()
H A Dieee80211_i.h2096 enum ieee80211_smps_mode smps, const u8 *da,
2138 ieee80211_smps_mode_to_smps_mode(enum ieee80211_smps_mode smps);
H A Dtrace.h369 __field(int, smps)
384 __entry->smps = local->hw.conf.smps_mode;
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c1772 int smps; in ath12k_peer_assoc_h_smps() local
1777 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath12k_peer_assoc_h_smps()
1778 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath12k_peer_assoc_h_smps()
1780 switch (smps) { in ath12k_peer_assoc_h_smps()
2252 int smps; in ath12k_setup_peer_smps() local
2257 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath12k_setup_peer_smps()
2258 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath12k_setup_peer_smps()
2260 if (smps >= ARRAY_SIZE(ath12k_smps_map)) in ath12k_setup_peer_smps()
2265 ath12k_smps_map[smps]); in ath12k_setup_peer_smps()
3462 u32 changed, bw, nss, smps, bw_prev; in ath12k_sta_rc_update_wk() local
[all …]
H A Dcore.h390 u32 smps; member
/openbmc/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.h96 enum ieee80211_smps_mode smps; /* current smps mode */ member
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.h123 enum ieee80211_smps_mode smps);
H A Dbase.c2395 enum ieee80211_smps_mode smps, in rtl_make_smps_action() argument
2416 switch (smps) { in rtl_make_smps_action()
2440 enum ieee80211_smps_mode smps) in rtl_send_smps_action() argument
2468 skb = rtl_make_smps_action(hw, smps, sta->addr, bssid); in rtl_send_smps_action()
2474 sta_entry->mimo_ps = smps; in rtl_send_smps_action()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c2551 int smps; in ath11k_peer_assoc_h_smps() local
2557 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_peer_assoc_h_smps()
2558 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_peer_assoc_h_smps()
2560 smps = le16_get_bits(sta->deflink.he_6ghz_capa.capa, in ath11k_peer_assoc_h_smps()
2564 switch (smps) { in ath11k_peer_assoc_h_smps()
2859 int smps; in ath11k_setup_peer_smps() local
2865 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_setup_peer_smps()
2866 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_setup_peer_smps()
2868 smps = FIELD_GET(IEEE80211_HE_6GHZ_CAP_SM_PS, he_6ghz_capa); in ath11k_setup_peer_smps()
2871 if (smps >= ARRAY_SIZE(ath11k_smps_map)) in ath11k_setup_peer_smps()
[all …]
H A Dcore.h488 u32 smps; member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmt7603.h80 u8 smps; member
H A Dmac.c231 if (sta->smps == enabled) in mt7603_wtbl_set_smps()
235 sta->smps = enabled; in mt7603_wtbl_set_smps()
H A Dmain.c358 msta->smps = ~0; in mt7603_sta_add()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c2829 int smps; in ath10k_setup_peer_smps() local
2834 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath10k_setup_peer_smps()
2835 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath10k_setup_peer_smps()
2837 if (smps >= ARRAY_SIZE(ath10k_smps_map)) in ath10k_setup_peer_smps()
2842 ath10k_smps_map[smps]); in ath10k_setup_peer_smps()
4946 u32 smps; in ath10k_get_ht_cap() local
4948 smps = WLAN_HT_CAP_SM_PS_DYNAMIC; in ath10k_get_ht_cap()
4949 smps <<= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath10k_get_ht_cap()
4951 ht_cap.cap |= smps; in ath10k_get_ht_cap()
6722 u32 changed, bw, nss, smps; in ath10k_sta_rc_update_wk() local
[all …]
H A Dcore.h527 u32 smps; member
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-flex-concentrator.dts181 "", "", "", "", "smps-ac-monitor", "", "usb-hub-reset", "",
/openbmc/linux/drivers/regulator/
H A Dqcom_spmi-regulator.c604 static DEFINE_SPMI_SET_POINTS(smps);
1587 SPMI_VREG(BUCK, GP_CTL, 0, INF, SMPS, smps, smps, 100000),
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c932 struct wtbl_smps *smps; in mt76_connac_mcu_wtbl_smps_tlv() local
935 tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_SMPS, sizeof(*smps), in mt76_connac_mcu_wtbl_smps_tlv()
937 smps = (struct wtbl_smps *)tlv; in mt76_connac_mcu_wtbl_smps_tlv()
938 smps->smps = (sta->deflink.smps_mode == IEEE80211_SMPS_DYNAMIC); in mt76_connac_mcu_wtbl_smps_tlv()
/openbmc/linux/drivers/iio/adc/
H A Dstm32-adc.c2044 u32 smp = 0, smps[STM32_ADC_CH_MAX], chans[STM32_ADC_CH_MAX]; in stm32_adc_legacy_chan_init() local
2098 smps, adc->nsmps); in stm32_adc_legacy_chan_init()
2112 smp = smps[i]; in stm32_adc_legacy_chan_init()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap5-cm-t54.dts505 ti,smps-range = <0x80>;
H A Domap5-board-common.dtsi506 ti,smps-range = <0x80>;
/openbmc/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()
6087 il->current_ht_config.smps = conf->smps_mode; in il4965_mac_channel_switch()
6350 il->current_ht_config.smps = IEEE80211_SMPS_STATIC; in il4965_init_drv()

12