Searched refs:roc_work (Results 1 – 15 of 15) sorted by relevance
/linux-6.6.21/net/mac80211/ |
D | offchannel.c | 233 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, dur); in ieee80211_recalc_sw_work() 371 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, in _ieee80211_start_next_roc() 410 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, in ieee80211_start_next_roc() 457 container_of(work, struct ieee80211_local, roc_work.work); in ieee80211_roc_work() 590 &local->roc_work, 0); in ieee80211_start_roc_work() 748 wiphy_delayed_work_queue(local->hw.wiphy, &local->roc_work, 0); in ieee80211_cancel_roc() 999 wiphy_delayed_work_init(&local->roc_work, ieee80211_roc_work); in ieee80211_roc_setup()
|
D | main.c | 379 wiphy_delayed_work_flush(local->hw.wiphy, &local->roc_work); in ieee80211_restart_work() 1483 wiphy_delayed_work_cancel(local->hw.wiphy, &local->roc_work); in ieee80211_unregister_hw()
|
D | ieee80211_i.h | 1586 struct wiphy_delayed_work roc_work; member
|
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7615/ |
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()
|
D | usb.c | 89 cancel_work_sync(&phy->roc_work); in mt7663u_stop()
|
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()
|
D | main.c | 101 cancel_work_sync(&phy->roc_work); in mt7615_stop() 1045 roc_work); in mt7615_roc_work() 1062 ieee80211_queue_work(phy->mt76->hw, &phy->roc_work); in mt7615_roc_timer() 1212 cancel_work_sync(&phy->roc_work); in mt7615_cancel_remain_on_channel()
|
D | mt7615.h | 190 struct work_struct roc_work; member
|
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | init.c | 216 INIT_WORK(&dev->phy.roc_work, mt7921_roc_work); in mt7921_register_device()
|
D | main.c | 355 roc_work); in mt7921_roc_work() 373 cancel_work_sync(&phy->roc_work); in mt7921_abort_roc()
|
/linux-6.6.21/drivers/net/wireless/realtek/rtw89/ |
D | mac80211.c | 131 INIT_DELAYED_WORK(&rtwvif->roc.roc_work, rtw89_roc_work); in rtw89_ops_add_interface() 181 cancel_delayed_work_sync(&rtwvif->roc.roc_work); in rtw89_ops_remove_interface() 1001 cancel_delayed_work_sync(&rtwvif->roc.roc_work); in rtw89_ops_cancel_remain_on_channel()
|
D | core.c | 2489 ieee80211_queue_delayed_work(hw, &rtwvif->roc.roc_work, in rtw89_roc_start() 2550 ieee80211_queue_delayed_work(hw, &roc->roc_work, in rtw89_roc_end() 2557 roc.roc_work.work); in rtw89_roc_work()
|
D | core.h | 2889 struct delayed_work roc_work; member 4442 struct delayed_work roc_work; member
|
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/ |
D | mt792x.h | 123 struct work_struct roc_work; member
|
D | mt792x_core.c | 223 ieee80211_queue_work(phy->mt76->hw, &phy->roc_work); in mt792x_roc_timer()
|