Searched refs:mt7915_phy (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| A D | mt7915.h | 131 struct mt7915_phy *phy; 199 struct mt7915_phy { struct 253 struct mt7915_phy phy; argument 334 static inline struct mt7915_phy * 350 static inline struct mt7915_phy * 388 int mt7915_mcu_add_dev_info(struct mt7915_phy *phy, 390 int mt7915_mcu_add_bss_info(struct mt7915_phy *phy, 416 int mt7915_set_channel(struct mt7915_phy *phy); 445 int mt7915_mcu_apply_tx_dpd(struct mt7915_phy *phy); 493 void mt7915_mac_set_timing(struct mt7915_phy *phy); [all …]
|
| A D | testmode.c | 52 mt7915_tm_set_tx_power(struct mt7915_phy *phy) in mt7915_tm_set_tx_power() 136 mt7915_tm_clean_hwq(struct mt7915_phy *phy, u8 wcid) in mt7915_tm_clean_hwq() 272 mt7915_tm_set_tx_len(struct mt7915_phy *phy, u32 tx_time) in mt7915_tm_set_tx_len() 350 mt7915_tm_reg_backup_restore(struct mt7915_phy *phy) in mt7915_tm_reg_backup_restore() 402 mt7915_tm_init(struct mt7915_phy *phy, bool en) in mt7915_tm_init() 423 mt7915_tm_update_channel(struct mt7915_phy *phy) in mt7915_tm_update_channel() 433 mt7915_tm_set_tx_frames(struct mt7915_phy *phy, bool en) in mt7915_tm_set_tx_frames() 515 mt7915_tm_set_tx_cont(struct mt7915_phy *phy, bool en) in mt7915_tm_set_tx_cont() 653 struct mt7915_phy *phy = mphy->priv; in mt7915_tm_set_state() 696 struct mt7915_phy *phy = mphy->priv; in mt7915_tm_set_params() [all …]
|
| A D | main.c | 13 struct mt7915_phy *phy; in mt7915_dev_running() 26 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_start() 98 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_stop() 193 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_add_interface() 273 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_remove_interface() 431 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_config() 497 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_configure_filter() 576 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_bss_info_changed() 725 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_set_rts_threshold() 812 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_get_stats() [all …]
|
| A D | init.c | 49 struct mt7915_phy *phy = dev_get_drvdata(dev); in mt7915_thermal_temp_show() 68 struct mt7915_phy *phy = dev_get_drvdata(dev); in mt7915_thermal_temp_store() 109 struct mt7915_phy *phy = cdev->devdata; in mt7915_thermal_get_cur_throttle_state() 120 struct mt7915_phy *phy = cdev->devdata; in mt7915_thermal_set_cur_throttle_state() 147 static void mt7915_unregister_thermal(struct mt7915_phy *phy) in mt7915_unregister_thermal() 158 static int mt7915_thermal_init(struct mt7915_phy *phy) in mt7915_thermal_init() 290 struct mt7915_phy *phy = mphy->priv; in mt7915_regd_notifier() 308 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_init_wiphy() 435 struct mt7915_phy *phy = mt7915_ext_phy(dev); in mt7915_register_ext_phy() 864 void mt7915_set_stream_he_caps(struct mt7915_phy *phy) in mt7915_set_stream_he_caps() [all …]
|
| A D | debugfs.c | 194 mt7915_ampdu_stat_read_phy(struct mt7915_phy *phy, in mt7915_ampdu_stat_read_phy() 225 mt7915_txbf_stat_read_phy(struct mt7915_phy *phy, struct seq_file *s) in mt7915_txbf_stat_read_phy() 274 struct mt7915_phy *phy = file->private; in mt7915_tx_stats_show() 308 struct mt7915_phy *phy = s->private; in mt7915_hw_queue_read() 366 struct mt7915_phy *phy = file->private; in mt7915_hw_queues_show() 436 struct mt7915_phy *phy = file->private; in mt7915_xmit_queues_show() 475 struct mt7915_phy *phy = file->private; in mt7915_rate_txpower_show() 522 int mt7915_init_debugfs(struct mt7915_phy *phy) in mt7915_init_debugfs()
|
| A D | mcu.c | 462 struct mt7915_phy *phy; in mt7915_mcu_rx_thermal_notify() 471 phy = (struct mt7915_phy *)mphy->priv; in mt7915_mcu_rx_thermal_notify() 683 struct mt7915_phy *phy, bool enable) in mt7915_mcu_bss_basic_tlv() 824 struct mt7915_phy *phy) in mt7915_mcu_bss_rfch_tlv() 862 struct mt7915_phy *phy) in mt7915_mcu_bss_ra_tlv() 888 struct mt7915_phy *phy) in mt7915_mcu_bss_he_tlv() 1008 int mt7915_mcu_add_bss_info(struct mt7915_phy *phy, in mt7915_mcu_add_bss_info() 1956 struct mt7915_phy *phy = in mt7915_mcu_sta_bfer_tlv() 2023 struct mt7915_phy *phy = in mt7915_mcu_sta_bfee_tlv() 2439 int mt7915_mcu_add_dev_info(struct mt7915_phy *phy, in mt7915_mcu_add_dev_info() [all …]
|
| A D | mac.c | 392 struct mt7915_phy *phy = &dev->phy; in mt7915_mac_fill_rx() 711 struct mt7915_phy *phy = &dev->phy; in mt7915_mac_fill_rx_vector() 1583 void mt7915_mac_reset_counters(struct mt7915_phy *phy) in mt7915_mac_reset_counters() 1610 void mt7915_mac_set_timing(struct mt7915_phy *phy) in mt7915_mac_set_timing() 1630 struct mt7915_phy *phy_ext = mt7915_ext_phy(dev); in mt7915_mac_set_timing() 1676 mt7915_phy_get_nf(struct mt7915_phy *phy, int idx) in mt7915_phy_get_nf() 1701 struct mt7915_phy *phy = (struct mt7915_phy *)mphy->priv; in mt7915_update_channel() 1835 struct mt7915_phy *phy2; in mt7915_mac_reset_work() 1920 void mt7915_mac_update_stats(struct mt7915_phy *phy) in mt7915_mac_update_stats() 2093 struct mt7915_phy *phy; in mt7915_mac_work() [all …]
|
| A D | eeprom.c | 61 void mt7915_eeprom_parse_band_config(struct mt7915_phy *phy) in mt7915_eeprom_parse_band_config()
|
| A D | dma.c | 8 int mt7915_init_tx_queues(struct mt7915_phy *phy, int idx, int n_desc) in mt7915_init_tx_queues()
|
Completed in 33 milliseconds