Home
last modified time | relevance | path

Searched refs:smps (Results 1 - 25 of 58) sorted by relevance

123

/kernel/linux/linux-5.10/net/mac80211/
H A Dht.c480 ieee80211_smps_mode_to_smps_mode(enum ieee80211_smps_mode smps) in ieee80211_smps_mode_to_smps_mode() argument
482 switch (smps) { in ieee80211_smps_mode_to_smps_mode()
495 enum ieee80211_smps_mode smps, const u8 *da, in ieee80211_send_smps_action()
502 /* 27 = header + category + action + smps mode */ in ieee80211_send_smps_action()
516 switch (smps) { in ieee80211_send_smps_action()
494 ieee80211_send_smps_action(struct ieee80211_sub_if_data *sdata, enum ieee80211_smps_mode smps, const u8 *da, const u8 *bssid) ieee80211_send_smps_action() argument
H A Ddebugfs_netdev.c301 IEEE80211_IF_FILE_RW(smps); variable
673 DEBUGFS_ADD_MODE(smps, 0600); in add_sta_files()
684 DEBUGFS_ADD_MODE(smps, 0600); in add_ap_files()
/kernel/linux/linux-6.6/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()
548 /* 27 = header + category + action + smps mode */ in ieee80211_send_smps_action()
562 switch (smps) { in ieee80211_send_smps_action()
540 ieee80211_send_smps_action(struct ieee80211_sub_if_data *sdata, enum ieee80211_smps_mode smps, const u8 *da, const u8 *bssid) ieee80211_send_smps_action() argument
H A Ddebugfs_netdev.c326 IEEE80211_IF_LINK_FILE_RW(smps); variable
881 DEBUGFS_ADD_MODE(dentry, smps, 0600); in add_link_files()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.h123 enum ieee80211_smps_mode smps);
H A Dbase.c2420 enum ieee80211_smps_mode smps, in rtl_make_smps_action()
2427 /* 27 = header + category + action + smps mode */ in rtl_make_smps_action()
2441 switch (smps) { in rtl_make_smps_action()
2465 enum ieee80211_smps_mode smps) in rtl_send_smps_action()
2493 skb = rtl_make_smps_action(hw, smps, sta->addr, bssid); in rtl_send_smps_action()
2499 sta_entry->mimo_ps = smps; in rtl_send_smps_action()
2554 /* 27 = header + category + action + smps mode */ in rtl_make_del_ba()
2419 rtl_make_smps_action(struct ieee80211_hw *hw, enum ieee80211_smps_mode smps, u8 *da, u8 *bssid) rtl_make_smps_action() argument
2463 rtl_send_smps_action(struct ieee80211_hw *hw, struct ieee80211_sta *sta, enum ieee80211_smps_mode smps) rtl_send_smps_action() argument
/kernel/linux/linux-6.6/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()
2402 /* 27 = header + category + action + smps mode */ in rtl_make_smps_action()
2416 switch (smps) { in rtl_make_smps_action()
2440 enum ieee80211_smps_mode smps) in rtl_send_smps_action()
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()
2529 /* 27 = header + category + action + smps mode */ in rtl_make_del_ba()
2394 rtl_make_smps_action(struct ieee80211_hw *hw, enum ieee80211_smps_mode smps, u8 *da, u8 *bssid) rtl_make_smps_action() argument
2438 rtl_send_smps_action(struct ieee80211_hw *hw, struct ieee80211_sta *sta, enum ieee80211_smps_mode smps) rtl_send_smps_action() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dmac.c1384 int smps; in ath11k_peer_assoc_h_smps() local
1389 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_peer_assoc_h_smps()
1390 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_peer_assoc_h_smps()
1392 switch (smps) { in ath11k_peer_assoc_h_smps()
1675 int smps; in ath11k_setup_peer_smps() local
1680 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_setup_peer_smps()
1681 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_setup_peer_smps()
1683 if (smps >= ARRAY_SIZE(ath11k_smps_map)) in ath11k_setup_peer_smps()
1688 ath11k_smps_map[smps]); in ath11k_setup_peer_smps()
2799 u32 changed, bw, nss, smps; in ath11k_sta_rc_update_wk() local
3153 u32 bw, smps; ath11k_mac_op_sta_rc_update() local
3368 u32 smps; ath11k_create_ht_cap() local
[all...]
H A Dcore.h350 u32 smps; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dmac.c1768 int smps; in ath12k_peer_assoc_h_smps() local
1773 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath12k_peer_assoc_h_smps()
1774 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath12k_peer_assoc_h_smps()
1776 switch (smps) { in ath12k_peer_assoc_h_smps()
2248 int smps; in ath12k_setup_peer_smps() local
2253 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath12k_setup_peer_smps()
2254 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath12k_setup_peer_smps()
2256 if (smps >= ARRAY_SIZE(ath12k_smps_map)) in ath12k_setup_peer_smps()
2261 ath12k_smps_map[smps]); in ath12k_setup_peer_smps()
3453 u32 changed, bw, nss, smps, bw_pre in ath12k_sta_rc_update_wk() local
3897 u32 bw, smps; ath12k_mac_op_sta_rc_update() local
4093 u32 smps; ath12k_create_ht_cap() local
[all...]
H A Dcore.h388 u32 smps; member
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmt7603.h81 u8 smps; member
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmt7603.h80 u8 smps; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dlib.c446 priv->current_ht_config.smps = smps_request; in iwlagn_bt_traffic_change_work()
702 return priv->current_ht_config.smps == IEEE80211_SMPS_STATIC || in is_single_rx_stream()
747 switch (priv->current_ht_config.smps) { in iwl_get_idle_rx_chain_count()
756 priv->current_ht_config.smps); in iwl_get_idle_rx_chain_count()
H A Ddev.h101 enum ieee80211_smps_mode smps; /* current smps mode */ member
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dmac.c2558 int smps; in ath11k_peer_assoc_h_smps() local
2564 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_peer_assoc_h_smps()
2565 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_peer_assoc_h_smps()
2567 smps = le16_get_bits(sta->deflink.he_6ghz_capa.capa, in ath11k_peer_assoc_h_smps()
2571 switch (smps) { in ath11k_peer_assoc_h_smps()
2866 int smps; in ath11k_setup_peer_smps() local
2872 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath11k_setup_peer_smps()
2873 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath11k_setup_peer_smps()
2875 smps = FIELD_GET(IEEE80211_HE_6GHZ_CAP_SM_PS, he_6ghz_capa); in ath11k_setup_peer_smps()
2878 if (smps > in ath11k_setup_peer_smps()
4672 u32 changed, bw, nss, smps, bw_prev; ath11k_sta_rc_update_wk() local
5220 u32 bw, smps; ath11k_mac_op_sta_rc_update() local
5417 u32 smps; ath11k_create_ht_cap() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dmac.c2813 int smps; in ath10k_setup_peer_smps() local
2818 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath10k_setup_peer_smps()
2819 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath10k_setup_peer_smps()
2821 if (smps >= ARRAY_SIZE(ath10k_smps_map)) in ath10k_setup_peer_smps()
2826 ath10k_smps_map[smps]); in ath10k_setup_peer_smps()
4754 u32 smps; in ath10k_get_ht_cap() local
4756 smps = WLAN_HT_CAP_SM_PS_DYNAMIC; in ath10k_get_ht_cap()
4757 smps <<= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath10k_get_ht_cap()
4759 ht_cap.cap |= smps; in ath10k_get_ht_cap()
6572 u32 changed, bw, nss, smps; in ath10k_sta_rc_update_wk() local
8354 u32 bw, smps; ath10k_sta_rc_update() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dmac.c2828 int smps; in ath10k_setup_peer_smps() local
2833 smps = ht_cap->cap & IEEE80211_HT_CAP_SM_PS; in ath10k_setup_peer_smps()
2834 smps >>= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath10k_setup_peer_smps()
2836 if (smps >= ARRAY_SIZE(ath10k_smps_map)) in ath10k_setup_peer_smps()
2841 ath10k_smps_map[smps]); in ath10k_setup_peer_smps()
4945 u32 smps; in ath10k_get_ht_cap() local
4947 smps = WLAN_HT_CAP_SM_PS_DYNAMIC; in ath10k_get_ht_cap()
4948 smps <<= IEEE80211_HT_CAP_SM_PS_SHIFT; in ath10k_get_ht_cap()
4950 ht_cap.cap |= smps; in ath10k_get_ht_cap()
6721 u32 changed, bw, nss, smps; in ath10k_sta_rc_update_wk() local
8515 u32 bw, smps; ath10k_sta_rc_update() local
[all...]
/kernel/linux/linux-5.10/drivers/regulator/
H A Dqcom_spmi-regulator.c551 static DEFINE_SPMI_SET_POINTS(smps);
1456 SPMI_VREG(BUCK, GP_CTL, 0, INF, SMPS, smps, smps, 100000),
/kernel/linux/linux-6.6/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),
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1647 struct wtbl_smps *smps; in mt7915_mcu_wtbl_smps_tlv() local
1650 tlv = mt7915_mcu_add_nested_tlv(skb, WTBL_SMPS, sizeof(*smps), in mt7915_mcu_wtbl_smps_tlv()
1652 smps = (struct wtbl_smps *)tlv; in mt7915_mcu_wtbl_smps_tlv()
1655 smps->smps = true; in mt7915_mcu_wtbl_smps_tlv()
/kernel/linux/linux-6.6/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()

Completed in 72 milliseconds

123