Searched refs:pTimerRstParam (Results 1 – 1 of 1) sorted by relevance
848 PTIMER_RST_PARAM pTimerRstParam = NULL; in MDrv_TIMER_Rst() local851 pTimerRstParam = (PTIMER_RST_PARAM)malloc(sizeof(TIMER_RST_PARAM)); in MDrv_TIMER_Rst()852 pTimerRstParam->eTimer=eTimer; in MDrv_TIMER_Rst()853 UtopiaIoctl(pInstantWdt, MDrv_CMD_TIMER_Rst,(MS_U32*)pTimerRstParam); in MDrv_TIMER_Rst()854 free(pTimerRstParam); in MDrv_TIMER_Rst()