Searched refs:wbt (Results 1 – 7 of 7) sorted by relevance
| /TwlSDK-5.5/build/libraries/wfs/common/src/ |
| D | wfs_client.c | 62 const int packet = WBT_GetParentPacketLength(context->wbt); in WFSi_ReallocBitmap() 92 WBTContext * const wbt = context->wbt; in WFSi_ReceiveTableSequence() local 102 post = WBT_PostCommandSYNC(wbt, bitmap, WFSi_ReceiveTableSequence); in WFSi_ReceiveTableSequence() 111 post = WBT_PostCommandINFO(wbt, bitmap, WFSi_ReceiveTableSequence, in WFSi_ReceiveTableSequence() 128 post = WBT_PostCommandGET(wbt, bitmap, WFSi_ReceiveTableSequence, in WFSi_ReceiveTableSequence() 181 WBTContext * const wbt = context->wbt; in WFSi_ReadRomSequence() local 191 post = WFS_SendMessageLOCK_REQ(wbt, WFSi_ReadRomSequence, bitmap, in WFSi_ReadRomSequence() 214 post = WBT_PostCommandSYNC(wbt, bitmap, WFSi_ReadRomSequence); in WFSi_ReadRomSequence() 224 post = WBT_PostCommandGET(wbt, bitmap, WFSi_ReadRomSequence, in WFSi_ReadRomSequence() 246 post = WFS_SendMessageUNLOCK_REQ(wbt, WFSi_ReadRomSequence, bitmap, id); in WFSi_ReadRomSequence() [all …]
|
| D | wfs_server.c | 109 (packet != WBT_GetParentPacketLength(work->wbt) + WBT_PACKET_SIZE_MIN)) in WFSi_WBTCallback() 147 (void)WBT_RegisterBlockInfo(work->wbt, &file->info, in WFSi_WBTCallback() 156 segment->length = (u32)WBT_GetParentPacketLength(work->wbt); in WFSi_WBTCallback() 185 (void)WBT_UnregisterBlockInfo(work->wbt, id); in WFSi_WBTCallback() 274 (void)WBT_CancelCommand(context->wbt, bit); in WFS_CallServerDisconnectHook() 302 (void)WBT_SetPacketLength(context->wbt, context->new_packet, WBT_PACKET_SIZE_MIN); in WFS_CallServerPacketSendHook() 307 … (void)WFS_SendMessageLOCK_ACK(context->wbt, WFSi_WBTCallback, context->deny_bitmap, 0); in WFS_CallServerPacketSendHook() 380 (void)WFS_SendMessageLOCK_ACK(context->wbt, WFSi_WBTCallback, bitmap, in WFS_CallServerPacketSendHook() 384 (void)WFS_SendMessageUNLOCK_ACK(context->wbt, WFSi_WBTCallback, bitmap, in WFS_CallServerPacketSendHook() 396 packet->length = WBT_CallPacketSendHook(context->wbt, packet->buffer, packet->length, TRUE); in WFS_CallServerPacketSendHook() [all …]
|
| /TwlSDK-5.5/build/demos/wbt/ |
| D | Makefile | 25 SUBDIRS_P = wbt-1
|
| /TwlSDK-5.5/build/demos/ |
| D | Makefile | 39 wbt \
|
| /TwlSDK-5.5/build/libraries/ |
| D | Makefile | 40 wbt \
|
| /TwlSDK-5.5/include/nitro/wfs/ |
| D | client.h | 54 WBTContext wbt[1]; member
|
| D | server.h | 95 WBTContext wbt[1]; member
|