Lines Matching full:mphy
18 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mphy.mac_work, in mt76x2u_start()
20 set_bit(MT76_STATE_RUNNING, &dev->mphy.state); in mt76x2u_start()
29 clear_bit(MT76_STATE_RUNNING, &dev->mphy.state); in mt76x2u_stop()
34 int mt76x2u_set_channel(struct mt76_phy *mphy) in mt76x2u_set_channel() argument
36 struct mt76x02_dev *dev = container_of(mphy->dev, struct mt76x02_dev, mt76); in mt76x2u_set_channel()
42 err = mt76x2u_phy_set_channel(dev, &mphy->chandef); in mt76x2u_set_channel()
69 struct mt76_phy *mphy = &dev->mphy; in mt76x2u_config() local
72 dev->txpower_conf = mt76_get_sar_power(mphy, in mt76x2u_config()
73 mphy->chandef.chan, in mt76x2u_config()
78 if (test_bit(MT76_STATE_RUNNING, &mphy->state)) in mt76x2u_config()
85 mt76_update_channel(&dev->mphy); in mt76x2u_config()