Home
last modified time | relevance | path

Searched refs:u8MsgClass (Results 1 – 25 of 94) sorted by relevance

1234

/utopia/UTPA2-700.0.x/modules/pm/drv/pm/
H A DdrvPM.c801 MB_Command.u8MsgClass = E_MBX_CLASS_PM_NOWAIT; in MDrv_PM_Init()
912 MB_Command.u8MsgClass = E_MBX_CLASS_PM_NOWAIT; in MDrv_PM_PowerDown()
985 MB_Command.u8MsgClass = E_MBX_CLASS_PM_NOWAIT; in MDrv_PM_GetMasterKey()
1054 MB_Command.u8MsgClass = E_MBX_CLASS_PM_NOWAIT; in MDrv_PM_GetDeviceID()
1127 MB_Command.u8MsgClass = E_MBX_CLASS_PM_NOWAIT; in MDrv_PM_GetPMMemAddr()
1204 MB_Command.u8MsgClass = E_MBX_CLASS_PM_NOWAIT; in MDrv_PM_GetChipID()
1280 MB_Command.u8MsgClass = E_MBX_CLASS_PM_NOWAIT; in MDrv_PM_GetInfo()
1342 MB_Command.u8MsgClass = E_MBX_CLASS_PM_NOWAIT; in MDrv_PM_GPIOInit()
1457 MB_Command.u8MsgClass = E_MBX_CLASS_PM_NOWAIT; in MDrv_PM_RtcInit()
1549 MB_Command.u8MsgClass = E_MBX_CLASS_PM_NOWAIT; in MDrv_PM_RtcSetCounter()
[all …]
/utopia/UTPA2-700.0.x/modules/ir/drv/ir/
H A DdrvIR.c195 if(pMsg->u8MsgClass != E_MBX_CLASS_IRKEY_NOWAIT) in _IR_MailBoxCallbackHandler()
394 MB_Command.u8MsgClass = E_MBX_CLASS_IRKEY_NOWAIT; in MDrv_IR_Init()
481 MB_Command.u8MsgClass = E_MBX_CLASS_IRKEY_NOWAIT; in MDrv_IR_Config()
564 MB_Command.u8MsgClass = E_MBX_CLASS_IRKEY_NOWAIT; in MDrv_IR_GetKeyCode()
647 MB_Command.u8MsgClass = E_MBX_CLASS_IRKEY_NOWAIT; in MDrv_IR_SetCallback()
753 MB_Command.u8MsgClass = E_MBX_CLASS_IRKEY_NOWAIT; in MDrv_IR_GetStatus()
829 MB_Command.u8MsgClass = E_MBX_CLASS_IRKEY_NOWAIT; in MDrv_IR_Enable()
912 MB_Command.u8MsgClass = E_MBX_CLASS_IRKEY_NOWAIT; in MDrv_IR_GetInfo()
/utopia/UTPA2-700.0.x/modules/sar/drv/sar/
H A DdrvSAR.c224 if(pMsg->u8MsgClass!= E_MBX_CLASS_SAR_NOWAIT) in _SAR_MailBoxCallbackHandler()
416 MB_Command.u8MsgClass = E_MBX_CLASS_SAR_NOWAIT; in MDrv_SAR_Init()
491 MB_Command.u8MsgClass = E_MBX_CLASS_SAR_NOWAIT; in MDrv_SAR_Config()
574 MB_Command.u8MsgClass = E_MBX_CLASS_SAR_NOWAIT; in MDrv_SAR_GetKeyCode()
657 MB_Command.u8MsgClass = E_MBX_CLASS_SAR_NOWAIT; in MDrv_SAR_SetCallback()
764 MB_Command.u8MsgClass = E_MBX_CLASS_SAR_NOWAIT; in MDrv_SAR_GetStatus()
840 MB_Command.u8MsgClass = E_MBX_CLASS_SAR_NOWAIT; in MDrv_SAR_Enable()
916 MB_Command.u8MsgClass = E_MBX_CLASS_SAR_NOWAIT; in MDrv_SAR_GetInfo()
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/ecos_nos/
H A DdrvMBX.c676 if(_mgrMBX.mbxQStatusNotifier[mbxMsg.u8MsgClass] != NULL) in _MDrv_MBX_MsgRecvCb()
678 (_mgrMBX.mbxQStatusNotifier[mbxMsg.u8MsgClass])(&mbxMsg, &bAddToQueue); in _MDrv_MBX_MsgRecvCb()
1066 if((NULL==pMsg) || INVALID_MBXCLASS(pMsg->u8MsgClass)) in MDrv_MBX_SendMsg()
1109 if((NULL==pMsg) || INVALID_MBXCLASS(pMsg->u8MsgClass)) in MDrv_MBX_SendMsgLoopback()
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/api_mbx/
H A DapiMBX.c183 MB_Command.u8MsgClass = E_MBX_CLASS_SECURE_WAIT; // E_MBX_CLASS_PM_NOWAIT; in _MApi_Conduct_GenerateClass()
220 MB_Command.u8MsgClass = E_MBX_CLASS_SECURE_WAIT; // E_MBX_CLASS_PM_NOWAIT; in _MApi_Conduct_QueryClass()
458 smsg.u8MsgClass = E_MBX_CLASS_QUERY_CLASS; in _MApi_MBX_DynamicClass()
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx_tee/
H A DapiDMX_tee.c411 _DmxTeeToReeMbxMsg.u8MsgClass = _Dmx_TEE_msg.u8MsgClass; in _DMX_TEE_Proc()
502 …PRINTF(printf("[DMX]Ack fail,classid:%x,cmd:%x\n",_DmxTeeToReeMbxMsg.u8MsgClass, _DmxTeeToReeMbxMs… in _DMX_TEE_Proc()
506 PRINTF(printf("[DMX]Ack ok,classid:%x\n",_DmxTeeToReeMbxMsg.u8MsgClass)); in _DMX_TEE_Proc()
/utopia/UTPA2-700.0.x/modules/mbx/hal/messi/mbx/
H A DhalMBX.c176 …GROUP(_u16MbxGroupIdMBXHAL[eSrcRole][pMbxMsg->eRoleID], REG8_MBX_MAIL_CLASS) = pMbxMsg->u8MsgClass; in _MHAL_MBX_FireMsg()
201 …pMbxMsg->u8MsgClass = REG8_MBX_GROUP(_u16MbxGroupIdMBXHAL[pMbxMsg->eRoleID][eDstRole], REG8_MBX_MA… in _MHAL_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/modules/mbx/hal/curry/mbx/
H A DhalMBX.c174 …GROUP(_u16MbxGroupIdMBXHAL[eSrcRole][pMbxMsg->eRoleID], REG8_MBX_MAIL_CLASS) = pMbxMsg->u8MsgClass; in _MHAL_MBX_FireMsg()
199 …pMbxMsg->u8MsgClass = REG8_MBX_GROUP(_u16MbxGroupIdMBXHAL[pMbxMsg->eRoleID][eDstRole], REG8_MBX_MA… in _MHAL_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/modules/mbx/hal/macan/mbx/
H A DhalMBX.c181 …GROUP(_u16MbxGroupIdMBXHAL[eSrcRole][pMbxMsg->eRoleID], REG8_MBX_MAIL_CLASS) = pMbxMsg->u8MsgClass; in _MHAL_MBX_FireMsg()
206 …pMbxMsg->u8MsgClass = REG8_MBX_GROUP(_u16MbxGroupIdMBXHAL[pMbxMsg->eRoleID][eDstRole], REG8_MBX_MA… in _MHAL_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/modules/mbx/hal/mainz/mbx/
H A DhalMBX.c176 …GROUP(_u16MbxGroupIdMBXHAL[eSrcRole][pMbxMsg->eRoleID], REG8_MBX_MAIL_CLASS) = pMbxMsg->u8MsgClass; in _MHAL_MBX_FireMsg()
201 …pMbxMsg->u8MsgClass = REG8_MBX_GROUP(_u16MbxGroupIdMBXHAL[pMbxMsg->eRoleID][eDstRole], REG8_MBX_MA… in _MHAL_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/modules/mbx/hal/maxim/mbx/
H A DhalMBX.c181 …GROUP(_u16MbxGroupIdMBXHAL[eSrcRole][pMbxMsg->eRoleID], REG8_MBX_MAIL_CLASS) = pMbxMsg->u8MsgClass; in _MHAL_MBX_FireMsg()
206 …pMbxMsg->u8MsgClass = REG8_MBX_GROUP(_u16MbxGroupIdMBXHAL[pMbxMsg->eRoleID][eDstRole], REG8_MBX_MA… in _MHAL_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/modules/mbx/hal/k6/mbx/
H A DhalMBX.c174 …GROUP(_u16MbxGroupIdMBXHAL[eSrcRole][pMbxMsg->eRoleID], REG8_MBX_MAIL_CLASS) = pMbxMsg->u8MsgClass; in _MHAL_MBX_FireMsg()
199 …pMbxMsg->u8MsgClass = REG8_MBX_GROUP(_u16MbxGroupIdMBXHAL[pMbxMsg->eRoleID][eDstRole], REG8_MBX_MA… in _MHAL_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/modules/mbx/hal/mustang/mbx/
H A DhalMBX.c174 …GROUP(_u16MbxGroupIdMBXHAL[eSrcRole][pMbxMsg->eRoleID], REG8_MBX_MAIL_CLASS) = pMbxMsg->u8MsgClass; in _MHAL_MBX_FireMsg()
199 …pMbxMsg->u8MsgClass = REG8_MBX_GROUP(_u16MbxGroupIdMBXHAL[pMbxMsg->eRoleID][eDstRole], REG8_MBX_MA… in _MHAL_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/modules/mbx/hal/k6lite/mbx/
H A DhalMBX.c174 …GROUP(_u16MbxGroupIdMBXHAL[eSrcRole][pMbxMsg->eRoleID], REG8_MBX_MAIL_CLASS) = pMbxMsg->u8MsgClass; in _MHAL_MBX_FireMsg()
199 …pMbxMsg->u8MsgClass = REG8_MBX_GROUP(_u16MbxGroupIdMBXHAL[pMbxMsg->eRoleID][eDstRole], REG8_MBX_MA… in _MHAL_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/modules/mbx/hal/kano/mbx/
H A DhalMBX.c174 …GROUP(_u16MbxGroupIdMBXHAL[eSrcRole][pMbxMsg->eRoleID], REG8_MBX_MAIL_CLASS) = pMbxMsg->u8MsgClass; in _MHAL_MBX_FireMsg()
199 …pMbxMsg->u8MsgClass = REG8_MBX_GROUP(_u16MbxGroupIdMBXHAL[pMbxMsg->eRoleID][eDstRole], REG8_MBX_MA… in _MHAL_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/modules/mbx/hal/maldives/mbx/
H A DhalMBX.c174 …GROUP(_u16MbxGroupIdMBXHAL[eSrcRole][pMbxMsg->eRoleID], REG8_MBX_MAIL_CLASS) = pMbxMsg->u8MsgClass; in _MHAL_MBX_FireMsg()
199 …pMbxMsg->u8MsgClass = REG8_MBX_GROUP(_u16MbxGroupIdMBXHAL[pMbxMsg->eRoleID][eDstRole], REG8_MBX_MA… in _MHAL_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/modules/mbx/hal/manhattan/mbx/
H A DhalMBX.c181 …GROUP(_u16MbxGroupIdMBXHAL[eSrcRole][pMbxMsg->eRoleID], REG8_MBX_MAIL_CLASS) = pMbxMsg->u8MsgClass; in _MHAL_MBX_FireMsg()
206 …pMbxMsg->u8MsgClass = REG8_MBX_GROUP(_u16MbxGroupIdMBXHAL[pMbxMsg->eRoleID][eDstRole], REG8_MBX_MA… in _MHAL_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/modules/mbx/hal/mooney/mbx/
H A DhalMBX.c174 …GROUP(_u16MbxGroupIdMBXHAL[eSrcRole][pMbxMsg->eRoleID], REG8_MBX_MAIL_CLASS) = pMbxMsg->u8MsgClass; in _MHAL_MBX_FireMsg()
199 …pMbxMsg->u8MsgClass = REG8_MBX_GROUP(_u16MbxGroupIdMBXHAL[pMbxMsg->eRoleID][eDstRole], REG8_MBX_MA… in _MHAL_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/modules/mbx/hal/M7621/mbx/
H A DhalMBX.c181 …GROUP(_u16MbxGroupIdMBXHAL[eSrcRole][pMbxMsg->eRoleID], REG8_MBX_MAIL_CLASS) = pMbxMsg->u8MsgClass; in _MHAL_MBX_FireMsg()
206 …pMbxMsg->u8MsgClass = REG8_MBX_GROUP(_u16MbxGroupIdMBXHAL[pMbxMsg->eRoleID][eDstRole], REG8_MBX_MA… in _MHAL_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/modules/mbx/hal/maserati/mbx/
H A DhalMBX.c190 …GROUP(_u16MbxGroupIdMBXHAL[eSrcRole][pMbxMsg->eRoleID], REG8_MBX_MAIL_CLASS) = pMbxMsg->u8MsgClass; in _MHAL_MBX_FireMsg()
215 …pMbxMsg->u8MsgClass = REG8_MBX_GROUP(_u16MbxGroupIdMBXHAL[pMbxMsg->eRoleID][eDstRole], REG8_MBX_MA… in _MHAL_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/modules/mbx/hal/M7821/mbx/
H A DhalMBX.c190 …GROUP(_u16MbxGroupIdMBXHAL[eSrcRole][pMbxMsg->eRoleID], REG8_MBX_MAIL_CLASS) = pMbxMsg->u8MsgClass; in _MHAL_MBX_FireMsg()
215 …pMbxMsg->u8MsgClass = REG8_MBX_GROUP(_u16MbxGroupIdMBXHAL[pMbxMsg->eRoleID][eDstRole], REG8_MBX_MA… in _MHAL_MBX_RecvMsg()
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/linux/
H A DdrvMBX.c674 if((NULL==pMsg) || (pMsg->u8MsgClass>=E_MBX_CLASS_MAX)) in MDrv_MBX_SendMsg()
706 if((NULL==pMsg) || (pMsg->u8MsgClass>=E_MBX_CLASS_MAX)) in MDrv_MBX_SendMsgLoopback()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvMBX.h466 …MS_U8 u8MsgClass; //should be MBX_Class, for alignment let it be S8, gcc default size… member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvMBX.h466 …MS_U8 u8MsgClass; //should be MBX_Class, for alignment let it be S8, gcc default size… member
/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc2/
H A DdrvSC.c924 MB_Command.u8MsgClass = E_MBX_CLASS_PM_NOWAIT; in _SC_Send()
1030 MB_Command.u8MsgClass = E_MBX_CLASS_PM_NOWAIT; in _SC_Recv()
1140 MB_Command.u8MsgClass = E_MBX_CLASS_PM_NOWAIT; in _SC_RawExchange()
1851 MB_Command.u8MsgClass = E_MBX_CLASS_PM_NOWAIT; in _SC_GetATR()

1234