Lines Matching refs:t_Error
149 t_Error XX_SetIntr(uintptr_t irq, t_Isr *f_Isr, t_Handle handle);
160 t_Error XX_FreeIntr(uintptr_t irq);
171 t_Error XX_EnableIntr(uintptr_t irq);
182 t_Error XX_DisableIntr(uintptr_t irq);
208 t_Error XX_PreallocAndBindIntr(device_t dev, uintptr_t irq, unsigned int cpu);
209 t_Error XX_DeallocIntr(uintptr_t irq);
582 t_Error status);
620 typedef t_Error (t_IpcMsgHandler)(t_Handle h_Module,
653 t_Error XX_IpcRegisterMsgHandler(char addr[XX_IPC_MAX_ADDR_NAME_LENGTH],
673 t_Error XX_IpcUnregisterMsgHandler(char addr[XX_IPC_MAX_ADDR_NAME_LENGTH]);
727 t_Error XX_IpcFreeSession(t_Handle h_Session);
783 t_Error XX_IpcSendMessage(t_Handle h_Session,