Searched refs:cal_work (Results 1 – 3 of 3) sorted by relevance
453 cancel_delayed_work_sync(&dev->cal_work); in mt7601u_phy_set_channel()465 ieee80211_queue_delayed_work(dev->hw, &dev->cal_work, in mt7601u_phy_set_channel()1001 cal_work.work); in mt7601u_phy_calibrate()1010 ieee80211_queue_delayed_work(dev->hw, &dev->cal_work, in mt7601u_phy_calibrate()1247 INIT_DELAYED_WORK(&dev->cal_work, mt7601u_phy_calibrate); in mt7601u_phy_init()
33 ieee80211_queue_delayed_work(dev->hw, &dev->cal_work, in mt7601u_start()46 cancel_delayed_work_sync(&dev->cal_work); in mt7601u_stop()
171 struct delayed_work cal_work; member