Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8192e/
Drtllib_softmac_wx.c292 struct rtllib_device *ieee = container_of(data, struct rtllib_device, wx_sync_scan_wq); in rtllib_wx_sync_scan_wq()
372 schedule_work(&ieee->wx_sync_scan_wq); in rtllib_wx_set_scan()
Drtllib_softmac.c2115 INIT_WORK(&ieee->wx_sync_scan_wq, (void *)rtllib_wx_sync_scan_wq); in rtllib_softmac_init()
2141 cancel_work_sync(&ieee->wx_sync_scan_wq); in rtllib_softmac_free()
Drtllib.h1396 struct work_struct wx_sync_scan_wq; member