Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_softmac_wx.c300 struct rtllib_device *ieee = container_of(data, struct rtllib_device, wx_sync_scan_wq); in rtllib_wx_sync_scan_wq()
384 schedule_work(&ieee->wx_sync_scan_wq); in rtllib_wx_set_scan()
H A Drtllib_softmac.c2690 INIT_WORK(&ieee->wx_sync_scan_wq, (void *)rtllib_wx_sync_scan_wq); in rtllib_softmac_init()
2720 cancel_work_sync(&ieee->wx_sync_scan_wq); in rtllib_softmac_free()
H A Drtllib.h1609 struct work_struct wx_sync_scan_wq; member
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac_wx.c302 struct ieee80211_device *ieee = container_of(work, struct ieee80211_device, wx_sync_scan_wq); in ieee80211_wx_sync_scan_wq()
372 queue_work(ieee->wq, &ieee->wx_sync_scan_wq); in ieee80211_wx_set_scan()
H A Dieee80211.h1827 struct work_struct wx_sync_scan_wq; member
H A Dieee80211_softmac.c2603 INIT_WORK(&ieee->wx_sync_scan_wq, ieee80211_wx_sync_scan_wq); in ieee80211_softmac_init()