Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/platforms/os/linux/inc/
DWlanDrvIf.h114 TI_HANDLE hPollTimer;/* Polling timer for working without interrupts (debug) */ member
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DWlanDrvIf.c940 drv->hPollTimer = os_timerCreate ((TI_HANDLE)drv, wlanDrvIf_PollIrqHandler, (TI_HANDLE)drv);
1027 os_timerDestroy (drv, drv->hPollTimer);
Dosapi.c277 mod_timer (drv->hPollTimer, jiffies + TIWLAN_IRQ_POLL_INTERVAL); in os_periodicIntrTimerStart()