Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/api_mbx/
H A Dmbx.c75 MBX_RESOURCE_PRIVATE *pMbxResPri = (MBX_RESOURCE_PRIVATE *) pu32Args; in MBXIoctl() local
87 psMbxInstPri->fpRegisterMSG(pMbxResPri->privateRegisterMSG.eMsgClass, in MBXIoctl()
88 pMbxResPri->privateRegisterMSG.u16MsgQueueSize); in MBXIoctl()
98 psMbxInstPri->fpRegisterMSGWithCallBack(pMbxResPri->privateRegisterMSGWithCallBack.eMsgClass, in MBXIoctl()
99 pMbxResPri->privateRegisterMSGWithCallBack.u16MsgQueueSize, in MBXIoctl()
100 pMbxResPri->privateRegisterMSGWithCallBack.notifier); in MBXIoctl()
110 psMbxInstPri->fpSendMsg(pMbxResPri->privateSendMsg.pMsg); in MBXIoctl()
120 psMbxInstPri->fpRecvMsg(pMbxResPri->privateRecvMsg.eTargetClass, in MBXIoctl()
121 pMbxResPri->privateRecvMsg.pMsg, in MBXIoctl()
122 pMbxResPri->privateRecvMsg.u32WaitMillSecs, in MBXIoctl()
[all …]