• Home
  • Raw
  • Download

Lines Matching refs:hTimerModule

69 …TI_HANDLE    hTimerModule;             /* The timer module handle (see TTimerModule, needed on exp…  member
96 TI_HANDLE hTimerModule; in tmr_Create() local
99 hTimerModule = os_memoryAlloc (hOs, sizeof(TTimerModule)); in tmr_Create()
101 if (!hTimerModule) in tmr_Create()
107 os_memoryZero (hOs, hTimerModule, (sizeof(TTimerModule))); in tmr_Create()
109 return (hTimerModule); in tmr_Create()
124 TI_STATUS tmr_Destroy (TI_HANDLE hTimerModule) in tmr_Destroy() argument
126 TTimerModule *pTimerModule = (TTimerModule *)hTimerModule; in tmr_Destroy()
135 tmr_ClearInitQueue (hTimerModule); in tmr_Destroy()
136 tmr_ClearOperQueue (hTimerModule); in tmr_Destroy()
157 TI_STATUS tmr_Free(TI_HANDLE hTimerModule) in tmr_Free() argument
159 TTimerModule *pTimerModule = (TTimerModule *)hTimerModule; in tmr_Free()
179 void tmr_ClearInitQueue (TI_HANDLE hTimerModule) in tmr_ClearInitQueue() argument
181 TTimerModule *pTimerModule = (TTimerModule *)hTimerModule; in tmr_ClearInitQueue()
191 void tmr_ClearOperQueue (TI_HANDLE hTimerModule) in tmr_ClearOperQueue() argument
193 TTimerModule *pTimerModule = (TTimerModule *)hTimerModule; in tmr_ClearOperQueue()
219 void tmr_Init (TI_HANDLE hTimerModule, TI_HANDLE hOs, TI_HANDLE hReport, TI_HANDLE hContext) in tmr_Init() argument
221 TTimerModule *pTimerModule = (TTimerModule *)hTimerModule; in tmr_Init()
248 hTimerModule, in tmr_Init()
270 void tmr_UpdateDriverState (TI_HANDLE hTimerModule, TI_BOOL bOperState) in tmr_UpdateDriverState() argument
272 TTimerModule *pTimerModule = (TTimerModule *)hTimerModule; in tmr_UpdateDriverState()
329 TI_HANDLE tmr_CreateTimer (TI_HANDLE hTimerModule) in tmr_CreateTimer() argument
331 TTimerModule *pTimerModule = (TTimerModule *)hTimerModule; /* The timer module handle */ in tmr_CreateTimer()
354 pTimerInfo->hTimerModule = hTimerModule; in tmr_CreateTimer()
380 pTimerModule = (TTimerModule *)pTimerInfo->hTimerModule; in tmr_DestroyTimer()
419 …TTimerModule *pTimerModule = (TTimerModule *)pTimerInfo->hTimerModule; /* The timer module handle … in tmr_StartTimer()
450 …TTimerModule *pTimerModule = (TTimerModule *)pTimerInfo->hTimerModule; /* The timer module handle … in tmr_StopTimer()
476 …TTimerModule *pTimerModule = (TTimerModule *)pTimerInfo->hTimerModule; /* The timer module handle … in tmr_GetExpiry()
522 void tmr_HandleExpiry (TI_HANDLE hTimerModule) in tmr_HandleExpiry() argument
524 TTimerModule *pTimerModule = (TTimerModule *)hTimerModule; /* The timer module handle */ in tmr_HandleExpiry()
587 void tmr_PrintModule (TI_HANDLE hTimerModule) in tmr_PrintModule() argument
589 TTimerModule *pTimerModule = (TTimerModule *)hTimerModule; in tmr_PrintModule()