HomeSort by relevance Sort by last modified time
    Searched refs:hPollTimer (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
WlanDrvIf.h 114 TI_HANDLE hPollTimer;/* Polling timer for working without interrupts (debug) */
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvIf.c 940 drv->hPollTimer = os_timerCreate ((TI_HANDLE)drv, wlanDrvIf_PollIrqHandler, (TI_HANDLE)drv);
1027 os_timerDestroy (drv, drv->hPollTimer);
    [all...]
osapi.c 277 mod_timer (drv->hPollTimer, jiffies + TIWLAN_IRQ_POLL_INTERVAL);

Completed in 26 milliseconds