Searched refs:chanctx_work (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | chan.c | 287 chanctx_work.work); in rtw89_chanctx_work() 327 ieee80211_queue_delayed_work(rtwdev->hw, &rtwdev->chanctx_work, in rtw89_queue_chanctx_work()
|
H A D | core.c | 3593 cancel_delayed_work_sync(&rtwdev->chanctx_work); in rtw89_core_stop() 3630 INIT_DELAYED_WORK(&rtwdev->chanctx_work, rtw89_chanctx_work); in rtw89_core_init()
|
H A D | core.h | 4436 struct delayed_work chanctx_work; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 672 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_event() 750 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_event() 766 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_event() 845 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_switch() 1327 chanctx_work); in ath_chanctx_work() 1363 INIT_WORK(&sc->chanctx_work, ath_chanctx_work); in ath9k_init_channel_context() 1373 cancel_work_sync(&sc->chanctx_work); in ath9k_deinit_channel_context()
|
H A D | ath9k.h | 1006 struct work_struct chanctx_work; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 672 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_event() 750 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_event() 766 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_event() 845 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_switch() 1327 chanctx_work); in ath_chanctx_work() 1363 INIT_WORK(&sc->chanctx_work, ath_chanctx_work); in ath9k_init_channel_context() 1373 cancel_work_sync(&sc->chanctx_work); in ath9k_deinit_channel_context()
|
H A D | ath9k.h | 1006 struct work_struct chanctx_work; member
|
Completed in 28 milliseconds