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

/hardware/ti/wlan/wl1271/CUDK/os/linux/inc/
H A Dipc_event.h36 THandle IpcEvent_Create(VOID);
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dipc_event.c518 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcEvent_Create - cant open socket for communication with the driver (%d)\n",pIpcEventChild->STA_socket);
564 THandle IpcEvent_Create(VOID) function
569 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcEvent_Create - cant allocate control block\n");
577 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcEvent_Create - cant allocate shared memory\n");
599 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcEvent_Create - cant allocate child control block\n");
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_cmd.c867 pCuCmd->hIpcEvent = (THandle) IpcEvent_Create();

Completed in 85 milliseconds