wx_sync_scan_wq  1674 drivers/staging/rtl8192e/rtllib.h 	struct work_struct wx_sync_scan_wq;
wx_sync_scan_wq  3020 drivers/staging/rtl8192e/rtllib_softmac.c 	INIT_WORK_RSL(&ieee->wx_sync_scan_wq, (void *)rtllib_wx_sync_scan_wq,
wx_sync_scan_wq  3052 drivers/staging/rtl8192e/rtllib_softmac.c 	cancel_work_sync(&ieee->wx_sync_scan_wq);
wx_sync_scan_wq   330 drivers/staging/rtl8192e/rtllib_softmac_wx.c 				     struct rtllib_device, wx_sync_scan_wq);
wx_sync_scan_wq   429 drivers/staging/rtl8192e/rtllib_softmac_wx.c 		schedule_work(&ieee->wx_sync_scan_wq);
wx_sync_scan_wq  1890 drivers/staging/rtl8192u/ieee80211/ieee80211.h 	struct work_struct wx_sync_scan_wq;
wx_sync_scan_wq  2588 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 	INIT_WORK(&ieee->wx_sync_scan_wq, ieee80211_wx_sync_scan_wq);
wx_sync_scan_wq   302 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c 	struct ieee80211_device *ieee = container_of(work, struct ieee80211_device, wx_sync_scan_wq);
wx_sync_scan_wq   372 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c 		queue_work(ieee->wq, &ieee->wx_sync_scan_wq);