Searched refs:cal_work (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| D | usb_phy.c | 46 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()
|
| D | pci_phy.c | 247 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()
|
| D | usb_init.c | 202 INIT_DELAYED_WORK(&dev->cal_work, mt76x2u_phy_calibrate); in mt76x2u_register_device() 243 cancel_delayed_work_sync(&dev->cal_work); in mt76x2u_stop_hw()
|
| D | pci_init.c | 282 cancel_delayed_work_sync(&dev->cal_work); in mt76x2_stop_hardware() 302 INIT_DELAYED_WORK(&dev->cal_work, mt76x2_phy_calibrate); in mt76x2_register_device()
|
| D | usb_main.c | 39 cancel_delayed_work_sync(&dev->cal_work); in mt76x2u_set_channel()
|
| D | pci_main.c | 45 cancel_delayed_work_sync(&dev->cal_work); in mt76x2_set_channel()
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x0/ |
| D | pci.c | 21 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()
|
| D | main.c | 14 cancel_delayed_work_sync(&dev->cal_work); in mt76x0_set_channel()
|
| D | usb.c | 84 cancel_delayed_work_sync(&dev->cal_work); in mt76x0u_stop() 113 ieee80211_queue_delayed_work(dev->mt76.hw, &dev->cal_work, in mt76x0u_start()
|
| D | phy.c | 1013 ieee80211_queue_delayed_work(dev->mt76.hw, &dev->cal_work, in mt76x0_phy_set_channel() 1103 cal_work.work); in mt76x0_phy_calibration_work() 1111 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-v5.4/drivers/net/wireless/mediatek/mt7601u/ |
| D | main.c | 24 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()
|
| D | phy.c | 447 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() 1002 cal_work.work); in mt7601u_phy_calibrate() 1011 ieee80211_queue_delayed_work(dev->hw, &dev->cal_work, in mt7601u_phy_calibrate() 1248 INIT_DELAYED_WORK(&dev->cal_work, mt7601u_phy_calibrate); in mt7601u_phy_init()
|
| D | mt7601u.h | 167 struct delayed_work cal_work; member
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/ |
| D | mt76x02.h | 87 struct delayed_work cal_work; member
|
| D | mt76x02_util.c | 614 ieee80211_queue_delayed_work(hw, &dev->cal_work, 0); in mt76x02_sw_scan_complete()
|