Searched refs:child (Results 1 – 13 of 13) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/mb/common/src/ |
| D | mb_parent.c | 35 static void MBi_CommChangeParentState(u16 child, int state, void *arg); 36 static void MBi_CommChangeParentStateCallbackOnly(u16 child, int state, void *arg); 37 static void MBi_CommParentRecvDataPerChild(void *arg, u16 child); 271 static void MBi_CommChangeParentState(u16 child, int state, void *arg) in MBi_CommChangeParentState() argument 273 SDK_ASSERT(pPwork && child >= 0 && child <= WM_NUM_MAX_CHILD); in MBi_CommChangeParentState() 276 if (IsChildAidValid(child)) in MBi_CommChangeParentState() 278 pPwork->p_comm_state[child - 1] = state; in MBi_CommChangeParentState() 281 MBi_CommChangeParentStateCallbackOnly(child, state, arg); in MBi_CommChangeParentState() 296 static void MBi_CommChangeParentStateCallbackOnly(u16 child, int state, void *arg) in MBi_CommChangeParentStateCallbackOnly() argument 300 (*pPwork->parent_callback) (child, (u32)state, arg); in MBi_CommChangeParentStateCallbackOnly() [all …]
|
| D | mb_block.c | 27 static u8 *MBi_ReceiveRequestDataPiece(const MBCommChildBlockHeader * hdr, u16 child); 28 static BOOL IsGetAllRequestData(u16 child); 218 static u8 *MBi_ReceiveRequestDataPiece(const MBCommChildBlockHeader * hdr, u16 child) in MBi_ReceiveRequestDataPiece() argument 235 ptr = ((u8 *)req_buf->data_buf[child - 1]) + (piece * req_data_piece.size); in MBi_ReceiveRequestDataPiece() 239 req_buf->data_bmp[child - 1] |= (1 << piece); in MBi_ReceiveRequestDataPiece() 244 if (IsGetAllRequestData(child)) in MBi_ReceiveRequestDataPiece() 246 return (u8 *)req_buf->data_buf[child - 1]; in MBi_ReceiveRequestDataPiece() 264 static BOOL IsGetAllRequestData(u16 child) in IsGetAllRequestData() argument 271 if ((req_buf->data_bmp[child - 1] & (1 << i)) == 0) in IsGetAllRequestData()
|
| D | mb_wm_base.c | 1497 u16 child = aid; in MB_DisconnectChild() local 1499 pPwork->fileinfo[fileID].gameinfo_child_bmp &= ~(MB_GAMEINFO_CHILD_FLAG(child)); in MB_DisconnectChild() 1500 pPwork->fileinfo[fileID].gameinfo_changed_bmp |= MB_GAMEINFO_CHILD_FLAG(child); in MB_DisconnectChild() 1501 pPwork->fileid_of_child[child - 1] = -1; in MB_DisconnectChild() 1502 pPwork->fileinfo[fileID].pollbmp &= ~(0x0001 << child); in MB_DisconnectChild() 1504 MB_DEBUG_OUTPUT("Update Member (AID:%2d)\n", child); in MB_DisconnectChild()
|
| /TwlSDK-5.1.0/include/nitro/mb/ |
| D | mb.h | 466 int MB_CommGetParentState(u16 child); 589 u8 child, num; in MB_CommStartSendingAll() local 591 for (num = 0, child = 1; child <= WM_NUM_MAX_CHILD; child++) in MB_CommStartSendingAll() 593 if (TRUE == MB_CommStartSending(child)) in MB_CommStartSendingAll() 647 u8 child, num; in MB_CommBootRequestAll() local 649 for (num = 0, child = 1; child <= WM_NUM_MAX_CHILD; child++) in MB_CommBootRequestAll() 651 if (TRUE == MB_CommBootRequest(child)) in MB_CommBootRequestAll()
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot/ |
| D | readme.txt | 14 Using the +Control Pad, select the child device that will become the target of operations and then … 15 Or, use START to perform the same operations as the A Button, but on all connected child devices. 22 CONNECTED ... Connection made from a child device 24 ENTRY REQUEST ... Entry request has been made from a child device 27 ENTRY OK ... A download request from a child device has been allowed 29 SENDING ... Sending binary to a child device 30 SEND COMPLETE ... Binary send to the child device has finished 32 BOOT REQUEST ... Starts to send a boot request to a child device 43 … display of ASCII characters, so the user names and others in the current child device binary mb_c…
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/ |
| D | Makefile | 19 SUBDIRS = child parent
|
| /TwlSDK-5.1.0/build/demos/wm/ |
| D | Makefile | 30 wmPadRead-child \
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/child/ |
| D | Makefile | 42 SRCS += main.c child.c
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-Model/child/ |
| D | Makefile | 53 TARGET_BIN = child.srl
|
| /TwlSDK-5.1.0/build/demos/wvr/with_mb/child/ |
| D | Makefile | 40 TARGET_BIN = child.srl
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-Model/ |
| D | Makefile | 20 SUBDIRS = child
|
| /TwlSDK-5.1.0/build/demos/wvr/with_mb/ |
| D | Makefile | 22 SUBDIRS = child
|
| /TwlSDK-5.1.0/build/demos/mb/cloneboot/ |
| D | Makefile | 44 child.c \
|