Searched refs:mt76_testmode_reset (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | main.c | 110 mt76_testmode_reset(phy->mt76, true); in mt7615_stop() 191 mt76_testmode_reset(phy->mt76, true); in mt7615_add_interface() 261 mt76_testmode_reset(phy->mt76, true); in mt7615_remove_interface() 447 mt76_testmode_reset(phy->mt76, false); in mt7615_config() 459 mt76_testmode_reset(phy->mt76, true); in mt7615_config()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | main.c | 120 mt76_testmode_reset(phy->mt76, true); in mt7915_stop() 216 mt76_testmode_reset(phy->mt76, true); in mt7915_add_interface() 297 mt76_testmode_reset(phy->mt76, true); in mt7915_remove_interface() 463 mt76_testmode_reset(phy->mt76, false); in mt7915_config() 494 mt76_testmode_reset(phy->mt76, true); in mt7915_config()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76.h | 1372 static inline void mt76_testmode_reset(struct mt76_phy *phy, bool disable) in mt76_testmode_reset() function
|