Searched defs:MB_CommPWork (Results 1 – 1 of 1) sorted by relevance
108 typedef struct MB_CommPWork struct110 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 pointer117 int p_comm_state[MB_MAX_CHILD]; // Holds the state of each of the children118 u8 file_num; // Number of registered files119 u8 cur_fileid; // File number of the current file to send120 …id_of_child[MB_MAX_CHILD]; // File number that a child requested (-1 when there is no request)[all …]