Lines Matching refs: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()
44 set_bit(MT76_RESET, &dev->mphy.state); in mt76x2u_set_channel()
46 mt76_set_channel(&dev->mphy); in mt76x2u_set_channel()
55 clear_bit(MT76_RESET, &dev->mphy.state); in mt76x2u_set_channel()
59 mt76_txq_schedule_all(&dev->mphy); in mt76x2u_set_channel()
81 struct mt76_phy *mphy = &dev->mphy; in mt76x2u_config() local
84 dev->txpower_conf = mt76_get_sar_power(mphy, in mt76x2u_config()
85 mphy->chandef.chan, in mt76x2u_config()
90 if (test_bit(MT76_STATE_RUNNING, &mphy->state)) in mt76x2u_config()