Searched refs:cal_work (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | main.c | 33 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()
|
D | mt76x0.h | 167 struct delayed_work cal_work; member
|
D | phy.c | 890 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/ |
D | mt76x2u_phy.c | 157 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()
|
D | mt76x2u_init.c | 260 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()
|
D | mt76x2_phy.c | 400 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()
|
D | mt76x2u_main.c | 71 cancel_delayed_work_sync(&dev->cal_work); in mt76x2u_set_channel()
|
D | mt76x2_init.c | 402 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()
|
D | mt76x2.h | 114 struct delayed_work cal_work; member
|
D | mt76x2_main.c | 95 cancel_delayed_work_sync(&dev->cal_work); in mt76x2_set_channel()
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/ |
D | main.c | 32 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()
|
D | phy.c | 455 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()
|
D | mt7601u.h | 175 struct delayed_work cal_work; member
|