| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | palmas-pmic.txt | 36 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/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | lib.c | 441 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 D | dev.h | 97 enum ieee80211_smps_mode smps; /* current smps mode */ member
|
| H A D | rxon.c | 1177 priv->current_ht_config.smps = conf->smps_mode; in iwlagn_mac_config()
|
| H A D | main.c | 1107 priv->current_ht_config.smps = IEEE80211_SMPS_STATIC; in iwl_init_drv()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
| H A D | mt7603.h | 80 u8 smps; member
|
| H A D | main.c | 343 msta->smps = ~0; in mt7603_sta_add()
|
| H A D | mac.c | 231 if (sta->smps == enabled) in mt7603_wtbl_set_smps() 235 sta->smps = enabled; in mt7603_wtbl_set_smps()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 2852 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/ath/ath12k/ |
| H A D | mac.c | 2905 int *smps) in ath12k_get_smps_from_capa() argument 2908 *smps = u16_get_bits(ht_cap->cap, IEEE80211_HT_CAP_SM_PS); in ath12k_get_smps_from_capa() 2910 *smps = le16_get_bits(he_6ghz_capa->capa, in ath12k_get_smps_from_capa() 2913 if (*smps >= ARRAY_SIZE(ath12k_smps_map)) in ath12k_get_smps_from_capa() 2928 int smps; in ath12k_peer_assoc_h_smps() local 2943 if (ath12k_get_smps_from_capa(ht_cap, he_6ghz_capa, &smps)) in ath12k_peer_assoc_h_smps() 2946 switch (smps) { in ath12k_peer_assoc_h_smps() 3643 int smps, ret = 0; in ath12k_setup_peer_smps() local 3648 ret = ath12k_get_smps_from_capa(ht_cap, he_6ghz_capa, &smps); in ath12k_setup_peer_smps() 3654 ath12k_smps_map[smps]); in ath12k_setup_peer_smps() [all …]
|
| H A D | core.h | 499 u32 smps; member
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx7d-flex-concentrator.dts | 181 "", "", "", "", "smps-ac-monitor", "", "usb-hub-reset", "",
|
| /linux/drivers/regulator/ |
| H A D | qcom_spmi-regulator.c | 607 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 D | mt76_connac_mcu.c | 1006 struct wtbl_smps *smps; in mt76_connac_mcu_wtbl_smps_tlv() local 1009 tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_SMPS, sizeof(*smps), in mt76_connac_mcu_wtbl_smps_tlv() 1011 smps = (struct wtbl_smps *)tlv; in mt76_connac_mcu_wtbl_smps_tlv() 1012 smps->smps = (sta->deflink.smps_mode == IEEE80211_SMPS_DYNAMIC); in mt76_connac_mcu_wtbl_smps_tlv()
|
| H A D | mt76_connac_mcu.h | 759 u8 smps; member
|
| /linux/drivers/iio/adc/ |
| H A D | stm32-adc.c | 2180 u32 smp = 0, smps[STM32_ADC_CH_MAX], chans[STM32_ADC_CH_MAX]; in stm32_adc_legacy_chan_init() local 2234 smps, adc->nsmps); in stm32_adc_legacy_chan_init() 2248 smp = smps[i]; in stm32_adc_legacy_chan_init()
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap5-board-common.dtsi | 506 ti,smps-range = <0x80>;
|
| /linux/net/mac80211/ |
| H A D | ieee80211_i.h | 2274 enum ieee80211_smps_mode smps, const u8 *da, 2339 ieee80211_smps_mode_to_smps_mode(enum ieee80211_smps_mode smps);
|
| H A D | mlme.c | 1817 enum ieee80211_smps_mode smps, in ieee80211_add_ht_ie() argument 1860 switch (smps) { in ieee80211_add_ht_ie()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mcu.c | 1371 mt7915_mcu_get_mmps_mode(enum ieee80211_smps_mode smps) in mt7915_mcu_get_mmps_mode() argument 1373 switch (smps) { in mt7915_mcu_get_mmps_mode()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mcu.c | 2205 mt7996_mcu_get_mmps_mode(enum ieee80211_smps_mode smps) in mt7996_mcu_get_mmps_mode() argument 2207 switch (smps) { in mt7996_mcu_get_mmps_mode()
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | common.c | 5013 il->current_ht_config.smps = conf->smps_mode; in il_mac_config()
|