Searched refs:MbxResult (Results 1 – 3 of 3) sorted by relevance
341 MBX_Result MbxResult=E_MBX_UNKNOW_ERROR; in MDrv_IR_Init() local352 …MbxResult = MDrv_MBX_RegisterMSGWithCallBack(E_MBX_CLASS_IRKEY_NOWAIT,IR_MBX_QUEUESIZE,_IR_MailBox… in MDrv_IR_Init()353 if(MbxResult!=E_MBX_SUCCESS) in MDrv_IR_Init()355 if (MbxResult == E_MBX_ERR_SLOT_AREADY_OPENNED) in MDrv_IR_Init()365 MbxResult = MDrv_MBX_RegisterMSG(E_MBX_CLASS_IRKEY,IR_MBX_QUEUESIZE); in MDrv_IR_Init()366 if(MbxResult!=E_MBX_SUCCESS) in MDrv_IR_Init()368 if (MbxResult == E_MBX_ERR_SLOT_AREADY_OPENNED) in MDrv_IR_Init()401 MbxResult = MDrv_MBX_SendMsg(&MB_Command); in MDrv_IR_Init()402 while(E_MBX_SUCCESS != MbxResult) in MDrv_IR_Init()419 MbxResult = MDrv_MBX_SendMsg(&MB_Command); in MDrv_IR_Init()[all …]
364 MBX_Result MbxResult=E_MBX_UNKNOW_ERROR; in MDrv_SAR_Init() local381 …MbxResult = MDrv_MBX_RegisterMSGWithCallBack(E_MBX_CLASS_SAR_NOWAIT,SAR_MBX_QUEUESIZE,_SAR_MailBox… in MDrv_SAR_Init()382 if(MbxResult!=E_MBX_SUCCESS) in MDrv_SAR_Init()384 if (MbxResult == E_MBX_ERR_SLOT_AREADY_OPENNED) in MDrv_SAR_Init()394 MbxResult = MDrv_MBX_RegisterMSG(E_MBX_CLASS_SAR,SAR_MBX_QUEUESIZE); in MDrv_SAR_Init()395 if(MbxResult!=E_MBX_SUCCESS) in MDrv_SAR_Init()397 if (MbxResult == E_MBX_ERR_SLOT_AREADY_OPENNED) in MDrv_SAR_Init()419 MbxResult = MDrv_MBX_SendMsg(&MB_Command); in MDrv_SAR_Init()420 while(E_MBX_SUCCESS != MbxResult) in MDrv_SAR_Init()437 MbxResult = MDrv_MBX_SendMsg(&MB_Command); in MDrv_SAR_Init()[all …]
2448 MBX_Result MbxResult = E_MBX_UNKNOW_ERROR; in MDrv_PM_PWM_IRRecord_Init() local2451 …MbxResult = MDrv_MBX_RegisterMSGWithCallBack(E_MBX_CLASS_PM_PWM_NOWAIT,PM_MBX_QUEUESIZE,_PM_PWM_Ma… in MDrv_PM_PWM_IRRecord_Init()2452 if(MbxResult!=E_MBX_SUCCESS) in MDrv_PM_PWM_IRRecord_Init()2458 MbxResult = MDrv_MBX_RegisterMSG(E_MBX_CLASS_PM_PWM_WAIT,PM_MBX_QUEUESIZE); in MDrv_PM_PWM_IRRecord_Init()2459 if(MbxResult != E_MBX_SUCCESS) in MDrv_PM_PWM_IRRecord_Init()