| /TwlSDK-5.1.0/build/libraries/mb/common/src/ |
| D | mb_common.c | 39 void MBi_BlockHeaderBegin(u8 type, u32 *sendbuf) in MBi_BlockHeaderBegin() argument 41 u8 *p = (u8 *)sendbuf; in MBi_BlockHeaderBegin() 49 int MBi_BlockHeaderEnd(int body_len, u16 pollbmp, u32 *sendbuf) in MBi_BlockHeaderEnd() argument 56 DC_FlushRange(sendbuf, MY_ROUND(body_len, 32)); in MBi_BlockHeaderEnd() 60 MB_COMM_TYPE_OUTPUT(((u8 *)sendbuf)[0]); in MBi_BlockHeaderEnd() 62 return MBi_SendMP(sendbuf, body_len, pollbmp); in MBi_BlockHeaderEnd()
|
| D | mb_child.c | 123 databuf = MBi_MakeChildSendBuffer(&hd, (u8 *)pCwork->common.sendbuf); in MBi_CommRequestFile() 129 errcode = MBi_BlockHeaderEnd(MB_COMM_CHILD_HEADER_SIZE, 0xFFFF, pCwork->common.sendbuf); in MBi_CommRequestFile() 654 (void)MBi_MakeChildSendBuffer(&hd, (u8 *)pCwork->common.sendbuf); in MBi_CommChildSendData() 655 errcode = MBi_BlockHeaderEnd(MB_COMM_CHILD_HEADER_SIZE, pollbmp, pCwork->common.sendbuf); in MBi_CommChildSendData() 672 (void)MBi_MakeChildSendBuffer(&hd, (u8 *)pCwork->common.sendbuf); in MBi_CommChildSendData() 673 errcode = MBi_BlockHeaderEnd(MB_COMM_CHILD_HEADER_SIZE, pollbmp, pCwork->common.sendbuf); in MBi_CommChildSendData() 683 (void)MBi_MakeChildSendBuffer(&hd, (u8 *)pCwork->common.sendbuf); in MBi_CommChildSendData() 684 errcode = MBi_BlockHeaderEnd(MB_COMM_CHILD_HEADER_SIZE, pollbmp, pCwork->common.sendbuf); in MBi_CommChildSendData() 690 (void)MBi_MakeChildSendBuffer(&hd, (u8 *)pCwork->common.sendbuf); in MBi_CommChildSendData() 691 errcode = MBi_BlockHeaderEnd(MB_COMM_CHILD_HEADER_SIZE, pollbmp, pCwork->common.sendbuf); in MBi_CommChildSendData() [all …]
|
| D | mb_block.c | 123 u8 *MBi_MakeParentSendBuffer(const MBCommParentBlockHeader * hdr, u8 *sendbuf) in MBi_MakeParentSendBuffer() argument 125 u8 *ptr = sendbuf; in MBi_MakeParentSendBuffer() 292 u8 *MBi_MakeChildSendBuffer(const MBCommChildBlockHeader * hdr, u8 *sendbuf) in MBi_MakeChildSendBuffer() argument 294 u8 *pbuf = sendbuf; in MBi_MakeChildSendBuffer()
|
| D | mb_wm.c | 488 WMErrCode MBi_MPSendToParent(u32 body_len, u16 pollbmp, u32 *sendbuf) in MBi_MPSendToParent() argument 493 SDK_ASSERT(((u32)sendbuf & 0x1F) == 0); in MBi_MPSendToParent() 495 DC_FlushRange(sendbuf, sizeof(body_len)); in MBi_MPSendToParent() 504 (u16 *)sendbuf, in MBi_MPSendToParent()
|
| D | mb_parent.c | 804 (void)MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendMsg() 805 return MBi_BlockHeaderEnd(MB_COMM_PARENT_HEADER_SIZE, pollbmp, pPwork->common.sendbuf); in MBi_CommParentSendMsg() 821 u8 *databuf = ((u8 *)pPwork->common.sendbuf) + MB_COMM_PARENT_HEADER_SIZE; in MBi_CommParentSendDLFileInfo() 902 databuf = MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendDLFileInfo() 911 pPwork->common.sendbuf); in MBi_CommParentSendDLFileInfo() 1021 databuf = MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendBlock() 1077 pPwork->fileinfo[pPwork->cur_fileid].pollbmp, pPwork->common.sendbuf); in MBi_CommParentSendBlock()
|
| /TwlSDK-5.1.0/build/libraries/mb/common/include/ |
| D | mb_block.h | 97 u8 *MBi_MakeParentSendBuffer(const MBCommParentBlockHeader * hdr, u8 *sendbuf); 102 u8 *MBi_MakeChildSendBuffer(const MBCommChildBlockHeader * hdr, u8 *sendbuf);
|
| D | mb_common.h | 124 void MBi_BlockHeaderBegin(u8 type, u32 *sendbuf); 130 int MBi_BlockHeaderEnd(int body_len, u16 pollbmp, u32 *sendbuf);
|
| D | mb_wm.h | 69 WMErrCode MBi_MPSendToParent(u32 body_len, u16 pollbmp, u32 *sendbuf);
|
| D | mb_private.h | 97 u32 sendbuf[MB_MAX_SEND_BUFFER_SIZE / sizeof(u32)] ATTRIBUTE_ALIGN(32); member
|
| /TwlSDK-5.1.0/build/libraries/wbt/common/src/ |
| D | wbt_api.c | 251 int WBT_MpParentSendHook(void *sendbuf, int send_size) in WBT_MpParentSendHook() argument 254 return WBT_CallPacketSendHook(wbti_command_work, sendbuf, send_size, TRUE); in WBT_MpParentSendHook() 267 int WBT_MpChildSendHook(void *sendbuf, int send_size) in WBT_MpChildSendHook() argument 270 return WBT_CallPacketSendHook(wbti_command_work, sendbuf, send_size, FALSE); in WBT_MpChildSendHook()
|
| /TwlSDK-5.1.0/include/nitro/ |
| D | wbt.h | 494 int WBT_MpParentSendHook(void *sendbuf, int send_size); 534 int WBT_MpChildSendHook(void *sendbuf, int send_size);
|