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

  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osApi.h 380 TI_HANDLE os_timerCreate (TI_HANDLE OsContext, fTimerFunction pRoutine, TI_HANDLE hFuncHandle);
  /hardware/ti/wlan/wl1271/Test/
fwdriverdebug.c 311 dTimer = os_timerCreate(hOs, fSendPkt, hDrvMain);
322 dTimer = os_timerCreate(hOs, sendMgmtPacket, hDrvMain);
  /hardware/ti/wlan/wl1271/utils/
timer.c 356 pTimerInfo->hOsTimerObj = os_timerCreate(pTimerModule->hOs, tmr_GetExpiry, (TI_HANDLE)pTimerInfo);
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osapi.c 174 * os_timerCreate()
190 TI_HANDLE os_timerCreate (TI_HANDLE OsContext, fTimerFunction pRoutine, TI_HANDLE hFuncHandle)
WlanDrvIf.c 940 drv->hPollTimer = os_timerCreate ((TI_HANDLE)drv, wlanDrvIf_PollIrqHandler, (TI_HANDLE)drv);
    [all...]

Completed in 38 milliseconds