Searched refs:SlDeviceEvent_t (Results 1 – 6 of 6) sorted by relevance
/hal_ti-2.7.6/simplelink/source/ti/drivers/net/wifi/ |
D | simplelink.h | 448 … extern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_1, _GeneralEventHdl) (SlDeviceEvent_t *); 493 …tern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_1, _FatalErrorEventHdl) (SlDeviceEvent_t *); 516 … extern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_2, _GeneralEventHdl) (SlDeviceEvent_t *); 561 …tern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_2, _FatalErrorEventHdl) (SlDeviceEvent_t *); 583 … extern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_3, _GeneralEventHdl) (SlDeviceEvent_t *); 629 …tern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_3, _FatalErrorEventHdl) (SlDeviceEvent_t *); 651 … extern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_4, _GeneralEventHdl) (SlDeviceEvent_t *); 696 …tern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_4, _FatalErrorEventHdl) (SlDeviceEvent_t *); 718 … extern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_5, _GeneralEventHdl) (SlDeviceEvent_t *); 763 …tern _SlEventPropogationStatus_e SL_CONCAT2(SL_EXT_LIB_5, _FatalErrorEventHdl) (SlDeviceEvent_t *); [all …]
|
D | eventreg.c | 45 typedef void (*_pSlDeviceGeneralEvtHdlr_t)(SlDeviceEvent_t *pSlDeviceEvent); 56 typedef _i32 (*_pSlPropogationDeviceGeneralEvtHdlr_t)(SlDeviceEvent_t *pSlDeviceEvent); 185 void _SlDeviceGeneralEvtHdlr(SlDeviceEvent_t *pSlDeviceEvent) in _SlDeviceGeneralEvtHdlr()
|
D | device.h | 129 }SlDeviceEvent_t; typedef 134 void slcb_DeviceEvtHdlr(SlDeviceEvent_t* pEvent);
|
D | eventreg.h | 136 void _SlDeviceGeneralEvtHdlr(SlDeviceEvent_t *pSlDeviceEvent);
|
/hal_ti-2.7.6/simplelink/source/ti/drivers/net/wifi/source/ |
D | device.c | 596 SlDeviceEvent_t DeviceEvent; in _SlDeviceEventHandler()
|
D | driver.c | 105 typedef _SlEventPropogationStatus_e (*general_callback) (SlDeviceEvent_t *); 137 void _SlDrvHandleGeneralEvents(SlDeviceEvent_t *slGeneralEvent) in _SlDrvHandleGeneralEvents() 394 typedef _SlEventPropogationStatus_e (*fatal_error_callback) (SlDeviceEvent_t *);
|