Lines Matching refs:t_Handle
149 t_Error XX_SetIntr(uintptr_t irq, t_Isr *f_Isr, t_Handle handle);
224 typedef t_Handle t_TaskletHandle;
291 void XX_SetTaskletData(t_TaskletHandle h_Tasklet, t_Handle data);
302 t_Handle XX_GetTaskletData(t_TaskletHandle h_Tasklet);
328 t_Handle XX_InitSpinlock(void);
339 void XX_FreeSpinlock(t_Handle h_Spinlock);
350 void XX_LockSpinlock(t_Handle h_Spinlock);
361 void XX_UnlockSpinlock(t_Handle h_Spinlock);
374 uint32_t XX_LockIntrSpinlock(t_Handle h_Spinlock);
388 void XX_UnlockIntrSpinlock(t_Handle h_Spinlock, uint32_t intrFlags);
411 t_Handle XX_CreateTimer(void);
422 void XX_FreeTimer(t_Handle h_Timer);
444 void XX_StartTimer(t_Handle h_Timer,
447 void (*f_TimerExpired)(t_Handle h_Arg),
448 t_Handle h_Arg);
459 void XX_StopTimer(t_Handle h_Timer);
475 void XX_ModTimer(t_Handle h_Timer, uint32_t msecs);
578 typedef void (t_IpcMsgCompletion)(t_Handle h_Module,
620 typedef t_Error (t_IpcMsgHandler)(t_Handle h_Module,
655 t_Handle h_Module,
710 t_Handle XX_IpcInitSession(char destAddr[XX_IPC_MAX_ADDR_NAME_LENGTH],
727 t_Error XX_IpcFreeSession(t_Handle h_Session);
783 t_Error XX_IpcSendMessage(t_Handle h_Session,
789 t_Handle h_Arg);