Home
last modified time | relevance | path

Searched refs:E_MBX_ERR_TIME_OUT (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pm/drv/pm/
H A DdrvPM.c257 if (E_MBX_ERR_TIME_OUT == mbxResult) in _MDrv_PM_MailBoxHandler()
833 (mbxResult != E_MBX_ERR_TIME_OUT)); in MDrv_PM_Init()
943 (mbxResult != E_MBX_ERR_TIME_OUT)); in MDrv_PM_PowerDown()
1016 (mbxResult != E_MBX_ERR_TIME_OUT)); in MDrv_PM_GetMasterKey()
1081 (mbxResult != E_MBX_ERR_TIME_OUT)); in MDrv_PM_GetDeviceID()
1155 (mbxResult != E_MBX_ERR_TIME_OUT)); in MDrv_PM_GetPMMemAddr()
1231 (mbxResult != E_MBX_ERR_TIME_OUT)); in MDrv_PM_GetChipID()
1301 (mbxResult != E_MBX_ERR_TIME_OUT)); in MDrv_PM_GetInfo()
1374 (mbxResult != E_MBX_ERR_TIME_OUT)); in MDrv_PM_GPIOInit()
1476 (mbxResult != E_MBX_ERR_TIME_OUT)); in MDrv_PM_RtcInit()
[all …]
/utopia/UTPA2-700.0.x/modules/ir/drv/ir/
H A DdrvIR.c243 if (gMBXResult == E_MBX_ERR_TIME_OUT) in _IR_MailBoxHandler()
428 while((gIRAckFlags & E_IR_ACKFLG_WAIT_INIT) && (gMBXResult != E_MBX_ERR_TIME_OUT)); in MDrv_IR_Init()
514 while((gIRAckFlags & E_IR_ACKFLG_WAIT_CONFIG) && (gMBXResult != E_MBX_ERR_TIME_OUT)); in MDrv_IR_Config()
593 while((gIRAckFlags & E_IR_ACKFLG_WAIT_KEYCODE) && (gMBXResult != E_MBX_ERR_TIME_OUT)); in MDrv_IR_GetKeyCode()
676 while((gIRAckFlags & E_IR_ACKFLG_WAIT_SETCLBK) && (gMBXResult != E_MBX_ERR_TIME_OUT)); in MDrv_IR_SetCallback()
782 while((gIRAckFlags & E_IR_ACKFLG_WAIT_STATUS) && (gMBXResult != E_MBX_ERR_TIME_OUT)); in MDrv_IR_GetStatus()
859 while((gIRAckFlags & E_IR_ACKFLG_WAIT_ENABLE) && (gMBXResult != E_MBX_ERR_TIME_OUT)); in MDrv_IR_Enable()
945 while((gIRAckFlags & E_IR_ACKFLG_WAIT_INFO) && (gMBXResult != E_MBX_ERR_TIME_OUT)); in MDrv_IR_GetInfo()
/utopia/UTPA2-700.0.x/modules/sar/drv/sar/
H A DdrvSAR.c267 if (gMBXResult == E_MBX_ERR_TIME_OUT) in _SAR_MailBoxHandler()
446 while((gSARAckFlags & E_SAR_ACKFLG_WAIT_INIT) && (gMBXResult != E_MBX_ERR_TIME_OUT)); in MDrv_SAR_Init()
524 while((gSARAckFlags & E_SAR_ACKFLG_WAIT_CONFIG) && (gMBXResult != E_MBX_ERR_TIME_OUT)); in MDrv_SAR_Config()
603 while((gSARAckFlags & E_SAR_ACKFLG_WAIT_KEYCODE) && (gMBXResult != E_MBX_ERR_TIME_OUT)); in MDrv_SAR_GetKeyCode()
686 while((gSARAckFlags & E_SAR_ACKFLG_WAIT_SETCLBK) && (gMBXResult != E_MBX_ERR_TIME_OUT)); in MDrv_SAR_SetCallback()
793 while((gSARAckFlags & E_SAR_ACKFLG_WAIT_STATUS) && (gMBXResult != E_MBX_ERR_TIME_OUT)); in MDrv_SAR_GetStatus()
870 while((gSARAckFlags & E_SAR_ACKFLG_WAIT_ENABLE) && (gMBXResult != E_MBX_ERR_TIME_OUT)); in MDrv_SAR_Enable()
949 while((gSARAckFlags & E_SAR_ACKFLG_WAIT_INFO) && (gMBXResult != E_MBX_ERR_TIME_OUT)); in MDrv_SAR_GetInfo()
/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc2/
H A DdrvSC.c835 if (E_MBX_ERR_TIME_OUT == mbxResult) in _MDrv_SC_MailBoxHandler()
948 mbxResult = E_MBX_ERR_TIME_OUT; in _SC_Send()
955 (mbxResult != E_MBX_ERR_TIME_OUT)); in _SC_Send()
1068 mbxResult = E_MBX_ERR_TIME_OUT; in _SC_Recv()
1075 (mbxResult != E_MBX_ERR_TIME_OUT)); in _SC_Recv()
1178 mbxResult = E_MBX_ERR_TIME_OUT; in _SC_RawExchange()
1185 (mbxResult != E_MBX_ERR_TIME_OUT)); in _SC_RawExchange()
1889 mbxResult = E_MBX_ERR_TIME_OUT; in _SC_GetATR()
1896 (mbxResult != E_MBX_ERR_TIME_OUT)); in _SC_GetATR()
/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc1/
H A DdrvSC.c944 if (E_MBX_ERR_TIME_OUT == mbxResult) in _MDrv_SC_MailBoxHandler()
1057 mbxResult = E_MBX_ERR_TIME_OUT; in _SC_Send()
1064 (mbxResult != E_MBX_ERR_TIME_OUT)); in _SC_Send()
1177 mbxResult = E_MBX_ERR_TIME_OUT; in _SC_Recv()
1184 (mbxResult != E_MBX_ERR_TIME_OUT)); in _SC_Recv()
1287 mbxResult = E_MBX_ERR_TIME_OUT; in _SC_RawExchange()
1294 (mbxResult != E_MBX_ERR_TIME_OUT)); in _SC_RawExchange()
2373 mbxResult = E_MBX_ERR_TIME_OUT; in _SC_GetATR()
2380 (mbxResult != E_MBX_ERR_TIME_OUT)); in _SC_GetATR()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvMBX.h441 E_MBX_ERR_TIME_OUT = 13, enumerator
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvMBX.h441 E_MBX_ERR_TIME_OUT = 13, enumerator
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/ecos_nos/
H A DdrvMBX.c1191 mbxResult = E_MBX_ERR_TIME_OUT; in MDrv_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt66823 E_MBX_ERR_TIME_OUT = 13,