Searched refs:softmac_scan_wq (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 497 struct ieee80211_device *ieee = container_of(dwork, struct ieee80211_device, softmac_scan_wq); in ieee80211_softmac_scan_wq() 523 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, IEEE80211_SOFTMAC_SCAN_TIME); in ieee80211_softmac_scan_wq() 593 cancel_delayed_work(&ieee->softmac_scan_wq); in ieee80211_softmac_stop_scan() 622 queue_delayed_work(ieee->wq, &ieee->softmac_scan_wq, 0); in ieee80211_start_scan() 2740 INIT_DELAYED_WORK(&ieee->softmac_scan_wq, ieee80211_softmac_scan_wq); in ieee80211_softmac_init()
|
D | ieee80211.h | 2029 struct delayed_work softmac_scan_wq; member
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 599 struct rtllib_device, softmac_scan_wq); in rtllib_softmac_scan_wq() 637 queue_delayed_work_rsl(ieee->wq, &ieee->softmac_scan_wq, in rtllib_softmac_scan_wq() 711 cancel_delayed_work(&ieee->softmac_scan_wq); in rtllib_softmac_stop_scan() 768 &ieee->softmac_scan_wq, 0); in rtllib_start_scan() 3138 INIT_DELAYED_WORK_RSL(&ieee->softmac_scan_wq, in rtllib_softmac_init()
|
D | rtllib.h | 2300 struct delayed_work softmac_scan_wq; member
|