Searched refs:pSwitchChannel (Results 1 – 1 of 1) sorted by relevance
172 static void release_module(switchChannel_t *pSwitchChannel, TI_UINT32 initVec);174 static void switchChannel_zeroDatabase(switchChannel_t *pSwitchChannel);210 switchChannel_t *pSwitchChannel = NULL; in switchChannel_create() local215 pSwitchChannel = os_memoryAlloc(hOs,sizeof(switchChannel_t)); in switchChannel_create()217 if (pSwitchChannel == NULL) in switchChannel_create()222 os_memoryZero(hOs, pSwitchChannel, sizeof(switchChannel_t)); in switchChannel_create()224 pSwitchChannel->hOs = hOs; in switchChannel_create()226 status = fsm_Create(hOs, &pSwitchChannel->pSwitchChannelSm, SC_NUM_STATES, SC_NUM_EVENTS); in switchChannel_create()229 release_module(pSwitchChannel, initVec); in switchChannel_create()235 return(pSwitchChannel); in switchChannel_create()[all …]