Home
last modified time | relevance | path

Searched refs:smps (Results 1 – 13 of 13) 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/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/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/ath/ath12k/
H A Dmac.c2893 int *smps) in ath12k_get_smps_from_capa() argument
2896 *smps = u16_get_bits(ht_cap->cap, IEEE80211_HT_CAP_SM_PS); in ath12k_get_smps_from_capa()
2898 *smps = le16_get_bits(he_6ghz_capa->capa, in ath12k_get_smps_from_capa()
2901 if (*smps >= ARRAY_SIZE(ath12k_smps_map)) in ath12k_get_smps_from_capa()
2916 int smps; in ath12k_peer_assoc_h_smps() local
2931 if (ath12k_get_smps_from_capa(ht_cap, he_6ghz_capa, &smps)) in ath12k_peer_assoc_h_smps()
2934 switch (smps) { in ath12k_peer_assoc_h_smps()
3611 int smps, ret = 0; in ath12k_setup_peer_smps() local
3616 ret = ath12k_get_smps_from_capa(ht_cap, he_6ghz_capa, &smps); in ath12k_setup_peer_smps()
3622 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/iio/adc/
H A Dstm32-adc.c2181 u32 smp = 0, smps[STM32_ADC_CH_MAX], chans[STM32_ADC_CH_MAX]; in stm32_adc_legacy_chan_init() local
2235 smps, adc->nsmps); in stm32_adc_legacy_chan_init()
2249 smp = smps[i]; in stm32_adc_legacy_chan_init()
/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 Dcommon.c5012 il->current_ht_config.smps = conf->smps_mode; in il_mac_config()
/linux/net/mac80211/
H A Dmlme.c1478 enum ieee80211_smps_mode smps, in ieee80211_add_ht_ie() argument
1521 switch (smps) { in ieee80211_add_ht_ie()