Home
last modified time | relevance | path

Searched refs:wx_sync_scan_wq (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac_wx.c303 struct ieee80211_device *ieee = container_of(work, struct ieee80211_device, wx_sync_scan_wq); in ieee80211_wx_sync_scan_wq()
373 queue_work(ieee->wq, &ieee->wx_sync_scan_wq); in ieee80211_wx_set_scan()
Dieee80211.h1894 struct work_struct wx_sync_scan_wq; member
Dieee80211_softmac.c2732 INIT_WORK(&ieee->wx_sync_scan_wq, ieee80211_wx_sync_scan_wq); in ieee80211_softmac_init()
/drivers/staging/rtl8192e/
Drtllib_softmac_wx.c333 struct rtllib_device, wx_sync_scan_wq); in rtllib_wx_sync_scan_wq()
432 queue_work_rsl(ieee->wq, &ieee->wx_sync_scan_wq); in rtllib_wx_set_scan()
Drtllib.h1729 struct work_struct wx_sync_scan_wq; member
Drtllib_softmac.c3045 INIT_WORK_RSL(&ieee->wx_sync_scan_wq, (void *)rtllib_wx_sync_scan_wq, in rtllib_softmac_init()