Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dinit.c167 mt7925_mcu_set_channel_domain(hw->priv); in mt7925_regd_update()
H A Dmcu.h692 int mt7925_mcu_set_channel_domain(struct mt76_phy *phy);
H A Dmcu.c3174 int mt7925_mcu_set_channel_domain(struct mt76_phy *phy) in mt7925_mcu_set_channel_domain() function
3277 EXPORT_SYMBOL_GPL(mt7925_mcu_set_channel_domain);
H A Dmain.c316 err = mt7925_mcu_set_channel_domain(mphy); in __mt7925_start()