Home
last modified time | relevance | path

Searched defs:MB_CommPWork (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.1.0/build/libraries/mb/common/include/
Dmb_private.h108 typedef struct MB_CommPWork struct
110 MB_CommCommonWork common;
113 MBUserInfo childUser[MB_MAX_CHILD] ATTRIBUTE_ALIGN(4);
114 …_MAX_CHILD]; // Child device version information (in quantity equal to the number of child devices)
115 … childggid[MB_MAX_CHILD]; // Child device GGID (in quantity equal to the number of child devices)
116 MBCommPStateCallback parent_callback; // Parent state callback function pointer
117 int p_comm_state[MB_MAX_CHILD]; // Holds the state of each of the children
118 u8 file_num; // Number of registered files
119 u8 cur_fileid; // File number of the current file to send
120 …id_of_child[MB_MAX_CHILD]; // File number that a child requested (-1 when there is no request)
[all …]