Lines Matching defs:mphy
11 int mt76x0_set_channel(struct mt76_phy *mphy)
13 struct mt76x02_dev *dev = container_of(mphy->dev, struct mt76x02_dev, mt76);
19 mt76x0_phy_set_channel(dev, &mphy->chandef);
39 struct mt76_phy *mphy = &dev->mphy;
42 if (!cfg80211_chandef_valid(&mphy->chandef))
49 dev->txpower_conf = mt76_get_sar_power(mphy, mphy->chandef.chan,
51 if (test_bit(MT76_STATE_RUNNING, &mphy->state))
65 mt76_update_channel(&dev->mphy);
70 struct mt76_phy *mphy = &dev->mphy;
73 dev->txpower_conf = mt76_get_sar_power(mphy,
74 mphy->chandef.chan,
76 if (test_bit(MT76_STATE_RUNNING, &mphy->state))