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.c2897 int *smps) in ath12k_get_smps_from_capa()
2900 *smps = u16_get_bits(ht_cap->cap, IEEE80211_HT_CAP_SM_PS); in ath12k_get_smps_from_capa()
2902 *smps = le16_get_bits(he_6ghz_capa->capa, in ath12k_get_smps_from_capa()
2905 if (*smps >= ARRAY_SIZE(ath12k_smps_map)) in ath12k_get_smps_from_capa()
2920 int smps; in ath12k_peer_assoc_h_smps()
2935 if (ath12k_get_smps_from_capa(ht_cap, he_6ghz_capa, &smps)) in ath12k_peer_assoc_h_smps()
2938 switch (smps) { in ath12k_peer_assoc_h_smps()
3619 int smps, ret = 0; in ath12k_setup_peer_smps()
3624 ret = ath12k_get_smps_from_capa(ht_cap, he_6ghz_capa, &smps); in ath12k_setup_peer_smps()
3630 ath12k_smps_map[smps]); in ath12k_mac_set_he_txbf_conf()
2893 ath12k_get_smps_from_capa(const struct ieee80211_sta_ht_cap * ht_cap,const struct ieee80211_he_6ghz_capa * he_6ghz_capa,int * smps) ath12k_get_smps_from_capa() argument
2916 int smps; ath12k_peer_assoc_h_smps() local
3615 int smps, ret = 0; ath12k_setup_peer_smps() local
6591 u32 changed, bw, nss, mac_nss, smps, bw_prev; ath12k_sta_rc_update_wk() local
7886 u32 bw, smps; ath12k_mac_op_link_sta_rc_update() local
8259 u32 smps; ath12k_create_ht_cap() local
[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.c1818 enum ieee80211_smps_mode smps, in ieee80211_add_link_elems()
1861 switch (smps) { in ieee80211_add_link_elems()
1478 ieee80211_add_ht_ie(struct ieee80211_sub_if_data * sdata,struct sk_buff * skb,u8 ap_ht_param,struct ieee80211_supported_band * sband,struct ieee80211_channel * channel,enum ieee80211_smps_mode smps,const struct ieee80211_conn_settings * conn) ieee80211_add_ht_ie() argument