Home
last modified time | relevance | path

Searched refs:coex_act1_work (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcore.c4647 wiphy_delayed_work_cancel(wiphy, &rtwdev->coex_act1_work); in rtw89_core_stop()
4868 wiphy_delayed_work_init(&rtwdev->coex_act1_work, rtw89_coex_act1_work); in rtw89_core_init()
H A Dcoex.c6715 coex_act1_work.work); in rtw89_coex_act1_work()
7278 wiphy_delayed_work_cancel(rtwdev->hw->wiphy, &rtwdev->coex_act1_work); in rtw89_btc_ntfy_specific_packet()
7297 wiphy_delayed_work_cancel(rtwdev->hw->wiphy, &rtwdev->coex_act1_work); in rtw89_btc_ntfy_specific_packet()
7299 &rtwdev->coex_act1_work, delay); in rtw89_btc_ntfy_specific_packet()
H A Dcore.h5749 struct wiphy_delayed_work coex_act1_work; member