Home
last modified time | relevance | path

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

/drivers/net/wireless/mediatek/mt76/
A Dchannel.c336 struct mt76_phy *phy = container_of(work, struct mt76_phy, roc_work.work); in mt76_roc_complete_work()
348 cancel_delayed_work_sync(&phy->roc_work); in mt76_abort_roc()
388 ieee80211_queue_delayed_work(phy->hw, &phy->roc_work, in mt76_remain_on_channel()
A Dmt792x.h183 struct work_struct roc_work; member
A Dmt792x_core.c310 ieee80211_queue_work(phy->mt76->hw, &phy->roc_work); in mt792x_roc_timer()
A Dmt76.h827 struct delayed_work roc_work; member
A Dmac80211.c434 INIT_DELAYED_WORK(&phy->roc_work, mt76_roc_complete_work); in mt76_phy_init()
/drivers/net/wireless/mediatek/mt76/mt7615/
A Dpci_mac.c224 cancel_work_sync(&dev->phy.roc_work); in mt7615_mac_reset_work()
229 cancel_work_sync(&phy2->roc_work); in mt7615_mac_reset_work()
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()
A Dinit.c559 INIT_WORK(&phy->roc_work, mt7615_roc_work); in mt7615_register_ext_phy()
634 INIT_WORK(&dev->phy.roc_work, mt7615_roc_work); in mt7615_init_device()
A Dusb.c89 cancel_work_sync(&phy->roc_work); in mt7663u_stop()
A Dmt7615.h190 struct work_struct roc_work; member
/drivers/net/wireless/mediatek/mt76/mt7921/
A Dinit.c296 INIT_WORK(&dev->phy.roc_work, mt7921_roc_work); in mt7921_register_device()
A Dmain.c373 cancel_work_sync(&phy->roc_work); in mt7921_roc_abort_sync()
386 roc_work); in mt7921_roc_work()
404 cancel_work_sync(&phy->roc_work); in mt7921_abort_roc()
/drivers/net/wireless/mediatek/mt76/mt7925/
A Dinit.c370 INIT_WORK(&dev->phy.roc_work, mt7925_roc_work); in mt7925_register_device()
A Dmain.c460 cancel_work_sync(&phy->roc_work); in mt7925_roc_abort_sync()
473 roc_work); in mt7925_roc_work()
492 cancel_work_sync(&phy->roc_work); in mt7925_abort_roc()
/drivers/net/wireless/realtek/rtw89/
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()
A Dcore.c3520 wiphy_delayed_work_cancel(hw->wiphy, &rtwvif->roc.roc_work); in rtw89_roc_start()
3521 wiphy_delayed_work_queue(hw->wiphy, &rtwvif->roc.roc_work, in rtw89_roc_start()
3568 wiphy_delayed_work_queue(hw->wiphy, &roc->roc_work, in rtw89_roc_end()
3575 roc.roc_work.work); in rtw89_roc_work()
A Dcore.h3532 struct wiphy_delayed_work roc_work; member

Completed in 104 milliseconds