Home
last modified time | relevance | path

Searched refs:mt792x_phy (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x.h89 struct mt792x_phy *phy;
97 struct mt792x_phy { struct
165 struct mt792x_phy phy;
200 static inline struct mt792x_phy *
236 void mt792x_mac_reset_counters(struct mt792x_phy *phy);
241 void mt792x_mac_update_mib_stats(struct mt792x_phy *phy);
242 void mt792x_mac_set_timeing(struct mt792x_phy *phy);
347 int mt792x_init_acpi_sar_power(struct mt792x_phy *phy, bool set_default);
348 u8 mt792x_acpi_get_flags(struct mt792x_phy *phy);
355 static inline int mt792x_init_acpi_sar_power(struct mt792x_phy *phy, in mt792x_init_acpi_sar_power()
[all …]
H A Dmt792x_mac.c14 struct mt792x_phy *phy; in mt792x_mac_work()
38 void mt792x_mac_set_timeing(struct mt792x_phy *phy) in mt792x_mac_set_timeing()
80 void mt792x_mac_update_mib_stats(struct mt792x_phy *phy) in mt792x_mac_update_mib_stats()
196 void mt792x_mac_reset_counters(struct mt792x_phy *phy) in mt792x_mac_reset_counters()
220 mt792x_phy_get_nf(struct mt792x_phy *phy, int idx) in mt792x_phy_get_nf()
229 struct mt792x_phy *phy = (struct mt792x_phy *)mphy->priv; in mt792x_phy_update_channel()
H A Dmt792x_acpi_sar.c201 mt792x_asar_get_geo_pwr(struct mt792x_phy *phy, in mt792x_asar_get_geo_pwr()
256 mt792x_asar_range_pwr(struct mt792x_phy *phy, in mt792x_asar_range_pwr()
288 int mt792x_init_acpi_sar_power(struct mt792x_phy *phy, bool set_default) in mt792x_init_acpi_sar_power()
315 u8 mt792x_acpi_get_flags(struct mt792x_phy *phy) in mt792x_acpi_get_flags()
H A Dmt792x_debugfs.c7 mt792x_ampdu_stat_read_phy(struct mt792x_phy *phy, in mt792x_ampdu_stat_read_phy()
42 struct mt792x_phy *phy = &dev->phy; in mt792x_tx_stats_show()
H A Dmt792x_core.c100 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_remove_interface()
139 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_stats()
221 struct mt792x_phy *phy = from_timer(phy, timer, roc_timer); in mt792x_roc_timer()
396 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_et_stats()
501 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_set_coverage_class()
515 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_init_wiphy()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c13 mt7921_init_he_caps(struct mt792x_phy *phy, enum nl80211_band band, in mt7921_init_he_caps()
188 void mt7921_set_stream_he_caps(struct mt792x_phy *phy) in mt7921_set_stream_he_caps()
222 int __mt7921_start(struct mt792x_phy *phy) in __mt7921_start()
255 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_start()
268 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_stop()
289 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_add_interface()
345 struct mt792x_phy *phy = priv; in mt7921_roc_iter()
352 struct mt792x_phy *phy; in mt7921_roc_work()
354 phy = (struct mt792x_phy *)container_of(work, struct mt792x_phy, in mt7921_roc_work()
368 static int mt7921_abort_roc(struct mt792x_phy *phy, struct mt792x_vif *vif) in mt7921_abort_roc()
[all …]
H A Dmt7921.h182 int __mt7921_start(struct mt792x_phy *phy);
191 int mt7921_mcu_set_chan_info(struct mt792x_phy *phy, int cmd);
194 int mt7921_mcu_get_rx_rate(struct mt792x_phy *phy, struct ieee80211_vif *vif,
270 void mt7921_set_stream_he_caps(struct mt792x_phy *phy);
314 int mt7921_mcu_get_temperature(struct mt792x_phy *phy);
334 int mt7921_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_vif *vif,
337 int mt7921_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_vif *vif,
H A Dmcu.c163 struct mt792x_phy *phy = (struct mt792x_phy *)mphy->priv; in mt7921_mcu_scan_event()
373 struct mt792x_phy *phy = &dev->phy; in mt7921_load_clc()
588 int mt7921_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_vif *vif, in mt7921_mcu_set_roc()
655 int mt7921_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_vif *vif, in mt7921_mcu_abort_roc()
685 int mt7921_mcu_set_chan_info(struct mt792x_phy *phy, int cmd) in mt7921_mcu_set_chan_info()
1195 struct mt792x_phy *phy = (struct mt792x_phy *)&dev->phy; in mt7921_mcu_set_clc()
1214 int mt7921_mcu_get_temperature(struct mt792x_phy *phy) in mt7921_mcu_get_temperature()
H A Dtestmode.c116 struct mt792x_phy *phy = mphy->priv; in mt7921_testmode_cmd()
153 struct mt792x_phy *phy = mphy->priv; in mt7921_testmode_dump()
H A Dinit.c20 struct mt792x_phy *phy = dev_get_drvdata(dev); in mt7921_thermal_temp_show()
45 static int mt7921_thermal_init(struct mt792x_phy *phy) in mt7921_thermal_init()
H A Dmac.c181 struct mt792x_phy *phy = &dev->phy; in mt7921_mac_fill_rx()