Home
last modified time | relevance | path

Searched refs:uEventType (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DEvHandler.c114 PRINTF(DBG_INIT_LOUD, (" EvHandlerRegisterEvent EventType = %d \n",pEvParams->uEventType)); in EvHandlerRegisterEvent()
125 if (pEvParams->uEventType >= IPC_EVENT_MAX){ in EvHandlerRegisterEvent()
127 pEvParams->uEventType)); in EvHandlerRegisterEvent()
134 (pEvHandler->RegistrationArray[pEvParams->uEventType][ModuleIndex].uEventID != NULL)) in EvHandlerRegisterEvent()
143 pEvParams->uEventType)); in EvHandlerRegisterEvent()
147 …os_memoryCopy(pEvHandler->hOs,(TI_UINT8*)&pEvHandler->RegistrationArray[pEvParams->uEventType][Mod… in EvHandlerRegisterEvent()
150 …pEvParams->uEventID = (TI_HANDLE)&pEvHandler->RegistrationArray[pEvParams->uEventType][ModuleIndex… in EvHandlerRegisterEvent()
152 … pEvHandler->RegistrationArray[pEvParams->uEventType][ModuleIndex].uEventID = pEvParams->uEventID; in EvHandlerRegisterEvent()
181 PRINTF(DBG_INIT_LOUD, (" EvHandlerUnRegisterEvent EventType = %d \n",pEvParams->uEventType)); in EvHandlerUnRegisterEvent()
183 if( pEvParams->uEventType >= IPC_EVENT_MAX){ in EvHandlerUnRegisterEvent()
[all …]
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DTI_IPC_Api.h152 TI_UINT32 uEventType; member
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c1533 evParams.uEventType = i; in cmdInterpret_initEvents()
1552 evParams.uEventType = i; in cmdInterpret_unregisterEvents()
1583 switch (pData->EvParams.uEventType) in cmdInterpret_Event()
1740 pData->EvParams.uEventType = IPC_EVENT_SCAN_STOPPED; in cmdInterpret_Event()
1742 pData->EvParams.uEventType = IPC_EVENT_SCAN_FAILED; in cmdInterpret_Event()
Dosapi.c542 switch(pInParam->uEventType) in os_IndicateEvent()
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dipc_event.c357 EventId = (U32)pEvent->EvParams.uEventType; in IpcEvent_wext_event_wireless()
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/
Ddriver_ti.c201 wpa_printf(MSG_DEBUG, "uEventType %d", pData->EvParams.uEventType); in wpa_driver_tista_parse_custom()
202 switch (pData->EvParams.uEventType) { in wpa_driver_tista_parse_custom()