| /linux-6.15/net/mac80211/ |
| H A D | offchannel.c | 233 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, dur); in ieee80211_recalc_sw_work() 372 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, in _ieee80211_start_next_roc() 411 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, in ieee80211_start_next_roc() 491 container_of(work, struct ieee80211_local, roc_work.work); in ieee80211_roc_work() 622 &local->roc_work, 0); in ieee80211_start_roc_work() 793 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, 0); in ieee80211_cancel_roc() 1056 wiphy_delayed_work_init(&local->roc_work, ieee80211_roc_work); in ieee80211_roc_setup()
|
| H A D | main.c | 510 wiphy_delayed_work_flush(local->hw.wiphy, &local->roc_work); in ieee80211_restart_work() 1688 wiphy_delayed_work_cancel(local->hw.wiphy, &local->roc_work); in ieee80211_unregister_hw()
|
| H A D | ieee80211_i.h | 1612 struct wiphy_delayed_work roc_work; member
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | channel.c | 334 struct mt76_phy *phy = container_of(work, struct mt76_phy, roc_work.work); in mt76_roc_complete_work() 346 cancel_delayed_work_sync(&phy->roc_work); in mt76_abort_roc() 386 ieee80211_queue_delayed_work(phy->hw, &phy->roc_work, in mt76_remain_on_channel()
|
| H A D | mt792x.h | 183 struct work_struct roc_work; member
|
| H A D | mt792x_core.c | 288 ieee80211_queue_work(phy->mt76->hw, &phy->roc_work); in mt792x_roc_timer()
|
| H A D | mt76.h | 817 struct delayed_work roc_work; member
|
| H A D | mac80211.c | 434 INIT_DELAYED_WORK(&phy->roc_work, mt76_roc_complete_work); in mt76_phy_init()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | pci_mac.c | 224 cancel_work_sync(&dev->phy.roc_work); in mt7615_mac_reset_work() 229 cancel_work_sync(&phy2->roc_work); in mt7615_mac_reset_work()
|
| H A D | usb.c | 89 cancel_work_sync(&phy->roc_work); in mt7663u_stop()
|
| H A D | init.c | 559 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()
|
| H A D | main.c | 101 cancel_work_sync(&phy->roc_work); in mt7615_stop() 1031 roc_work); in mt7615_roc_work() 1048 ieee80211_queue_work(phy->mt76->hw, &phy->roc_work); in mt7615_roc_timer() 1198 cancel_work_sync(&phy->roc_work); in mt7615_cancel_remain_on_channel()
|
| H A D | mt7615.h | 190 struct work_struct roc_work; member
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | init.c | 296 INIT_WORK(&dev->phy.roc_work, mt7921_roc_work); in mt7921_register_device()
|
| H A D | main.c | 368 cancel_work_sync(&phy->roc_work); in mt7921_roc_abort_sync() 381 roc_work); in mt7921_roc_work() 399 cancel_work_sync(&phy->roc_work); in mt7921_abort_roc()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | init.c | 362 INIT_WORK(&dev->phy.roc_work, mt7925_roc_work); in mt7925_register_device()
|
| H A D | main.c | 457 cancel_work_sync(&phy->roc_work); in mt7925_roc_abort_sync() 470 roc_work); in mt7925_roc_work() 489 cancel_work_sync(&phy->roc_work); in mt7925_abort_roc()
|
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | mac80211.c | 195 wiphy_delayed_work_init(&rtwvif->roc.roc_work, rtw89_roc_work); in rtw89_ops_add_interface() 237 wiphy_delayed_work_cancel(hw->wiphy, &rtwvif->roc.roc_work); in rtw89_ops_remove_interface() 1386 wiphy_delayed_work_cancel(hw->wiphy, &rtwvif->roc.roc_work); in rtw89_ops_cancel_remain_on_channel()
|
| H A D | core.c | 3379 wiphy_delayed_work_cancel(hw->wiphy, &rtwvif->roc.roc_work); in rtw89_roc_start() 3380 wiphy_delayed_work_queue(hw->wiphy, &rtwvif->roc.roc_work, in rtw89_roc_start() 3426 wiphy_delayed_work_queue(hw->wiphy, &roc->roc_work, in rtw89_roc_end() 3433 roc.roc_work.work); in rtw89_roc_work()
|
| H A D | core.h | 3452 struct wiphy_delayed_work roc_work; member
|