Home
last modified time | relevance | path

Searched refs:cancel_6ghz_probe_work (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2545 cancel_6ghz_probe_work); in rtw89_cancel_6ghz_probe_work()
2604 wiphy_work_queue(rtwdev->hw->wiphy, &rtwdev->cancel_6ghz_probe_work); in rtw89_core_cancel_6ghz_probe_tx()
6744 wiphy_work_cancel(wiphy, &rtwdev->cancel_6ghz_probe_work); in rtw89_core_stop()
7012 wiphy_work_init(&rtwdev->cancel_6ghz_probe_work, rtw89_cancel_6ghz_probe_work); in rtw89_core_init()
H A Dcore.h7607 struct wiphy_work cancel_6ghz_probe_work; member