Home
last modified time | relevance | path

Searched refs:cal_work (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dmain.c33 ieee80211_queue_delayed_work(dev->mt76.hw, &dev->cal_work, in mt76x0_start()
46 cancel_delayed_work_sync(&dev->cal_work); in mt76x0_stop()
260 cancel_delayed_work_sync(&dev->cal_work); in mt76x0_sw_scan()
274 ieee80211_queue_delayed_work(dev->mt76.hw, &dev->cal_work, in mt76x0_sw_scan_complete()
Dmt76x0.h167 struct delayed_work cal_work; member
Dphy.c890 cal_work.work); in mt76x0_phy_calibrate()
895 ieee80211_queue_delayed_work(dev->mt76.hw, &dev->cal_work, in mt76x0_phy_calibrate()
1000 INIT_DELAYED_WORK(&dev->cal_work, mt76x0_phy_calibrate); in mt76x0_phy_init()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2u_phy.c157 dev = container_of(work, struct mt76x2_dev, cal_work.work); in mt76x2u_phy_calibrate()
161 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->cal_work, in mt76x2u_phy_calibrate()
300 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->cal_work, in mt76x2u_phy_set_channel()
Dmt76x2u_init.c260 INIT_DELAYED_WORK(&dev->cal_work, mt76x2u_phy_calibrate); in mt76x2u_register_device()
308 cancel_delayed_work_sync(&dev->cal_work); in mt76x2u_stop_hw()
Dmt76x2_phy.c400 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->cal_work, in mt76x2_phy_set_channel()
479 dev = container_of(work, struct mt76x2_dev, cal_work.work); in mt76x2_phy_calibrate()
484 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->cal_work, in mt76x2_phy_calibrate()
Dmt76x2u_main.c71 cancel_delayed_work_sync(&dev->cal_work); in mt76x2u_set_channel()
Dmt76x2_init.c402 cancel_delayed_work_sync(&dev->cal_work); in mt76x2_stop_hardware()
543 INIT_DELAYED_WORK(&dev->cal_work, mt76x2_phy_calibrate); in mt76x2_register_device()
Dmt76x2.h114 struct delayed_work cal_work; member
Dmt76x2_main.c95 cancel_delayed_work_sync(&dev->cal_work); in mt76x2_set_channel()
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/
Dmain.c32 ieee80211_queue_delayed_work(dev->hw, &dev->cal_work, in mt7601u_start()
45 cancel_delayed_work_sync(&dev->cal_work); in mt7601u_stop()
292 ieee80211_queue_delayed_work(dev->hw, &dev->cal_work, in mt7601u_sw_scan_complete()
Dphy.c455 cancel_delayed_work_sync(&dev->cal_work); in mt7601u_phy_set_channel()
467 ieee80211_queue_delayed_work(dev->hw, &dev->cal_work, in mt7601u_phy_set_channel()
1010 cal_work.work); in mt7601u_phy_calibrate()
1019 ieee80211_queue_delayed_work(dev->hw, &dev->cal_work, in mt7601u_phy_calibrate()
1256 INIT_DELAYED_WORK(&dev->cal_work, mt7601u_phy_calibrate); in mt7601u_phy_init()
Dmt7601u.h175 struct delayed_work cal_work; member