Home
last modified time | relevance | path

Searched refs:mt76_connac_mcu_set_pm (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c33 ret = mt76_connac_mcu_set_pm(&dev->mt76, in mt7915_run()
47 ret = mt76_connac_mcu_set_pm(&dev->mt76, in mt7915_run()
125 mt76_connac_mcu_set_pm(&dev->mt76, phy->mt76->band_idx, 1); in mt7915_stop()
130 mt76_connac_mcu_set_pm(&dev->mt76, dev->phy.mt76->band_idx, 1); in mt7915_stop()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h2047 int mt76_connac_mcu_set_pm(struct mt76_dev *dev, int band, int enter);
H A Dmt76_connac_mcu.c2815 int mt76_connac_mcu_set_pm(struct mt76_dev *dev, int band, int enter) in mt76_connac_mcu_set_pm() function
2843 EXPORT_SYMBOL_GPL(mt76_connac_mcu_set_pm);
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmcu.c740 return mt76_connac_mcu_set_pm(&dev->mt76, band, state); in mt7615_mcu_ctrl_pm_state()