Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt76x2/
A Dusb_phy.c46 dev = container_of(work, struct mt76x02_dev, cal_work.work); in mt76x2u_phy_calibrate()
56 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->cal_work, in mt76x2u_phy_calibrate()
198 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->cal_work, in mt76x2u_phy_set_channel()
A Dpci_phy.c247 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->cal_work, in mt76x2_phy_set_channel()
285 dev = container_of(work, struct mt76x02_dev, cal_work.work); in mt76x2_phy_calibrate()
296 ieee80211_queue_delayed_work(mt76_hw(dev), &dev->cal_work, in mt76x2_phy_calibrate()
A Dusb_init.c196 INIT_DELAYED_WORK(&dev->cal_work, mt76x2u_phy_calibrate); in mt76x2u_register_device()
240 cancel_delayed_work_sync(&dev->cal_work); in mt76x2u_stop_hw()
A Dpci_init.c273 cancel_delayed_work_sync(&dev->cal_work); in mt76x2_stop_hardware()
294 INIT_DELAYED_WORK(&dev->cal_work, mt76x2_phy_calibrate); in mt76x2_register_device()
A Dusb_main.c40 cancel_delayed_work_sync(&dev->cal_work); in mt76x2u_set_channel()
A Dpci_main.c38 cancel_delayed_work_sync(&dev->cal_work); in mt76x2_set_channel()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt7601u/
A Dmain.c24 ieee80211_queue_delayed_work(dev->hw, &dev->cal_work, in mt7601u_start()
37 cancel_delayed_work_sync(&dev->cal_work); in mt7601u_stop()
284 ieee80211_queue_delayed_work(dev->hw, &dev->cal_work, in mt7601u_sw_scan_complete()
A Dphy.c447 cancel_delayed_work_sync(&dev->cal_work); in mt7601u_phy_set_channel()
459 ieee80211_queue_delayed_work(dev->hw, &dev->cal_work, in mt7601u_phy_set_channel()
1005 cal_work.work); in mt7601u_phy_calibrate()
1014 ieee80211_queue_delayed_work(dev->hw, &dev->cal_work, in mt7601u_phy_calibrate()
1254 INIT_DELAYED_WORK(&dev->cal_work, mt7601u_phy_calibrate); in mt7601u_phy_init()
A Dmt7601u.h167 struct delayed_work cal_work; member
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt76x0/
A Dpci.c21 ieee80211_queue_delayed_work(dev->mt76.hw, &dev->cal_work, in mt76x0e_start()
30 cancel_delayed_work_sync(&dev->cal_work); in mt76x0e_stop_hw()
A Dusb.c85 cancel_delayed_work_sync(&dev->cal_work); in mt76x0u_stop()
114 ieee80211_queue_delayed_work(dev->mt76.hw, &dev->cal_work, in mt76x0u_start()
A Dmain.c14 cancel_delayed_work_sync(&dev->cal_work); in mt76x0_set_channel()
A Dphy.c1014 ieee80211_queue_delayed_work(dev->mt76.hw, &dev->cal_work, in mt76x0_phy_set_channel()
1104 cal_work.work); in mt76x0_phy_calibration_work()
1112 ieee80211_queue_delayed_work(dev->mt76.hw, &dev->cal_work, in mt76x0_phy_calibration_work()
1209 INIT_DELAYED_WORK(&dev->cal_work, mt76x0_phy_calibration_work); in mt76x0_phy_init()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dmt76x02.h105 struct delayed_work cal_work; member
A Dmt76x02_util.c618 ieee80211_queue_delayed_work(hw, &dev->cal_work, 0); in mt76x02_sw_scan_complete()

Completed in 20 milliseconds