Home
last modified time | relevance | path

Searched full:smps (Results 1 – 25 of 53) sorted by relevance

123

/linux/include/dt-bindings/regulator/
H A Dqcom,rpmh-regulator.h14 * by LDO and SMPS type regulators.
16 * allowed. This mode corresponds to PFM for SMPS
27 * corresponds to PWM for SMPS and BOB type
/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>;
H A Dqcom,rpm-regulator.yaml90 # based on realtime current draw, only for pm8921 smps and ftsmps
/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
533 /* 27 = header + category + action + smps mode */ in ieee80211_send_smps_action()
547 switch (smps) { in ieee80211_send_smps_action()
551 smps = IEEE80211_SMPS_OFF; in ieee80211_send_smps_action()
570 /* we have 13 bits, and need 6: link_id 4, smps 2 */ in ieee80211_send_smps_action()
572 u16_encode_bits(status_link_id << 2 | smps, in ieee80211_send_smps_action()
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-flex-concentrator.dts100 * ADC1_IN0: SMPS - 5V output monitor (voltage divider: 1/0.2806)
176 * SMPS - AC input monitor based on zero crossing.
181 "", "", "", "", "smps-ac-monitor", "", "usb-hub-reset", "",
258 /* SMPS - AC input monitor (high = failure) */
/linux/Documentation/devicetree/bindings/mfd/
H A Dstericsson,db8500-prcmu.yaml97 for 1.2V I/O. SMPS means System Management Power Source.
104 for 1.8V I/O. SMPS means System Management Power Source.
111 for 0.87 thru 1.875V I/O. SMPS means System Management Power Source.
/linux/arch/hexagon/mm/
H A Dvm_tlb.c22 * or it's a no-op. This operation is messy on true SMPs where other
/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()
741 /* # Rx chains when idling, depending on SMPS mode */ in iwl_get_idle_rx_chain_count()
742 switch (priv->current_ht_config.smps) { in iwl_get_idle_rx_chain_count()
750 WARN(1, "invalid SMPS mode %d", 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
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c262 * iwl_mvm_update_smps - Get a request to change the SMPS mode
266 * @smps_request: The request to change the SMPS mode.
269 * Get a requst to change the SMPS mode,
283 /* SMPS is irrelevant for NICs that don't have at least 2 RX antenna */ in iwl_mvm_update_smps()
290 /* SMPS is handled by firmware */ in iwl_mvm_update_smps()
311 /* SMPS is disabled in eSR */ in iwl_mvm_update_smps()
/linux/drivers/regulator/
H A Dpalmas-regulator.c689 * setup the hardware based sleep configuration of the SMPS/LDO regulators
1222 * ranges. Read the current smps mode for later use. in palmas_smps_registration()
1246 /* Read the smps mode for later use. */ in palmas_smps_registration()
1327 * ranges. Read the current smps mode for later use. in tps65917_smps_registration()
1352 /* Read the smps mode for later use. */ in tps65917_smps_registration()
1540 ret = of_property_read_bool(np, "ti,smps-range"); in palmas_dt_to_pdata()
H A Dtwl6030-regulator.c74 /* Flags for SMPS Voltage reading and LDO reading*/
79 /* twl6032 SMPS EPROM values */
309 * SMPS status and control
/linux/drivers/input/misc/
H A Dpmic8xxx-pwrkey.c153 * Set an SMPS regulator to be disabled in its CTRL register, but enabled
287 /* Disable SMPS's 0,1,3 locally and set pulldown enable bits. */ in pm8058_pwrkey_shutdown()
/linux/drivers/infiniband/hw/hfi1/
H A Dud.c710 * checks for SMPs specified in OPAv1 rev 1.0, 9/19/2016 update, section
717 * - These checks are specifically for "non-local" SMPs (i.e., SMPs
718 * which originated on another node). SMPs which are sent from, and
753 * SMPs fall into one of four (disjoint) categories: in opa_smp_check()
/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()
2954 int smps; in ath11k_setup_peer_smps() local
2960 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_setup_peer_smps()
2961 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_setup_peer_smps()
2963 smps = FIELD_GET(IEEE80211_HE_6GHZ_CAP_SM_PS, he_6ghz_capa); in ath11k_setup_peer_smps()
2966 if (smps >= ARRAY_SIZE(ath11k_smps_map)) in ath11k_setup_peer_smps()
[all …]
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8064-cm-qs600.dts109 /* Buck SMPS */
H A Dqcom-mdm9615-wp8548.dtsi147 /* Buck SMPS */
H A Dqcom-apq8064-ifc6410.dts218 /* Buck SMPS */
H A Dqcom-apq8064-asus-nexus7-flo.dts213 /* Buck SMPS */
H A Dqcom-msm8960-cdp.dts123 /* Buck SMPS */
H A Dqcom-msm8960-sony-huashan.dts114 /* Buck SMPS */
/linux/Documentation/driver-api/80211/
H A Dmac80211-advanced.rst150 Spatial Multiplexing Powersave (SMPS)
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2785 int *smps) in ath12k_get_smps_from_capa() argument
2788 *smps = u16_get_bits(ht_cap->cap, IEEE80211_HT_CAP_SM_PS); in ath12k_get_smps_from_capa()
2790 *smps = le16_get_bits(he_6ghz_capa->capa, in ath12k_get_smps_from_capa()
2793 if (*smps >= ARRAY_SIZE(ath12k_smps_map)) in ath12k_get_smps_from_capa()
2808 int smps; in ath12k_peer_assoc_h_smps() local
2823 if (ath12k_get_smps_from_capa(ht_cap, he_6ghz_capa, &smps)) in ath12k_peer_assoc_h_smps()
2826 switch (smps) { in ath12k_peer_assoc_h_smps()
3503 int smps, ret = 0; in ath12k_setup_peer_smps() local
3508 ret = ath12k_get_smps_from_capa(ht_cap, he_6ghz_capa, &smps); in ath12k_setup_peer_smps()
3514 ath12k_smps_map[smps]); in ath12k_setup_peer_smps()
6282 u32 changed, bw, nss, mac_nss, smps, bw_prev; ath12k_sta_rc_update_wk() local
7496 u32 bw, smps; ath12k_mac_op_link_sta_rc_update() local
7862 u32 smps; ath12k_create_ht_cap() local
[all...]
/linux/include/linux/mfd/
H A Dpalmas.h163 * For SMPS
175 * For SMPS
198 /* SMPS regulators */
233 /* SMPS regulators */
863 /* Registers for function SMPS */
3237 /* TPS65917 SMPS Registers */
3239 /* Registers for function SMPS */
/linux/drivers/infiniband/core/
H A Dsmi.c110 /* C14-13:3 -- SMPs destined for SM shouldn't be here */ in __smi_handle_dr_smp_send()

123