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