Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt76x2/
HDusb_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()
HDpci_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()
HDusb_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()
HDpci_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()
HDusb_main.c40 cancel_delayed_work_sync(&dev->cal_work); in mt76x2u_set_channel()
HDpci_main.c38 cancel_delayed_work_sync(&dev->cal_work); in mt76x2_set_channel()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt76x0/
HDpci.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()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/
HDmt76x02.h105 struct delayed_work cal_work; member
HDmt76x02_util.c618 ieee80211_queue_delayed_work(hw, &dev->cal_work, 0); in mt76x02_sw_scan_complete()