Home
last modified time | relevance | path

Searched refs:mt76_testmode_enabled (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dtestmode.c65 if (!mt76_testmode_enabled(phy)) in mt7921_tm_set()
158 !mt76_testmode_enabled(mphy)) in mt7921_testmode_dump()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c333 if (!mt76_testmode_enabled(phy->mt76)) { in mt7615_set_channel()
515 if (!mt76_testmode_enabled(phy->mt76)) \ in mt7615_configure_filter()
H A Dmcu.c2153 if (mt76_testmode_enabled(phy->mt76)) in mt7615_mcu_set_chan_info()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c86 if (!mt76_testmode_enabled(phy->mt76)) in mt7915_run()
355 if (!mt76_testmode_enabled(phy->mt76)) in mt7915_set_channel()
H A Dmac.c737 if (mt76_testmode_enabled(mphy)) in mt7915_mac_write_txwi()
H A Dmcu.c2740 mt76_testmode_enabled(phy->mt76)) { in mt7915_mcu_set_chan_info()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dtx.c334 if (mt76_testmode_enabled(phy)) { in mt76_tx()
H A Dmt76.h1249 static inline bool mt76_testmode_enabled(struct mt76_phy *phy) in mt76_testmode_enabled() function