Home
last modified time | relevance | path

Searched refs:hScanTimer (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/wilc1000/
Dhost_interface.c922 del_timer(&hif_drv->hScanTimer); in Handle_Scan()
1637 del_timer(&hif_drv->hScanTimer); in Handle_RcvdGnrlAsyncInfo()
1684 del_timer(&hif_drv->hScanTimer); in Handle_RcvdGnrlAsyncInfo()
2000 del_timer(&hif_drv->hScanTimer); in Handle_Disconnect()
2883 del_timer(&hif_drv->hScanTimer); in hostIFthread()
3921 hif_drv->hScanTimer.data = (unsigned long)hif_drv; in host_int_scan()
3922 mod_timer(&hif_drv->hScanTimer, in host_int_scan()
4138 setup_timer(&hif_drv->hScanTimer, TimerCB_Scan, 0); in host_int_init()
4171 del_timer_sync(&hif_drv->hScanTimer); in host_int_init()
4195 if (del_timer_sync(&hif_drv->hScanTimer)) in host_int_deinit()
Dhost_interface.h316 struct timer_list hScanTimer; member