Home
last modified time | relevance | path

Searched defs:sendbuf (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_common.c39 void MBi_BlockHeaderBegin(u8 type, u32 *sendbuf) in MBi_BlockHeaderBegin()
49 int MBi_BlockHeaderEnd(int body_len, u16 pollbmp, u32 *sendbuf) in MBi_BlockHeaderEnd()
Dmb_block.c123 u8 *MBi_MakeParentSendBuffer(const MBCommParentBlockHeader * hdr, u8 *sendbuf) in MBi_MakeParentSendBuffer()
292 u8 *MBi_MakeChildSendBuffer(const MBCommChildBlockHeader * hdr, u8 *sendbuf) in MBi_MakeChildSendBuffer()
Dmb_wm.c488 WMErrCode MBi_MPSendToParent(u32 body_len, u16 pollbmp, u32 *sendbuf) in MBi_MPSendToParent()
/TwlSDK-5.1.0/build/libraries/wbt/common/src/
Dwbt_api.c251 int WBT_MpParentSendHook(void *sendbuf, int send_size) in WBT_MpParentSendHook()
267 int WBT_MpChildSendHook(void *sendbuf, int send_size) in WBT_MpChildSendHook()
/TwlSDK-5.1.0/build/libraries/mb/common/include/
Dmb_private.h97 u32 sendbuf[MB_MAX_SEND_BUFFER_SIZE / sizeof(u32)] ATTRIBUTE_ALIGN(32); member