Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_softmac.c554 struct rtllib_device, softmac_scan_wq); in rtllib_softmac_scan_wq()
592 schedule_delayed_work(&ieee->softmac_scan_wq, in rtllib_softmac_scan_wq()
658 cancel_delayed_work_sync(&ieee->softmac_scan_wq); in rtllib_softmac_stop_scan()
704 schedule_delayed_work(&ieee->softmac_scan_wq, 0); in rtllib_start_scan()
2688 INIT_DELAYED_WORK(&ieee->softmac_scan_wq, (void *)rtllib_softmac_scan_wq); in rtllib_softmac_init()
2713 cancel_delayed_work_sync(&ieee->softmac_scan_wq); in rtllib_softmac_free()
H A Drtllib.h1603 struct delayed_work softmac_scan_wq; member
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c475 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, softmac_scan_wq); in ieee80211_softmac_scan_wq()
500 schedule_delayed_work(&ieee->softmac_scan_wq, IEEE80211_SOFTMAC_SCAN_TIME); in ieee80211_softmac_scan_wq()
566 cancel_delayed_work(&ieee->softmac_scan_wq); in ieee80211_softmac_stop_scan()
592 schedule_delayed_work(&ieee->softmac_scan_wq, 0); in ieee80211_start_scan()
2601 INIT_DELAYED_WORK(&ieee->softmac_scan_wq, ieee80211_softmac_scan_wq); in ieee80211_softmac_init()
H A Dieee80211.h1824 struct delayed_work softmac_scan_wq; member