Searched refs:MB_MAX_CHILD (Results 1 – 7 of 7) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/mb/common/include/ |
| D | mb_private.h | 98 u32 recvbuf[MB_MAX_RECV_BUFFER_SIZE * MB_MAX_CHILD * 2 / sizeof(u32)] ATTRIBUTE_ALIGN(32); 113 MBUserInfo childUser[MB_MAX_CHILD] ATTRIBUTE_ALIGN(4); 114 …u16 childversion[MB_MAX_CHILD]; // Child device version information (in quantity equal to the … 115 …u32 childggid[MB_MAX_CHILD]; // Child device GGID (in quantity equal to the number of child … 117 int p_comm_state[MB_MAX_CHILD]; // Holds the state of each of the children 120 …s8 fileid_of_child[MB_MAX_CHILD]; // File number that a child requested (-1 when there i… 124 u16 req2child[MB_MAX_CHILD]; // The request to send to the child
|
| D | mb_block.h | 79 u32 data_buf[MB_MAX_CHILD][MB_COMM_CALC_REQ_DATA_BUF_SIZE(MB_COMM_P_RECVLEN_MAX) / 81 u32 data_bmp[MB_MAX_CHILD];
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot/src/ |
| D | main.c | 266 (void)RotateU8(&entry, 1, MB_MAX_CHILD, 1); in Menu() 270 (void)RotateU8(&entry, 1, MB_MAX_CHILD, -1); in Menu()
|
| D | parent.c | 434 BgPutString(DISP_OX, DISP_OY + MB_MAX_CHILD + 1, WHITE, "A:operate B:refuse SEL:restart"); in ParentMain() 435 BgPutString(DISP_OX, DISP_OY + MB_MAX_CHILD + 2, WHITE, "START:operate all children"); in ParentMain()
|
| /TwlSDK-5.1.0/include/nitro/mb/ |
| D | mb.h | 37 #define MB_MAX_CHILD WM_NUM_MAX_CHILD macro
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-PowerSave/src/ |
| D | parent.c | 377 BgPutString(DISP_OX, DISP_OY + MB_MAX_CHILD + 1, WHITE, "SEL:restart", 32); in ParentDraw()
|
| /TwlSDK-5.1.0/build/libraries/mb/common/src/ |
| D | mb_wm_base.c | 247 for (i = 0; i < MB_MAX_CHILD; i++) in MbWaitForWvr() 1292 for (i = 0; i < MB_MAX_CHILD; i++) in MBi_StartParentCore()
|