Home
last modified time | relevance | path

Searched refs:mt7915_mcu_set_mac (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/
Dmain.c38 ret = mt7915_mcu_set_mac(dev, dev->phy.mt76->band_idx, in mt7915_run()
52 ret = mt7915_mcu_set_mac(dev, phy->mt76->band_idx, in mt7915_run()
126 mt7915_mcu_set_mac(dev, phy->mt76->band_idx, false, false); in mt7915_stop()
131 mt7915_mcu_set_mac(dev, dev->phy.mt76->band_idx, false, false); in mt7915_stop()
Dmt7915.h477 int mt7915_mcu_set_mac(struct mt7915_dev *dev, int band, bool enable,
Dmcu.c2440 int mt7915_mcu_set_mac(struct mt7915_dev *dev, int band, in mt7915_mcu_set_mac() function