Lines Matching refs:Ret
276 Swt_Ip_StatusType Ret = SWT_IP_STATUS_SUCCESS; in Swt_Ip_Unlock() local
285 Ret = SWT_IP_STATUS_ERROR; in Swt_Ip_Unlock()
308 Ret = SWT_IP_STATUS_ERROR; in Swt_Ip_Unlock()
318 return Ret; in Swt_Ip_Unlock()
364 Swt_Ip_StatusType Ret = SWT_IP_STATUS_SUCCESS; in Swt_Ip_CheckTimeout() local
368 Ret = SWT_IP_STATUS_ERROR; in Swt_Ip_CheckTimeout()
373 Ret = SWT_IP_STATUS_ERROR; in Swt_Ip_CheckTimeout()
376 return Ret; in Swt_Ip_CheckTimeout()
448 Swt_Ip_StatusType Ret = SWT_IP_STATUS_SUCCESS; in Swt_Ip_Init() local
457 Ret = SWT_IP_STATUS_ERROR; in Swt_Ip_Init()
469 Ret = Swt_Ip_CheckTimeout(ConfigPtr->u32TimeoutValue, ConfigPtr->u32WindowValue); in Swt_Ip_Init()
471 if (SWT_IP_STATUS_SUCCESS == Ret) in Swt_Ip_Init()
493 return Ret; in Swt_Ip_Init()
505 Swt_Ip_StatusType Ret; in Swt_Ip_Deinit() local
512 Ret = Swt_Ip_Unlock(Base); in Swt_Ip_Deinit()
514 if (Ret == SWT_IP_STATUS_SUCCESS) in Swt_Ip_Deinit()
548 return Ret; in Swt_Ip_Deinit()
618 Swt_Ip_StatusType Ret; in Swt_Ip_Config() local
625 Ret = Swt_Ip_CheckTimeout(ConfigPtr->u32TimeoutValue, ConfigPtr->u32WindowValue); in Swt_Ip_Config()
627 if (SWT_IP_STATUS_SUCCESS == Ret) in Swt_Ip_Config()
631 Ret = SWT_IP_STATUS_ERROR; in Swt_Ip_Config()
655 return Ret; in Swt_Ip_Config()
668 Swt_Ip_StatusType Ret; in Swt_Ip_SetTimeout() local
675 Ret = Swt_Ip_CheckTimeout(TimeoutValue, WindowValue); in Swt_Ip_SetTimeout()
677 if (SWT_IP_STATUS_SUCCESS == Ret) in Swt_Ip_SetTimeout()
681 Ret = SWT_IP_STATUS_ERROR; in Swt_Ip_SetTimeout()
711 return Ret; in Swt_Ip_SetTimeout()
723 Swt_Ip_StatusType Ret; in Swt_Ip_StartTimer() local
732 Ret = Swt_Ip_Unlock(Base); in Swt_Ip_StartTimer()
734 if (SWT_IP_STATUS_SUCCESS == Ret) in Swt_Ip_StartTimer()
743 return Ret; in Swt_Ip_StartTimer()
755 Swt_Ip_StatusType Ret; in Swt_Ip_StopTimer() local
764 Ret = Swt_Ip_Unlock(Base); in Swt_Ip_StopTimer()
766 if (SWT_IP_STATUS_SUCCESS == Ret) in Swt_Ip_StopTimer()
775 return Ret; in Swt_Ip_StopTimer()
792 Swt_Ip_StatusType Ret = SWT_IP_STATUS_SUCCESS; in Swt_Ip_ClearResetRequest() local
819 Ret = SWT_IP_STATUS_TIMEOUT; in Swt_Ip_ClearResetRequest()
825 Ret = SWT_IP_STATUS_ERROR; in Swt_Ip_ClearResetRequest()
828 return Ret; in Swt_Ip_ClearResetRequest()