Searched refs:hIpcEvent (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/os/linux/inc/
H A Dipc_event.h37 VOID IpcEvent_Destroy(THandle hIpcEvent);
39 S32 IpcEvent_EnableEvent(THandle hIpcEvent, U32 event);
40 S32 IpcEvent_DisableEvent(THandle hIpcEvent, U32 event);
41 S32 IpcEvent_UpdateDebugLevel(THandle hIpcEvent, S32 debug_level);
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dipc_event.c621 VOID IpcEvent_Destroy(THandle hIpcEvent) argument
623 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent;
637 S32 IpcEvent_EnableEvent(THandle hIpcEvent, U32 event) argument
639 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent;
654 S32 IpcEvent_DisableEvent(THandle hIpcEvent, U32 event) argument
656 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent;
670 S32 IpcEvent_UpdateDebugLevel(THandle hIpcEvent, S32 debug_level) argument
672 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent;
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_cmd.c83 THandle hIpcEvent; member in struct:CuCmd_t
867 pCuCmd->hIpcEvent = (THandle) IpcEvent_Create();
868 if(pCuCmd->hIpcEvent == NULL)
923 if(pCuCmd->hIpcEvent)
925 IpcEvent_Destroy(pCuCmd->hIpcEvent);
3542 res = IpcEvent_EnableEvent(pCuCmd->hIpcEvent, event);
3575 res = IpcEvent_DisableEvent(pCuCmd->hIpcEvent, event);
4247 IpcEvent_UpdateDebugLevel(pCuCmd->hIpcEvent, cli_debug_level);

Completed in 70 milliseconds