Home
last modified time | relevance | path

Searched refs:MB_MAX_CHILD (Results 1 – 7 of 7) sorted by relevance

/TwlSDK-5.1.0/build/libraries/mb/common/include/
Dmb_private.h98 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
Dmb_block.h79 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/
Dmain.c266 (void)RotateU8(&entry, 1, MB_MAX_CHILD, 1); in Menu()
270 (void)RotateU8(&entry, 1, MB_MAX_CHILD, -1); in Menu()
Dparent.c434 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/
Dmb.h37 #define MB_MAX_CHILD WM_NUM_MAX_CHILD macro
/TwlSDK-5.1.0/build/demos/mb/multiboot-PowerSave/src/
Dparent.c377 BgPutString(DISP_OX, DISP_OY + MB_MAX_CHILD + 1, WHITE, "SEL:restart", 32); in ParentDraw()
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_wm_base.c247 for (i = 0; i < MB_MAX_CHILD; i++) in MbWaitForWvr()
1292 for (i = 0; i < MB_MAX_CHILD; i++) in MBi_StartParentCore()