Home
last modified time | relevance | path

Searched refs:softmac_scan_wq (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_softmac.c580 struct rtllib_device, softmac_scan_wq); in rtllib_softmac_scan_wq()
618 schedule_delayed_work(&ieee->softmac_scan_wq, in rtllib_softmac_scan_wq()
692 cancel_delayed_work_sync(&ieee->softmac_scan_wq); in rtllib_softmac_stop_scan()
748 schedule_delayed_work(&ieee->softmac_scan_wq, 0); in rtllib_start_scan()
3029 INIT_DELAYED_WORK_RSL(&ieee->softmac_scan_wq, in rtllib_softmac_init()
3058 cancel_delayed_work_sync(&ieee->softmac_scan_wq); in rtllib_softmac_free()
Drtllib.h1673 struct delayed_work softmac_scan_wq; member
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c476 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, softmac_scan_wq); in ieee80211_softmac_scan_wq()
501 schedule_delayed_work(&ieee->softmac_scan_wq, IEEE80211_SOFTMAC_SCAN_TIME); in ieee80211_softmac_scan_wq()
567 cancel_delayed_work(&ieee->softmac_scan_wq); in ieee80211_softmac_stop_scan()
593 schedule_delayed_work(&ieee->softmac_scan_wq, 0); in ieee80211_start_scan()
2588 INIT_DELAYED_WORK(&ieee->softmac_scan_wq, ieee80211_softmac_scan_wq); in ieee80211_softmac_init()
Dieee80211.h1892 struct delayed_work softmac_scan_wq; member