Home
last modified time | relevance | path

Searched refs:roc_work (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dchannel.c339 struct mt76_phy *phy = container_of(work, struct mt76_phy, roc_work.work); in mt76_roc_complete_work()
351 cancel_delayed_work_sync(&phy->roc_work); in mt76_abort_roc()
393 ieee80211_queue_delayed_work(phy->hw, &phy->roc_work, in mt76_remain_on_channel()
H A Dmt792x.h184 struct work_struct roc_work; member
H A Dmt792x_core.c313 ieee80211_queue_work(phy->mt76->hw, &phy->roc_work); in mt792x_roc_timer()
H A Dmt76.h874 struct delayed_work roc_work; member
H A Dmac80211.c444 INIT_DELAYED_WORK(&phy->roc_work, mt76_roc_complete_work); in mt76_phy_init()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dpci_mac.c227 cancel_work_sync(&dev->phy.roc_work); in mt7615_mac_reset_work()
232 cancel_work_sync(&phy2->roc_work); in mt7615_mac_reset_work()
H A Dmain.c101 cancel_work_sync(&phy->roc_work); in mt7615_stop()
1034 roc_work); in mt7615_roc_work()
1051 ieee80211_queue_work(phy->mt76->hw, &phy->roc_work); in mt7615_roc_timer()
1201 cancel_work_sync(&phy->roc_work); in mt7615_cancel_remain_on_channel()
H A Dinit.c561 INIT_WORK(&phy->roc_work, mt7615_roc_work); in mt7615_register_ext_phy()
643 INIT_WORK(&dev->phy.roc_work, mt7615_roc_work); in mt7615_init_device()
H A Dusb.c89 cancel_work_sync(&phy->roc_work); in mt7663u_stop()
H A Dmt7615.h190 struct work_struct roc_work; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dinit.c232 INIT_WORK(&dev->phy.roc_work, mt7925_roc_work); in mt7925_register_device()
H A Dmain.c461 cancel_work_sync(&phy->roc_work); in mt7925_roc_abort_sync()
474 roc_work); in mt7925_roc_work()
493 cancel_work_sync(&phy->roc_work); in mt7925_abort_roc()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dinit.c312 INIT_WORK(&dev->phy.roc_work, mt7921_roc_work); in mt7921_register_device()
H A Dmain.c375 cancel_work_sync(&phy->roc_work); in mt7921_roc_abort_sync()
388 roc_work); in mt7921_roc_work()
406 cancel_work_sync(&phy->roc_work); in mt7921_abort_roc()
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c209 wiphy_delayed_work_init(&rtwvif->roc.roc_work, rtw89_roc_work); in rtw89_ops_add_interface()
251 wiphy_delayed_work_cancel(hw->wiphy, &rtwvif->roc.roc_work); in rtw89_ops_remove_interface()
1481 wiphy_delayed_work_cancel(hw->wiphy, &rtwvif->roc.roc_work); in rtw89_ops_cancel_remain_on_channel()
H A Dcore.c3573 wiphy_delayed_work_cancel(hw->wiphy, &rtwvif->roc.roc_work); in rtw89_roc_start()
3574 wiphy_delayed_work_queue(hw->wiphy, &rtwvif->roc.roc_work, in rtw89_roc_start()
3621 wiphy_delayed_work_queue(hw->wiphy, &roc->roc_work, in rtw89_roc_end()
3628 roc.roc_work.work); in rtw89_roc_work()
H A Dcore.h3538 struct wiphy_delayed_work roc_work; member