Searched refs:databuf (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/mb/common/src/ |
| D | mb_child.c | 110 u8 *databuf; in MBi_CommRequestFile() local 123 databuf = MBi_MakeChildSendBuffer(&hd, (u8 *)pCwork->common.sendbuf); in MBi_CommRequestFile() 125 if (!databuf) in MBi_CommRequestFile() 470 u8 *databuf; in MBi_CommChildRecvData() local 476 databuf = MBi_SetRecvBufferFromParent(&hd, (u8 *)bufp->data); in MBi_CommChildRecvData() 514 MI_CpuCopy8(databuf, &p_child->dl_fileinfo, sizeof(MBDownloadFileInfo)); in MBi_CommChildRecvData() 601 MI_CpuCopy8(databuf, (void *)bi.child_address, bi.size); in MBi_CommChildRecvData()
|
| D | mb_parent.c | 821 u8 *databuf = ((u8 *)pPwork->common.sendbuf) + MB_COMM_PARENT_HEADER_SIZE; in MBi_CommParentSendDLFileInfo() local 902 databuf = MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendDLFileInfo() 903 if (databuf) in MBi_CommParentSendDLFileInfo() 907 databuf, sizeof(MBDownloadFileInfo)); in MBi_CommParentSendDLFileInfo() 980 u8 *databuf; in MBi_CommParentSendBlock() local 1021 databuf = MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendBlock() 1032 if (!MBi_ReadFromCache(pl, card_addr, databuf, bi.size)) in MBi_CommParentSendBlock()
|
| D | mb_fake_child.c | 1092 u8 *databuf; in MBFi_CommChildSendData() local 1101 databuf = MBi_MakeChildSendBuffer(&hd, (u8 *)mbf_work->sendDataBuf); in MBFi_CommChildSendData() 1102 if (databuf == NULL) in MBFi_CommChildSendData()
|